From ac5d5cbc795bc618dc426ac3631c88f4e73eaff5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Jun 2014 12:59:22 +0000 Subject: kernel: add a NAND_SUPPORT symbol Signed-off-by: John Crispin SVN-Revision: 41122 --- scripts/metadata.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 250a85e..eed1998 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -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; } -- cgit v1.1