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 | 4f71fabba4e42becf7f5a072cce3df3190961600 (patch) | |
tree | be41a1caedd057c1104ee57a74424d98dd14280d /target/linux/magicbox/Makefile | |
parent | f09555425c9b92513b585d5728b49ba77b438ba5 (diff) | |
download | upstream-4f71fabba4e42becf7f5a072cce3df3190961600.tar.gz upstream-4f71fabba4e42becf7f5a072cce3df3190961600.tar.bz2 upstream-4f71fabba4e42becf7f5a072cce3df3190961600.zip |
upgrade Magicbox to 2.6.24, create only squashfs rootfs by default
SVN-Revision: 10370
Diffstat (limited to 'target/linux/magicbox/Makefile')
-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 |