kernel: add a new global config symbol for enabling rfkill support (can be enabled...
[openwrt/staging/yousong.git] / scripts / metadata.pl
index bcc3700d42f6d78778dfedaf6305d86d10e9ae68..5625b8b5be0a50ad52fefdce635ae86ffbfd6ca0 100755 (executable)
@@ -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;
 }