X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Ftarget-metadata.pl;fp=scripts%2Ftarget-metadata.pl;h=e1d4ef242b865d8351ae3ad2d159a4e1eefded96;hb=57c1f3f9c5c699cc215bebde772552787c632570;hp=163eb3768bdea294bcc5731a2e17dee031b94174;hpb=8d623047851337c4507f77b51f47851988c0f53c;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/scripts/target-metadata.pl b/scripts/target-metadata.pl index 163eb3768b..e1d4ef242b 100755 --- a/scripts/target-metadata.pl +++ b/scripts/target-metadata.pl @@ -17,6 +17,7 @@ sub target_config_features(@) { /^display$/ and $ret .= "\tselect DISPLAY_SUPPORT\n"; /^dt$/ and $ret .= "\tselect USES_DEVICETREE\n"; /^dt-overlay$/ and $ret .= "\tselect HAS_DT_OVERLAY_SUPPORT\n"; + /^emmc$/ and $ret .= "\tselect EMMC_SUPPORT\n"; /^ext4$/ and $ret .= "\tselect USES_EXT4\n"; /^fpu$/ and $ret .= "\tselect HAS_FPU\n"; /^gpio$/ and $ret .= "\tselect GPIO_SUPPORT\n";