mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
add nommu target feature flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
64958baf0e
commit
c242bd9944
@ -166,6 +166,7 @@ sub target_config_features(@) {
|
||||
/fpu/ and $ret .= "\tselect HAS_FPU\n";
|
||||
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
|
||||
/powerpc64/ and $ret .= "\tselect powerpc64\n";
|
||||
/nommu/ and $ret .= "\tselect NOMMU\n";
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
@ -53,6 +53,9 @@ config USES_CPIOGZ
|
||||
config PROFILE_KCONFIG
|
||||
bool
|
||||
|
||||
config NOMMU
|
||||
bool
|
||||
|
||||
# Architecture selection
|
||||
|
||||
config i386
|
||||
|
Loading…
Reference in New Issue
Block a user