aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2013-09-25 21:49:12 +0000
committerHauke Mehrtens <hauke@openwrt.org>2013-09-25 21:49:12 +0000
commit20c36881a1836c4d07ebae367910d91ceb58cc12 (patch)
treea46b58c9a9a375d14e8fcad1e9c9aaf269f68647 /target/linux/bcm53xx/Makefile
parent426c3a85c692e507a3d97f85aa76382b65a158a3 (diff)
downloadupstream-20c36881a1836c4d07ebae367910d91ceb58cc12.tar.gz
upstream-20c36881a1836c4d07ebae367910d91ceb58cc12.tar.bz2
upstream-20c36881a1836c4d07ebae367910d91ceb58cc12.zip
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))