Last change
on this file since 392 was
392,
checked in by amain, 10 years ago
|
debwrt: re-structuring Config.in
|
File size:
942 bytes
|
Line | |
---|
1 | config DEBWRT_KERNEL_VERSION |
---|
2 | string |
---|
3 | default "default" if DEBWRT_KERNEL_DEFAULT |
---|
4 | default "2.6.32" if DEBWRT_KERNEL_2_6_32 |
---|
5 | default "2.6.31" if DEBWRT_KERNEL_2_6_31 |
---|
6 | default "2.6.30" if DEBWRT_KERNEL_2_6_30 |
---|
7 | default "unknown" |
---|
8 | |
---|
9 | choice |
---|
10 | prompt "Kernel Version" |
---|
11 | default DEBWRT_KERNEL_DEFAULT |
---|
12 | help |
---|
13 | Select the linux kernel version you want to use with DebWrt |
---|
14 | |
---|
15 | config DEBWRT_KERNEL_DEFAULT |
---|
16 | bool |
---|
17 | prompt "Default" |
---|
18 | |
---|
19 | #config DEBWRT_KERNEL_2_6_32 |
---|
20 | # bool |
---|
21 | # prompt "2.6.32" if OPENWRT_REVISION_TRUNK || OPENWRT_REVISION_R18829 |
---|
22 | # |
---|
23 | #config DEBWRT_KERNEL_2_6_31 |
---|
24 | # bool |
---|
25 | # prompt "2.6.31" if OPENWRT_REVISION_TRUNK || OPENWRT_REVISION_R18829 |
---|
26 | # |
---|
27 | #config DEBWRT_KERNEL_2_6_30 |
---|
28 | # bool |
---|
29 | # prompt "2.6.30" if OPENWRT_REVISION_TRUNK || OPENWRT_REVISION_R18829 |
---|
30 | # |
---|
31 | #config DEBWRT_KERNEL_2_6_28 |
---|
32 | # bool |
---|
33 | # prompt "2.6.28" if OPENWRT_REVISION_8_09 |
---|
34 | |
---|
35 | endchoice |
---|
36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.