source: freewrt/Config.in

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

move FWRT_JLEVEL to a user visible menu, remove it from toplevel make call

  • Property mode set to 100644
File size: 440 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_LINUX_BRCM
28 bool
29
30source "target/Config.in"
31source "target/linux/Config.in"
32source "package/Config.in"
Note: See TracBrowser for help on using the repository browser.