diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-09-25 21:49:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-09-25 21:49:12 +0000 |
commit | 6910cb4d6f74b20e8b3f3564571f60a19364247e (patch) | |
tree | 977d9b0676ec3850549c6f3dc6b3d51ab591b690 /target/linux/bcm53xx/Makefile | |
parent | 0bdc137636ec10b39dad18abe25a946323155b9c (diff) | |
download | upstream-6910cb4d6f74b20e8b3f3564571f60a19364247e.tar.gz upstream-6910cb4d6f74b20e8b3f3564571f60a19364247e.tar.bz2 upstream-6910cb4d6f74b20e8b3f3564571f60a19364247e.zip |
bcm53xx: bgmac: use srab switch driver
use the srab switch driver on these SoCs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38200
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)) |