kernel: add a NAND_SUPPORT symbol
[openwrt/svn-archive/archive.git] / scripts / metadata.pl
index 250a85ed84e2e343678bf9c44221bab7cec143e7..eed1998d274bba8a01b2e876a41b12ad5cfc80df 100755 (executable)
@@ -184,6 +184,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";
+               /nand/ and $ret .= "\tselect NAND_SUPPORT\n";
        }
        return $ret;
 }