add nommu target feature flag
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Aug 2009 22:32:03 +0000 (22:32 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Aug 2009 22:32:03 +0000 (22:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17347 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/metadata.pl
target/Config.in

index 39304dfbe79c328968ce4d95085c7454fcf1df25..41147d0ab8e5bdc9cb7eeed9eb4e0d8c5df45d0c 100755 (executable)
@@ -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;
 }
index 0d597e69b1701f92e22b3fac37350fba97517677..8c2d73d337f1ae5420fb61bc7fa522a1dbd0874b 100644 (file)
@@ -53,6 +53,9 @@ config USES_CPIOGZ
 config PROFILE_KCONFIG 
        bool
 
+config NOMMU
+       bool
+
 # Architecture selection
 
 config i386