projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ea657a
)
swconfig: mask on brcm47xx
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 30 Apr 2010 15:55:08 +0000
(15:55 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 30 Apr 2010 15:55:08 +0000
(15:55 +0000)
SVN-Revision: 21270
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index ef9dbefbe6ba4543dcbefebf3c3bafecbfdbe411..5880e98285ec125a604bb090044a273b62e31fe3 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:=@LINUX_2_6 +libuci +libnl-tiny
+ DEPENDS:=@LINUX_2_6
@!TARGET_brcm47xx
+libuci +libnl-tiny
TITLE:=Switch configuration utility
endef