diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-08 16:38:39 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-08 16:38:39 +0000 |
commit | f70c186cb6897b1b5dd2a9c2ac0680941815d63c (patch) | |
tree | 24e08afe1977a425002c5b46cd4024b958e33a1b /target/linux/omap24xx/Makefile | |
parent | a4c446a2bc4024ddef2a259d97dae5b0671c1fea (diff) | |
download | upstream-f70c186cb6897b1b5dd2a9c2ac0680941815d63c.tar.gz upstream-f70c186cb6897b1b5dd2a9c2ac0680941815d63c.tar.bz2 upstream-f70c186cb6897b1b5dd2a9c2ac0680941815d63c.zip |
omap24xx: Support booting userland from MMC card
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22531 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/Makefile')
-rw-r--r-- | target/linux/omap24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index 2d04d7c80c..aeaa682ff5 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap24xx BOARDNAME:=TI OMAP-24xx -FEATURES:=jffs2 +FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.35 |