summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-03 10:21:18 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-02-03 10:21:18 +0000
commit048d4cdab39385999e2a3ed115518378d0166c02 (patch)
tree35d3a873952df279ab4f7206a174702b8b9623e1 /target
parentb43eb6bb86cba857731d6cdea89bb3bd48578d7f (diff)
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')
-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 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