From: Mirko Vogt Date: Sat, 24 Jan 2009 01:48:13 +0000 (+0000) Subject: do not depend actions on selected profile X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9d5d2e8e507fe72d08d1faf99dc0cfe264dbf2ba;p=openwrt%2Fsvn-archive%2Ffeeds.git do not depend actions on selected profile SVN-Revision: 14164 --- diff --git a/phone/fso/Makefile b/phone/fso/Makefile index 8f66034..530aaf3 100644 --- a/phone/fso/Makefile +++ b/phone/fso/Makefile @@ -23,10 +23,7 @@ PKG_BUILD_DEPENDS:=cython python include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-graphical),y) - CONFIG=om_gta02 -endif -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-minimal),y) +ifeq ($(CONFIG_TARGET_s3c24xx),y) CONFIG=om_gta02 endif