source: freewrt/Config.in@ fdd4f59

freewrt_1_0 freewrt_2_0
Last change on this file since fdd4f59 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[855544c]1mainmenu "FreeWRT Configuration"
[475ad56]2
3config MODULES
4 bool
5 default y
6
[c04ece1]7config FWRT_HAVE_DOT_CONFIG
[475ad56]8 bool
9 default y
10
[c04ece1]11config FWRT_BIG_ENDIAN
[475ad56]12 tristate
13
14# Supported architectures
15
[c04ece1]16config FWRT_i386
[475ad56]17 tristate
18
[c04ece1]19config FWRT_mips
[475ad56]20 tristate
[c04ece1]21 select FWRT_BIG_ENDIAN
[475ad56]22
[c04ece1]23config FWRT_mipsel
[475ad56]24 tristate
25
[c04ece1]26config FWRT_armeb
[475ad56]27 tristate
[c04ece1]28 select FWRT_BIG_ENDIAN
[475ad56]29
30# Unsupported architectures
31
32if CONFIG_DEVEL
[c04ece1]33config FWRT_mips64
[475ad56]34 tristate
[c04ece1]35 select FWRT_BIG_ENDIAN
[475ad56]36
[c04ece1]37config FWRT_arm
[475ad56]38 tristate
39
[c04ece1]40config FWRT_cris
[475ad56]41 tristate
42
[c04ece1]43config FWRT_m68k
[475ad56]44 tristate
[c04ece1]45 select FWRT_BIG_ENDIAN
[475ad56]46
[c04ece1]47config FWRT_powerpc
[475ad56]48 tristate
[c04ece1]49 select FWRT_BIG_ENDIAN
[475ad56]50
[c04ece1]51config FWRT_sh3
[475ad56]52 tristate
53
[c04ece1]54config FWRT_sh3eb
[475ad56]55 tristate
[c04ece1]56 select FWRT_BIG_ENDIAN
[475ad56]57
[c04ece1]58config FWRT_sh4
[475ad56]59 tristate
60
[c04ece1]61config FWRT_sh4eb
[475ad56]62 tristate
[c04ece1]63 select FWRT_BIG_ENDIAN
[475ad56]64
[c04ece1]65config FWRT_sparc
[475ad56]66 tristate
[c04ece1]67 select FWRT_BIG_ENDIAN
[475ad56]68
69endif
70
[c04ece1]71config FWRT_ARCH
[475ad56]72 string
[c04ece1]73 default "arm" if FWRT_arm
74 default "armeb" if FWRT_armeb
75 default "cris" if FWRT_cris
76 default "i386" if FWRT_i386
77 default "m68k" if FWRT_m68k
78 default "mips" if FWRT_mips
79 default "mipsel" if FWRT_mipsel || !CONFIG_DEVEL
80 default "mips64" if FWRT_mips64
81 default "powerpc" if FWRT_powerpc
82 default "sh3" if FWRT_sh3
83 default "sh3eb" if FWRT_sh3eb
84 default "sh4" if FWRT_sh4
85 default "sh4eb" if FWRT_sh4eb
86 default "sparc" if FWRT_sparc
87
88
89config FWRT_WGET
[475ad56]90 string
91 default "wget --passive-ftp -nd"
92
[c04ece1]93config FWRT_JLEVEL
[475ad56]94 int
95 default "1"
96
[c04ece1]97config FWRT_LINUX_2_4_BRCM
[0ea1f3f]98 bool
99
[475ad56]100source "target/Config.in"
101source "target/linux/Config.in"
[855544c]102source "package/Config.in"
Note: See TracBrowser for help on using the repository browser.