From b24897ee5c53b6488d1b984b63ab65220e486ed7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Jun 2014 17:04:38 +0000 Subject: build: add a feature flag for low-memory systems Signed-off-by: Felix Fietkau SVN-Revision: 40980 --- scripts/metadata.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 041a250..250a85e 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -183,6 +183,7 @@ sub target_config_features(@) { /nommu/ and $ret .= "\tselect NOMMU\n"; /mips16/ and $ret .= "\tselect HAS_MIPS16\n"; /rfkill/ and $ret .= "\tselect RFKILL_SUPPORT\n"; + /low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n"; } return $ret; } -- cgit v1.1