summaryrefslogtreecommitdiff
path: root/target/linux/magicbox
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-02-03 10:21:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-02-03 10:21:18 +0000
commit4f71fabba4e42becf7f5a072cce3df3190961600 (patch)
treebe41a1caedd057c1104ee57a74424d98dd14280d /target/linux/magicbox
parentf09555425c9b92513b585d5728b49ba77b438ba5 (diff)
downloadmtk-20170518-4f71fabba4e42becf7f5a072cce3df3190961600.zip
mtk-20170518-4f71fabba4e42becf7f5a072cce3df3190961600.tar.gz
mtk-20170518-4f71fabba4e42becf7f5a072cce3df3190961600.tar.bz2
upgrade Magicbox to 2.6.24, create only squashfs rootfs by default
SVN-Revision: 10370
Diffstat (limited to 'target/linux/magicbox')
-rw-r--r--target/linux/magicbox/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/magicbox/Makefile b/target/linux/magicbox/Makefile
index b7839b1..fae0ebf 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