add image with resolution 480x640 and use it instead of the generic one when TARGET_s...
[openwrt/svn-archive/archive.git] / utils / psplash / Makefile
index c737c7c3201cfd2d9d543dcb6f1b2a53f707f56b..0426cb8c9067776381596b3273de5d37d344c9f6 100644 (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