swconfig: fix dependency bug introduced by [37304]
authorJohn Crispin <john@openwrt.org>
Sun, 14 Jul 2013 18:16:42 +0000 (18:16 +0000)
committerJohn 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

index 417845dcb35c268eb6c1a57c4069d1407c786e01..65593b20d6c3dd14452da1f070d83b6193ead0d5 100644 (file)
@@ -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