kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41122
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user