projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d15bc6
)
swconfig: fix dependency bug introduced by [37304]
author
John Crispin
<john@openwrt.org>
Sun, 14 Jul 2013 18:16:42 +0000
(18:16 +0000)
committer
John Crispin
<john@openwrt.org>
Sun, 14 Jul 2013 18:16:42 +0000
(18:16 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37316
package/network/config/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/swconfig/Makefile
b/package/network/config/swconfig/Makefile
index 417845dcb35c268eb6c1a57c4069d1407c786e01..65593b20d6c3dd14452da1f070d83b6193ead0d5 100644
(file)
--- a/
package/network/config/swconfig/Makefile
+++ b/
package/network/config/swconfig/Makefile
@@
-18,7
+18,7
@@
include $(INCLUDE_DIR)/kernel.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=
!@LINUX_3_10:TARGET_brcm47xx
+libuci +libnl-tiny
+ DEPENDS:=
@(!TARGET_brcm47xx||LINUX_3_10)
+libuci +libnl-tiny
TITLE:=Switch configuration utility
endef