diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-08 12:49:59 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-08 12:49:59 +0000 |
commit | af06debf5ae54d717e3a6fe3d82413547a989d59 (patch) | |
tree | 744ec9a43e172f566021bdeec139c5659bde9852 /target/linux/ppc40x/Makefile | |
parent | 9d19a6c1ea72e4718356de16ac179cbaba834009 (diff) | |
download | upstream-af06debf5ae54d717e3a6fe3d82413547a989d59.tar.gz upstream-af06debf5ae54d717e3a6fe3d82413547a989d59.tar.bz2 upstream-af06debf5ae54d717e3a6fe3d82413547a989d59.zip |
ppc40x: don't force usb feature
SVN-Revision: 18002
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 256f6cfc18..c3181ab617 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x -FEATURES:=squashfs usb +FEATURES:=squashfs CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405 LINUX_VERSION:=2.6.30.8 |