mainmenu "FreeWRT Configuration" config MODULES bool default y config FWRT_HAVE_DOT_CONFIG bool default y config FWRT_BIG_ENDIAN tristate # Supported architectures config FWRT_i386 tristate config FWRT_mips tristate select FWRT_BIG_ENDIAN config FWRT_mipsel tristate config FWRT_armeb tristate select FWRT_BIG_ENDIAN # Unsupported architectures if CONFIG_DEVEL config FWRT_mips64 tristate select FWRT_BIG_ENDIAN config FWRT_arm tristate config FWRT_cris tristate config FWRT_m68k tristate select FWRT_BIG_ENDIAN config FWRT_powerpc tristate select FWRT_BIG_ENDIAN config FWRT_sh3 tristate config FWRT_sh3eb tristate select FWRT_BIG_ENDIAN config FWRT_sh4 tristate config FWRT_sh4eb tristate select FWRT_BIG_ENDIAN config FWRT_sparc tristate select FWRT_BIG_ENDIAN endif config FWRT_ARCH string default "arm" if FWRT_arm default "armeb" if FWRT_armeb default "cris" if FWRT_cris default "i386" if FWRT_i386 default "m68k" if FWRT_m68k default "mips" if FWRT_mips default "mipsel" if FWRT_mipsel || !CONFIG_DEVEL default "mips64" if FWRT_mips64 default "powerpc" if FWRT_powerpc default "sh3" if FWRT_sh3 default "sh3eb" if FWRT_sh3eb default "sh4" if FWRT_sh4 default "sh4eb" if FWRT_sh4eb default "sparc" if FWRT_sparc config FWRT_WGET string default "wget --passive-ftp -nd" config FWRT_JLEVEL int default "1" config FWRT_LINUX_2_4_BRCM bool source "target/Config.in" source "target/linux/Config.in" source "package/Config.in"