add image with resolution 480x640 and use it instead of the generic one when TARGET_s3c24xx is selected (OpenMoko GTA0x)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15820 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4cfc5fb496
commit
73b044d6c1
@ -18,6 +18,9 @@ PKG_MD5SUM:=7649b7e0fac573eca2048a2a267e242b
|
||||
PKG_INSTALL:=1
|
||||
|
||||
IMAGE_FILE:=generic
|
||||
ifeq ($(CONFIG_TARGET_s3c24xx),y)
|
||||
IMAGE_FILE:=480x640
|
||||
endif
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
9452
utils/psplash/files/image_480x640.h
Normal file
9452
utils/psplash/files/image_480x640.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user