diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 14:53:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-19 14:53:15 +0000 |
commit | 69cc70a43c41bd2116cf4d807a0bff58167a41b9 (patch) | |
tree | ca9caac05223da8e0bb4036cdbba962c2fe806a3 /target/linux/mpc85xx/Makefile | |
parent | ae9100e9691e427aaf5bbb996214b5ec74748fa1 (diff) | |
download | upstream-69cc70a43c41bd2116cf4d807a0bff58167a41b9.tar.gz upstream-69cc70a43c41bd2116cf4d807a0bff58167a41b9.tar.bz2 upstream-69cc70a43c41bd2116cf4d807a0bff58167a41b9.zip |
mpc85xx: enable squashfs feature
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35675
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index df8204dba2..92064d0dca 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 -FEATURES:=spe_fpu ramdisk +FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.7.9 |