From: Imre 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://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4f71fabba4e42becf7f5a072cce3df3190961600;p=lede.git upgrade Magicbox to 2.6.24, create only squashfs rootfs by default SVN-Revision: 10370 --- 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