X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2b08ef515591897a4a92d8a6ebdd1fff7fc24afd..f23543c3609cd91efafedc86f8557f4939c4d201:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 39304dfbe..41147d0ab 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -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; }