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 | 4c730be09cfe80628bc2edfee2a864b1c89256c8 (patch) | |
tree | 35a3f0d080f6257e2b1630d8eb540150ffa34d6e /target/linux/magicbox-2.6/Makefile | |
parent | 0825e4952db006f6ffd2a38ea067c513144228c2 (diff) | |
download | upstream-4c730be09cfe80628bc2edfee2a864b1c89256c8.tar.gz upstream-4c730be09cfe80628bc2edfee2a864b1c89256c8.tar.bz2 upstream-4c730be09cfe80628bc2edfee2a864b1c89256c8.zip |
fix magicbox, convert mtd mapping to platform_device, add support for combined flash layout
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7336 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |