diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:10:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-06-01 18:10:18 +0000 |
commit | 138e643659b7d75a73556e7fb281b11f95043090 (patch) | |
tree | 95df72838ac8ab9b4a29e7c93628dc2c643c798d /target/linux/gemini | |
parent | d043cf9a3e9cfab21e6053bc1e4eaf0080da84e1 (diff) | |
download | upstream-138e643659b7d75a73556e7fb281b11f95043090.tar.gz upstream-138e643659b7d75a73556e7fb281b11f95043090.tar.bz2 upstream-138e643659b7d75a73556e7fb281b11f95043090.zip |
use squashfs on the gemini by default, remove broken flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 31e6dbc096..ffa7cd1354 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x -FEATURES:=jffs2 broken +FEATURES:=squashfs CFLAGS:=-Os -pipe -march=armv4 -mtune=arm9tdmi -funit-at-a-time LINUX_VERSION:=2.6.30-rc7 |