diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-29 10:25:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-29 10:25:43 +0000 |
commit | 718df1105c14d159665d87670f552fcf51c122ea (patch) | |
tree | 520de1a06b2503cb217f4dc12624279a42ed60f0 /target | |
parent | 5a057bfeca72baacaabcd60730287687b44fcd60 (diff) | |
download | upstream-718df1105c14d159665d87670f552fcf51c122ea.tar.gz upstream-718df1105c14d159665d87670f552fcf51c122ea.tar.bz2 upstream-718df1105c14d159665d87670f552fcf51c122ea.zip |
there's no such thing as a soft fpu, this target should be fine without these
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38940 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm53xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index e13876e123..7227cf7925 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Broadcom BCM47xx/53xx with ARM CPU FEATURES:=squashfs usb pci pcie gpio MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> CPU_TYPE:=cortex-a9 -CPU_SUBTYPE:=soft LINUX_VERSION:=3.10.18 |