ar71xx: image: fix typo in MTDPARTS def for qihoo-c301
[openwrt/openwrt.git] / target / Config.in
index baae8d6d3a60ee721c73825127fd9bc8ee223a61..6a29d5332463ed191adbc5cf5e968ee088dc27e0 100644 (file)
@@ -63,14 +63,17 @@ config USES_TARGZ
 config USES_CPIOGZ
        bool
 
+config USES_MINOR
+       bool
+
 config USES_UBIFS
        bool
        select NAND_SUPPORT
 
-config PROFILE_KCONFIG
+config LOW_MEMORY_FOOTPRINT
        bool
 
-config LOW_MEMORY_FOOTPRINT
+config SMALL_FLASH
        bool
 
 config NOMMU
@@ -100,6 +103,13 @@ config aarch64_be
        select BIG_ENDIAN
        bool
 
+config arc
+       bool
+
+config arceb
+       select BIG_ENDIAN
+       bool
+
 config arm
        bool
 
@@ -179,6 +189,8 @@ config ARCH
        string
        default "aarch64"   if aarch64
        default "aarch64_be" if aarch64_be
+       default "arc"       if arc
+       default "arceb"     if arceb
        default "arm"       if arm
        default "armeb"     if armeb
        default "i386"      if i386