diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-14 18:16:42 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-14 18:16:42 +0000 |
commit | a741a5ff14464482f3397f5486cc915cc1c9223f (patch) | |
tree | 3b51594ff01c13583e95df25bdb9c85ae00514fc /package/network | |
parent | 7c87681a6fc48ac09435b09590fc064cea41f59e (diff) | |
download | master-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/network')
-rw-r--r-- | package/network/config/swconfig/Makefile | 2 |
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 |