diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-03 10:21:18 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-03 10:21:18 +0000 |
commit | 4a0e29e5ce6a9080a1277c4d3c7e43f19bd7ffc0 (patch) | |
tree | 35d3a873952df279ab4f7206a174702b8b9623e1 /target/linux/magicbox | |
parent | 42a76d863e4476774e77fa2ceb5dfcffb7cea829 (diff) | |
download | master-187ad058-4a0e29e5ce6a9080a1277c4d3c7e43f19bd7ffc0.tar.gz master-187ad058-4a0e29e5ce6a9080a1277c4d3c7e43f19bd7ffc0.tar.bz2 master-187ad058-4a0e29e5ce6a9080a1277c4d3c7e43f19bd7ffc0.zip |
upgrade Magicbox to 2.6.24, create only squashfs rootfs by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10370 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/magicbox')
-rw-r--r-- | target/linux/magicbox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile index b7839b13d6..fae0ebf757 100644 --- a/target/linux/magicbox/Makefile +++ b/target/linux/magicbox/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=magicbox BOARDNAME:=Magicbox -FEATURES:=squashfs jffs2 pci +FEATURES:=squashfs pci -LINUX_VERSION:=2.6.23.14 +LINUX_VERSION:=2.6.24 LINUX_KARCH:=ppc include $(INCLUDE_DIR)/target.mk |