diff options
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ppc40x/config-3.18 | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 3529bb3db5..ebe09988a8 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 broken +FEATURES:=squashfs small_flash broken CPU_TYPE:=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> diff --git a/target/linux/ppc40x/config-3.18 b/target/linux/ppc40x/config-3.18 index 85bbe0cb9b..fc53dde8c1 100644 --- a/target/linux/ppc40x/config-3.18 +++ b/target/linux/ppc40x/config-3.18 @@ -27,7 +27,6 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_AUDIT_ARCH=y CONFIG_BOOKE_WDT=y CONFIG_BOUNCE=y -CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CLONE_BACKWARDS=y CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd" CONFIG_CMDLINE_BOOL=y |