1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

advertise jffs2, squashfs and ext4 features

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34216
This commit is contained in:
Florian Fainelli 2012-11-16 16:32:42 +00:00
parent c6d9304d17
commit b7f2f14801

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=sparc
BOARD:=sparc
BOARDNAME:=Sun UltraSPARC
FEATURES+=fpu tgz broken
FEATURES+=fpu tgz broken jffs2 ext4 squashfs
LINUX_VERSION:=2.6.36.4
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>