diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-09-25 21:49:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-09-25 21:49:12 +0000 |
commit | 20c36881a1836c4d07ebae367910d91ceb58cc12 (patch) | |
tree | a46b58c9a9a375d14e8fcad1e9c9aaf269f68647 /target/linux/bcm53xx/Makefile | |
parent | 426c3a85c692e507a3d97f85aa76382b65a158a3 (diff) | |
download | master-187ad058-20c36881a1836c4d07ebae367910d91ceb58cc12.tar.gz master-187ad058-20c36881a1836c4d07ebae367910d91ceb58cc12.tar.bz2 master-187ad058-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/Makefile | 2 |
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)) |