config: add a small_flash feature
[oweals/openwrt.git] / scripts / target-metadata.pl
index 34a7c22ce62dfe3223c9ab939195ccf92a8535c3..ea6462c94fea62d1b64e8ebe0f4954c163260234 100755 (executable)
@@ -36,6 +36,7 @@ sub target_config_features(@) {
                /mips16/ and $ret .= "\tselect HAS_MIPS16\n";
                /rfkill/ and $ret .= "\tselect RFKILL_SUPPORT\n";
                /low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
+               /small_flash/ and $ret .= "\tselect SMALL_FLASH\n";
                /nand/ and $ret .= "\tselect NAND_SUPPORT\n";
        }
        return $ret;