add nommu target feature flag
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 39304dfbe79c328968ce4d95085c7454fcf1df25..41147d0ab8e5bdc9cb7eeed9eb4e0d8c5df45d0c 100755 (executable)
@@ -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;
 }