summaryrefslogtreecommitdiffstats
path: root/package/network/config/swconfig
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-07-14 14:11:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-14 14:11:17 +0000
commitf8d55e7541ee61c8e4262e378335beb2eba8a88a (patch)
tree548803b3e402425ccf09e13bec58740873d81f11 /package/network/config/swconfig
parent936683b2dea18c535cba1be3af207338c10dd658 (diff)
downloadmaster-31e0f0ae-f8d55e7541ee61c8e4262e378335beb2eba8a88a.tar.gz
master-31e0f0ae-f8d55e7541ee61c8e4262e378335beb2eba8a88a.tar.bz2
master-31e0f0ae-f8d55e7541ee61c8e4262e378335beb2eba8a88a.zip
brcm47xx: use b53 phy driver for the switch in kernel 3.10
This makes it possible to use swconfig to controll the switch. This was tested with devices using b43 and bgmac. This was not tested on devices using tg3. This does not support the adm switch used in some very old devices. SVN-Revision: 37304
Diffstat (limited to 'package/network/config/swconfig')
-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 6d1c9db780..417845dcb3 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:=@!TARGET_brcm47xx +libuci +libnl-tiny
+ DEPENDS:=!@LINUX_3_10:TARGET_brcm47xx +libuci +libnl-tiny
TITLE:=Switch configuration utility
endef