mirror of https://github.com/hak5/openwrt-owl.git
parent
aee9d6c31c
commit
ec7621ebf9
|
@ -166,6 +166,7 @@ sub target_config_features(@) {
|
||||||
/fpu/ and $ret .= "\tselect HAS_FPU\n";
|
/fpu/ and $ret .= "\tselect HAS_FPU\n";
|
||||||
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
|
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
|
||||||
/powerpc64/ and $ret .= "\tselect powerpc64\n";
|
/powerpc64/ and $ret .= "\tselect powerpc64\n";
|
||||||
|
/nommu/ and $ret .= "\tselect NOMMU\n";
|
||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
|
|
|
@ -53,6 +53,9 @@ config USES_CPIOGZ
|
||||||
config PROFILE_KCONFIG
|
config PROFILE_KCONFIG
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config NOMMU
|
||||||
|
bool
|
||||||
|
|
||||||
# Architecture selection
|
# Architecture selection
|
||||||
|
|
||||||
config i386
|
config i386
|
||||||
|
|
Loading…
Reference in New Issue