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.lede-project.org./?a=commitdiff_plain;h=f60511826e0956ea6d240c04eba7941325f1bca4;p=openwrt%2Fsvn-archive%2Farchive.git do not depend actions on selected profile SVN-Revision: 14164 --- diff --git a/phone/fso/Makefile b/phone/fso/Makefile index 8f660342f4..530aaf380e 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