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 | |
|---|
| 1 | mainmenu "FreeWRT Configuration"
|
|---|
| 2 |
|
|---|
| 3 | config MODULES
|
|---|
| 4 | bool
|
|---|
| 5 | default y
|
|---|
| 6 |
|
|---|
| 7 | config FWRT_HAVE_DOT_CONFIG
|
|---|
| 8 | bool
|
|---|
| 9 | default y
|
|---|
| 10 |
|
|---|
| 11 | config FWRT_BIG_ENDIAN
|
|---|
| 12 | tristate
|
|---|
| 13 |
|
|---|
| 14 | # Supported architectures
|
|---|
| 15 |
|
|---|
| 16 | config FWRT_mipsel
|
|---|
| 17 | tristate
|
|---|
| 18 |
|
|---|
| 19 | config FWRT_ARCH
|
|---|
| 20 | string
|
|---|
| 21 | default "mipsel" if FWRT_mipsel
|
|---|
| 22 |
|
|---|
| 23 | config FWRT_WGET
|
|---|
| 24 | string
|
|---|
| 25 | default "wget --passive-ftp -nd"
|
|---|
| 26 |
|
|---|
| 27 | config FWRT_LINUX_BRCM
|
|---|
| 28 | bool
|
|---|
| 29 |
|
|---|
| 30 | source "target/Config.in"
|
|---|
| 31 | source "target/linux/Config.in"
|
|---|
| 32 | source "package/Config.in"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.