source: freewrt/Config.in@ 655dec8

Last change on this file since 655dec8 was 03e4061, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

add some experimental stuff i would like to use for my linux laptop, not ready so far (initramfs with cryptotoken support, to encrypt a root partition with a usb cryptotoken..)

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

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[b9492d5]1# $FreeWRT$
2#-
3# This file is part of the FreeWRT project. FreeWRT is copyrighted
4# material, please see the LICENCE file in the top-level directory
5# or at http://www.freewrt.org/licence for details.
6
[855544c]7mainmenu "FreeWRT Configuration"
[475ad56]8
9config MODULES
10 bool
11 default y
12
[b9492d5]13# this line is magic; do not remove it
14# certain make rules depend on its existence
15# and the name FWRT_HAVE_DOT_CONFIG is hard-coded
[c04ece1]16config FWRT_HAVE_DOT_CONFIG
[475ad56]17 bool
18 default y
19
[c04ece1]20config FWRT_BIG_ENDIAN
[475ad56]21 tristate
22
23# Supported architectures
24
[c04ece1]25config FWRT_i386
[475ad56]26 tristate
[b9492d5]27
[c04ece1]28config FWRT_mips
[475ad56]29 tristate
[c04ece1]30 select FWRT_BIG_ENDIAN
[475ad56]31
[c04ece1]32config FWRT_mipsel
[475ad56]33 tristate
34
[c04ece1]35config FWRT_armeb
[475ad56]36 tristate
[c04ece1]37 select FWRT_BIG_ENDIAN
[475ad56]38
[c04ece1]39config FWRT_mips64
[475ad56]40 tristate
[c04ece1]41 select FWRT_BIG_ENDIAN
[475ad56]42
[c04ece1]43config FWRT_arm
[475ad56]44 tristate
45
[c04ece1]46config FWRT_cris
[475ad56]47 tristate
48
[c04ece1]49config FWRT_m68k
[475ad56]50 tristate
[c04ece1]51 select FWRT_BIG_ENDIAN
[475ad56]52
[c04ece1]53config FWRT_powerpc
[475ad56]54 tristate
[c04ece1]55 select FWRT_BIG_ENDIAN
[475ad56]56
[c04ece1]57config FWRT_sh3
[475ad56]58 tristate
59
[c04ece1]60config FWRT_sh3eb
[475ad56]61 tristate
[c04ece1]62 select FWRT_BIG_ENDIAN
[475ad56]63
[c04ece1]64config FWRT_sh4
[475ad56]65 tristate
66
[c04ece1]67config FWRT_sh4eb
[475ad56]68 tristate
[c04ece1]69 select FWRT_BIG_ENDIAN
[475ad56]70
[c04ece1]71config FWRT_sparc
[475ad56]72 tristate
[c04ece1]73 select FWRT_BIG_ENDIAN
[475ad56]74
[c04ece1]75config FWRT_ARCH
[475ad56]76 string
[c04ece1]77 default "arm" if FWRT_arm
78 default "armeb" if FWRT_armeb
79 default "cris" if FWRT_cris
80 default "i386" if FWRT_i386
81 default "m68k" if FWRT_m68k
82 default "mips" if FWRT_mips
[c57877b]83 default "mipsel" if FWRT_mipsel
[c04ece1]84 default "mips64" if FWRT_mips64
85 default "powerpc" if FWRT_powerpc
86 default "sh3" if FWRT_sh3
87 default "sh3eb" if FWRT_sh3eb
88 default "sh4" if FWRT_sh4
89 default "sh4eb" if FWRT_sh4eb
90 default "sparc" if FWRT_sparc
91
92
93config FWRT_WGET
[b9492d5]94 string
[475ad56]95 default "wget --passive-ftp -nd"
96
[c04ece1]97config FWRT_JLEVEL
[475ad56]98 int
99 default "1"
100
[c04ece1]101config FWRT_LINUX_2_4_BRCM
[e355aae]102 bool
[6ace9ed]103config FWRT_LINUX_2_6_BRCM
104 bool
[e355aae]105config FWRT_LINUX_2_4_RB
106 bool
[92344a5]107config FWRT_LINUX_2_6_RB
108 bool
[064433a]109config FWRT_LINUX_2_4_X86
110 bool
[6d01ff9]111config FWRT_LINUX_2_6_X86
112 bool
[03e4061]113config FWRT_LINUX_2_4_X86
114 bool
[0ea1f3f]115
[475ad56]116source "target/Config.in"
117source "target/linux/Config.in"
[855544c]118source "package/Config.in"
Note: See TracBrowser for help on using the repository browser.