projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d1ceb
)
do not depend actions on selected profile
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 24 Jan 2009 01:48:13 +0000
(
01:48
+0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 24 Jan 2009 01:48:13 +0000
(
01:48
+0000)
SVN-Revision: 14164
phone/fso/Makefile
patch
|
blob
|
history
diff --git
a/phone/fso/Makefile
b/phone/fso/Makefile
index 8f660342f4a63c481e5ef57e03a14fad580c0c39..530aaf380efcb88c217d4a83db292c789bffd695 100644
(file)
--- 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