diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-21 22:32:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-21 22:32:03 +0000 |
commit | 8bcb57d80d301c42fd52574ae7dcf5002e3c9e1f (patch) | |
tree | 37fa806ab67def8e48f595728a6eea47807b970c /target | |
parent | 39bbd5babcd63d145d699c51b7747e90485ad0bd (diff) | |
download | upstream-8bcb57d80d301c42fd52574ae7dcf5002e3c9e1f.tar.gz upstream-8bcb57d80d301c42fd52574ae7dcf5002e3c9e1f.tar.bz2 upstream-8bcb57d80d301c42fd52574ae7dcf5002e3c9e1f.zip |
add nommu target feature flag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 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 0d597e69b1..8c2d73d337 100644 --- a/target/Config.in +++ b/target/Config.in @@ -53,6 +53,9 @@ config USES_CPIOGZ config PROFILE_KCONFIG bool +config NOMMU + bool + # Architecture selection config i386 |