From: kaloz Date: Sun, 3 Feb 2008 10:21:18 +0000 (+0000) Subject: upgrade Magicbox to 2.6.24, create only squashfs rootfs by default X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=048d4cdab39385999e2a3ed115518378d0166c02;p=10.03%2Fopenwrt.git 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 --- diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile index b7839b13d..fae0ebf75 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