diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-26 15:36:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-26 15:36:22 +0000 |
commit | 8f83153369a227fe0531a8cbcdb53d76fba45756 (patch) | |
tree | 62e5584d5283eaaf46223779364e352ef34330c9 /target/linux/magicbox-2.6/Makefile | |
parent | b62d62a3c401de0140f029918730d8bf40cf395f (diff) | |
download | upstream-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/Makefile | 2 |
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 |