Преглед изворни кода

add nommu target feature flag

SVN-Revision: 17347
Felix Fietkau пре 16 година
родитељ
комит
ec7621ebf9
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 1 0
      scripts/metadata.pl
  2. 3 0
      target/Config.in

+ 1 - 0
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;
 }

+ 3 - 0
target/Config.in

@@ -53,6 +53,9 @@ config USES_CPIOGZ
 config PROFILE_KCONFIG 
 	bool
 
+config NOMMU
+	bool
+
 # Architecture selection
 
 config i386