adm5120: use the generic image_cmdline hack
[openwrt.git] / scripts / metadata.pl
index 39304df..41147d0 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;
 }
This page took 0.025409 seconds and 4 git commands to generate.