root/trunk/freewrt/target/Config.in.kernel

Revision 3335, 1.2 kB (checked in by tg, 5 years ago)

make it so that “nokernel” targets can build a 2.4 or 2.6 kernel
(needs config, so only mipsel works for now, and I chose to use
a target supported by qemu here ☺), this works (including building
an initramfs cpioball) except that no modules are in the “image”

Line 
1 config FWRT_TARGET_NOKERNEL
2         bool
3         default n
4
5 config FWRT_KERNEL_SQUASHFS
6         boolean
7         default n
8
9 config FWRT_KERNEL_MINI_FO
10         boolean
11         default n
12
13 config FWRT_KERNEL_JFFS2_FS
14         boolean
15         default n
16
17 config FWRT_KERNEL_JFFS2_BBC_LZARI
18         boolean
19         default n
20
21 config FWRT_KERNEL_IP_PNP
22         boolean
23         default n
24
25 config FWRT_KERNEL_IP_PNP_DHCP
26         boolean
27         default n
28
29 config FWRT_KERNEL_NFS_FS
30         boolean
31         default n
32
33 config FWRT_KERNEL_NFS_V3
34         boolean
35         default n
36
37 config FWRT_KERNEL_ROOT_NFS
38         boolean
39         default n
40
41 config FWRT_KERNEL_LOCKD
42         boolean
43         default n
44
45 config FWRT_KERNEL_NFS_COMMON
46         boolean
47         default n
48
49 config FWRT_KERNEL_SUNRPC
50         boolean
51         default n
52
53 config FWRT_KERNEL_YAFFS_FS
54         boolean
55         default n
56
57 config FWRT_KERNEL_YAFFS_YAFFS1
58         boolean
59         default n
60
61 config FWRT_KERNEL_YAFFS_YAFFS2
62         boolean
63         default n
64
65 config FWRT_KERNEL_YAFFS_AUTO_YAFFS2
66         boolean
67         default n
68
69 config FWRT_KERNEL_YAFFS_CHECKPOINT_RESERVED_BLOCKS
70         int
71         default 0
72
73 config FWRT_KERNEL_YAFFS_SHORT_NAMES_IN_RAM
74         boolean
75         default n
76
77 config FWRT_KERNEL_EXT2_FS
78         boolean
79         default n
80
81 config FWRT_KERNEL_DEBUG_KERNEL
82         boolean
83         default n
84
85 config FWRT_KERNEL_KGDB
86         boolean
87         default n
88
89 config FWRT_KERNEL_GDB_CONSOLE
90         boolean
91         default n
92
Note: See TracBrowser for help on using the browser.