aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-14 18:16:42 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-14 18:16:42 +0000
commita741a5ff14464482f3397f5486cc915cc1c9223f (patch)
tree3b51594ff01c13583e95df25bdb9c85ae00514fc /package
parent7c87681a6fc48ac09435b09590fc064cea41f59e (diff)
downloadmaster-187ad058-a741a5ff14464482f3397f5486cc915cc1c9223f.tar.gz
master-187ad058-a741a5ff14464482f3397f5486cc915cc1c9223f.tar.bz2
master-187ad058-a741a5ff14464482f3397f5486cc915cc1c9223f.zip
swconfig: fix dependency bug introduced by [37304]
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/network/config/swconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile
index 417845dcb3..65593b20d6 100644
--- 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