mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-28 08:27:21 +02:00
Add ubifs feature flag.
This commit is contained in:
parent
9b67cee817
commit
caefa284ef
@ -163,6 +163,7 @@ sub target_config_features(@) {
|
||||
/ext2/ and $ret .= "\tselect USES_EXT2\n";
|
||||
/tgz/ and $ret .= "\tselect USES_TGZ\n";
|
||||
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
|
||||
/ubifs/ and $ret .= "\tselect USES_UBIFS\n";
|
||||
/fpu/ and $ret .= "\tselect HAS_FPU\n";
|
||||
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
|
||||
/powerpc64/ and $ret .= "\tselect powerpc64\n";
|
||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
ARCH:=mipsel
|
||||
BOARD:=xburst
|
||||
BOARDNAME:=XBurst JZ47x0
|
||||
FEATURES:=jffs2 tgz
|
||||
FEATURES:=jffs2 tgz ubifs
|
||||
|
||||
LINUX_VERSION:=2.6.31
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user