projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4314a8
)
[package] 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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21270
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index
ef9dbef
..
5880e98
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