diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-21 22:32:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-21 22:32:03 +0000 |
commit | c242bd9944db367c19b3acc7b2e05e82c7ce8b7f (patch) | |
tree | 37fa806ab67def8e48f595728a6eea47807b970c /target | |
parent | 64958baf0e72e9c111733449ef1967b4522a3e70 (diff) |
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 0d597e69b..8c2d73d33 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 |