aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/magicbox-2.6/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-05-26 15:36:22 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-05-26 15:36:22 +0000
commit8f83153369a227fe0531a8cbcdb53d76fba45756 (patch)
tree62e5584d5283eaaf46223779364e352ef34330c9 /target/linux/magicbox-2.6/Makefile
parentb62d62a3c401de0140f029918730d8bf40cf395f (diff)
downloadupstream-8f83153369a227fe0531a8cbcdb53d76fba45756.tar.gz
upstream-8f83153369a227fe0531a8cbcdb53d76fba45756.tar.bz2
upstream-8f83153369a227fe0531a8cbcdb53d76fba45756.zip
fix magicbox, convert mtd mapping to platform_device, add support for combined flash layout
SVN-Revision: 7336
Diffstat (limited to 'target/linux/magicbox-2.6/Makefile')
-rw-r--r--target/linux/magicbox-2.6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox-2.6/Makefile b/target/linux/magicbox-2.6/Makefile
index 20325a8fa6..9fe548a903 100644
--- a/target/linux/magicbox-2.6/Makefile
+++ b/target/linux/magicbox-2.6/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=magicbox
BOARDNAME:=Magicbox
-FEATURES:=jffs2
+FEATURES:=squashfs jffs2
include $(INCLUDE_DIR)/kernel-build.mk