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 | f538d04c12e39cd6a3f461b62374c74c07998375 (patch) | |
tree | 90946abcc3ef5f5e303b638e9470ca1894d5596f /target | |
parent | d004ed49d5ff958296822b81eab5a480a6960834 (diff) | |
download | upstream-f538d04c12e39cd6a3f461b62374c74c07998375.tar.gz upstream-f538d04c12e39cd6a3f461b62374c74c07998375.tar.bz2 upstream-f538d04c12e39cd6a3f461b62374c74c07998375.zip |
[pxa] advertise jffs2 feature
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33607 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |