summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-21 22:32:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-21 22:32:03 +0000
commitec7621ebf9e2a64ddfc0fd085f6e383609cf5bec (patch)
tree9fd72c7ebecf2d0206bf349040d0a8f6d88203c5
parentaee9d6c31c1c72ab0831d88cd51fa4d76c364fc4 (diff)
downloadmtk-20170518-ec7621ebf9e2a64ddfc0fd085f6e383609cf5bec.zip
mtk-20170518-ec7621ebf9e2a64ddfc0fd085f6e383609cf5bec.tar.gz
mtk-20170518-ec7621ebf9e2a64ddfc0fd085f6e383609cf5bec.tar.bz2
add nommu target feature flag
SVN-Revision: 17347
-rwxr-xr-xscripts/metadata.pl1
-rw-r--r--target/Config.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index 39304df..41147d0 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -166,6 +166,7 @@ sub target_config_features(@) {
/fpu/ and $ret .= "\tselect HAS_FPU\n";
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
/powerpc64/ and $ret .= "\tselect powerpc64\n";
+ /nommu/ and $ret .= "\tselect NOMMU\n";
}
return $ret;
}
diff --git a/target/Config.in b/target/Config.in
index 0d597e6..8c2d73d 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