fix if-target-condition

git-svn-id: svn://svn.openwrt.org/openwrt/packages@14471 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-02-11 01:16:06 +00:00
parent 04891626cf
commit 0ffc7d58c5

View File

@ -27,7 +27,7 @@ X_CONFIG=generic
ifeq ($(CONFIG_TARGET_olpc),y)
X_CONFIG=olpc
endif
ifeq ($(CONFIG_TARGET_om_gta02),y)
ifeq ($(CONFIG_TARGET_s3c24xx),y)
X_CONFIG=om_gta02
endif