ar71xx: refresh 2.6.28 patches
[openwrt.git] / scripts / metadata.pl
index e8850c9..41147d0 100755 (executable)
@@ -165,6 +165,8 @@ sub target_config_features(@) {
                /cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
                /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.022796 seconds and 4 git commands to generate.