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:
mirko 2009-05-13 11:33:29 +00:00
parent 4cfc5fb496
commit 73b044d6c1
2 changed files with 9455 additions and 0 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff