Changeset 392 for branches/contrib/config/kernel_version.in
- Timestamp:
- Oct 1, 2012, 9:42:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/config/kernel_version.in
r1 r392 7 7 default "unknown" 8 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 TracChangeset
for help on using the changeset viewer.