diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-08 16:38:39 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-08 16:38:39 +0000 |
commit | c6c7d9015264c5ef6e1d128efe9de6f995c89605 (patch) | |
tree | 24e08afe1977a425002c5b46cd4024b958e33a1b /target/linux/omap24xx/Makefile | |
parent | 8b8f4c7a28a7cf8e341dc00367ccd141c5ba9a8e (diff) |
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 |