diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-02 17:04:38 +0000 |
commit | e90a2269bce350dbc3caa8cfd34b31ae6616ecb2 (patch) | |
tree | 67eb6795a0463ac23cf07bd2a441cb92df171713 /target | |
parent | a4816ec4b54391de7d59cdb1947b786ebb375f37 (diff) | |
download | upstream-e90a2269bce350dbc3caa8cfd34b31ae6616ecb2.tar.gz upstream-e90a2269bce350dbc3caa8cfd34b31ae6616ecb2.tar.bz2 upstream-e90a2269bce350dbc3caa8cfd34b31ae6616ecb2.zip |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index bb442025f5..e0320fac49 100644 --- a/target/Config.in +++ b/target/Config.in @@ -69,6 +69,9 @@ config USES_UBIFS config PROFILE_KCONFIG bool +config LOW_MEMORY_FOOTPRINT + bool + config NOMMU bool |