aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-11 12:59:22 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-11 12:59:22 +0000
commit2e87c25986dc90d0449f6af701144fead97d77dc (patch)
treecc5689bae68f3505296251513374ec3ed048fbe5 /scripts
parentfc4bed72a8fe3fdae5c935ff4c75eb490f6b468f (diff)
downloadupstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.gz
upstream-2e87c25986dc90d0449f6af701144fead97d77dc.tar.bz2
upstream-2e87c25986dc90d0449f6af701144fead97d77dc.zip
kernel: add a NAND_SUPPORT symbol
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index 250a85ed84..eed1998d27 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;
}