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 | d9c0e977a403e56e892ea5601efe4e44a12c6c65 (patch) | |
tree | 0d9beafba8e2bb34ade70737018cf0355642c0aa /target/linux/omap24xx/Makefile | |
parent | 975ba9a88d9b529457e2b6bdced86d7918421bfe (diff) | |
download | upstream-d9c0e977a403e56e892ea5601efe4e44a12c6c65.tar.gz upstream-d9c0e977a403e56e892ea5601efe4e44a12c6c65.tar.bz2 upstream-d9c0e977a403e56e892ea5601efe4e44a12c6c65.zip |
omap24xx: Support booting userland from MMC card
SVN-Revision: 22531
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 |