Update the yaffs patch to include the fix by Giampaolo Mancini (mancho), closes ...
[openwrt/svn-archive/archive.git] / target / Config.in
index 780ee421fce4081ab11edfbff26a2dd9d8cbc40c..31a4e590e1a339d562e2855b11779bbd246c8b27 100644 (file)
@@ -57,6 +57,10 @@ config armeb
        select BIG_ENDIAN
        bool
 
+config avr32
+       select BIG_ENDIAN
+       bool
+
 config cris
        bool
 
@@ -92,6 +96,7 @@ config ARCH
        string
        default "arm"     if arm
        default "armeb"   if armeb
+       default "avr32"   if avr32
        default "cris"    if cris
        default "i386"    if i386
        default "m68k"    if m68k