mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
build: add a feature flag for low-memory systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40980 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user