projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a2cc4
)
swconfig: depend on !LINUX_2_4 in backfire
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jun 2012 17:18:00 +0000
(17:18 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jun 2012 17:18:00 +0000
(17:18 +0000)
SVN-Revision: 32123
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index 91939bb73f4c33cef83c924b3d591732507f5542..7be481683f839c89d133cca9ec1c99bbad3e71a8 100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-16,7
+16,7
@@
include $(INCLUDE_DIR)/kernel.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=@!TARGET_brcm47xx +libuci +libnl-tiny
+ DEPENDS:=@!
LINUX_2_4 @!
TARGET_brcm47xx +libuci +libnl-tiny
TITLE:=Switch configuration utility
endef