X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3d36ec12d93b966811c02c90c62ad9a2696f71f7..928f811d46c4aedd4406dffef425cf41d32e2b0c:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index e8850c937..41147d0ab 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -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; }