X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fmetadata.pl;h=5625b8b5be0a50ad52fefdce635ae86ffbfd6ca0;hb=94439c2b5d797a1e18ae9ff81a76a8e53ce2fa09;hp=bcc3700d42f6d78778dfedaf6305d86d10e9ae68;hpb=8fc44d1f5f472d980f7209757bfc674d5b9da5a2;p=openwrt%2Fstaging%2Fyousong.git diff --git a/scripts/metadata.pl b/scripts/metadata.pl index bcc3700d42..5625b8b5be 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -177,6 +177,7 @@ sub target_config_features(@) { /powerpc64/ and $ret .= "\tselect powerpc64\n"; /nommu/ and $ret .= "\tselect NOMMU\n"; /mips16/ and $ret .= "\tselect HAS_MIPS16\n"; + /rfkill/ and $ret .= "\tselect RFKILL_SUPPORT\n"; } return $ret; }