1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 21:43:14 +03:00

[sparc] advertise jffs2, squashfs and ext4 features

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34216 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-11-16 16:32:42 +00:00
parent 41b18f3136
commit 1fda2654b7

View File

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