source: freewrt/Config.in@ 1b2d56f

freewrt_2_0
Last change on this file since 1b2d56f was 1b2d56f, checked in by Waldemar Brodkorb <wbx@…>, 4 months ago

linux: update to 6.12, cleanup

  • Property mode set to 100644
File size: 478 bytes
Line 
1mainmenu "FreeWRT Configuration"
2
3config MODULES
4 bool
5 default y
6
7config FWRT_HAVE_DOT_CONFIG
8 bool
9 default y
10
11config FWRT_BIG_ENDIAN
12 tristate
13
14# Supported architectures
15
16config FWRT_mipsel
17 tristate
18
19config FWRT_ARCH
20 string
21 default "mipsel" if FWRT_mipsel
22
23config FWRT_WGET
24 string
25 default "wget --passive-ftp -nd"
26
27config FWRT_JLEVEL
28 int
29 default "1"
30
31config FWRT_LINUX_BRCM
32 bool
33
34source "target/Config.in"
35source "target/linux/Config.in"
36source "package/Config.in"
Note: See TracBrowser for help on using the repository browser.