summaryrefslogtreecommitdiff
path: root/target/linux/bcm53xx/Makefile
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-09-25 21:49:12 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-09-25 21:49:12 +0000
commit28391a27a69fdf8bcba2eb208a8b20cefecf6b09 (patch)
treea46b58c9a9a375d14e8fcad1e9c9aaf269f68647 /target/linux/bcm53xx/Makefile
parent1316e8daecb17704ecd10084a4e8b3b522822da8 (diff)
bcm53xx: bgmac: use srab switch driver
use the srab switch driver on these SoCs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38200 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r--target/linux/bcm53xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 591cc99fde..4986d80619 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -24,6 +24,6 @@ CFLAGS:=-Os -pipe -mtune=cortex-a9 -march=armv7-a -mfpu=vfp -mfloat-abi=softfp
KERNELNAME:="zImage dtbs"
-DEFAULT_PACKAGES +=
+DEFAULT_PACKAGES += swconfig
$(eval $(call BuildTarget))