summaryrefslogtreecommitdiff
path: root/package/network/config
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 14:11:17 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 14:11:17 +0000
commit35105c1dc8f39291c36e259395609526a3a2b379 (patch)
treead814fb72ced6e4876aae62bf0d3a5aec6fba17d /package/network/config
parent3608b41c366112ace92c00b16a818727c4881240 (diff)
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-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