diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-03 16:12:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-03 16:12:57 +0000 |
commit | 48daf407a6eb959c28dbdeb32873c8e0af669142 (patch) | |
tree | 1b309ea4e5cde7bf61cc566a5b84352a988da676 /target/linux/pxa | |
parent | bb7ac8ae7d11c07f8a8d492eb5e80b6c4823ed33 (diff) | |
download | upstream-48daf407a6eb959c28dbdeb32873c8e0af669142.tar.gz upstream-48daf407a6eb959c28dbdeb32873c8e0af669142.tar.bz2 upstream-48daf407a6eb959c28dbdeb32873c8e0af669142.zip |
advertise jffs2 feature
SVN-Revision: 33607
Diffstat (limited to 'target/linux/pxa')
-rw-r--r-- | target/linux/pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 86e4950f1e..cf6fe8916e 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=pxa BOARDNAME:=Marvell/Intel PXA2xx -FEATURES:=squashfs +FEATURES:=squashfs jffs2 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.3.8 |