ppc40x: don't force usb feature
[openwrt/openwrt.git] / target / linux / ppc40x / Makefile
index 00a566910c3f2d7dcc6182523c1e25949fe08c63..c3181ab61780989afc77c17ec0402e50a26dd729 100644 (file)
@@ -9,9 +9,10 @@ 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.3
+LINUX_VERSION:=2.6.30.8
 LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk