From 48daf407a6eb959c28dbdeb32873c8e0af669142 Mon Sep 17 00:00:00 2001
From: Florian Fainelli <florian@openwrt.org>
Date: Wed, 3 Oct 2012 16:12:57 +0000
Subject: [PATCH] advertise jffs2 feature

SVN-Revision: 33607
---
 target/linux/pxa/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab