|
Lines 38-43
Link Here
|
| 38 |
echo " Kernel settings" |
38 |
echo " Kernel settings" |
| 39 |
echo " --kerneldir=<dir> Location of the kernel sources" |
39 |
echo " --kerneldir=<dir> Location of the kernel sources" |
| 40 |
echo " --kernel-config=<file> Kernel configuration file to use for compilation" |
40 |
echo " --kernel-config=<file> Kernel configuration file to use for compilation" |
|
|
41 |
echo " --module-prefix=<dir> Prefix to kernel module destination, modules will" |
| 42 |
echo " be installed in <prefix>/lib/modules" |
| 41 |
echo " Low-Level Compile settings" |
43 |
echo " Low-Level Compile settings" |
| 42 |
echo " --kernel-cc=<compiler> Compiler to use for kernel (e.g. distcc)" |
44 |
echo " --kernel-cc=<compiler> Compiler to use for kernel (e.g. distcc)" |
| 43 |
echo " --kernel-as=<assembler> Assembler to use for kernel" |
45 |
echo " --kernel-as=<assembler> Assembler to use for kernel" |
|
Lines 238-243
Link Here
|
| 238 |
CMD_KERNEL_CONFIG=`parse_opt "$*"` |
240 |
CMD_KERNEL_CONFIG=`parse_opt "$*"` |
| 239 |
print_info 2 "CMD_KERNEL_CONFIG: $CMD_KERNEL_CONFIG" |
241 |
print_info 2 "CMD_KERNEL_CONFIG: $CMD_KERNEL_CONFIG" |
| 240 |
;; |
242 |
;; |
|
|
243 |
--module-prefix*) |
| 244 |
CMD_INSTALL_MOD_PATH=`parse_opt "$*"` |
| 245 |
print_info 2 "CMD_INSTALL_MOD_PATH: $CMD_INSTALL_MOD_PATH" |
| 246 |
;; |
| 241 |
--busybox-config*) |
247 |
--busybox-config*) |
| 242 |
CMD_BUSYBOX_CONFIG=`parse_opt "$*"` |
248 |
CMD_BUSYBOX_CONFIG=`parse_opt "$*"` |
| 243 |
print_info 2 "CMD_BUSYBOX_CONFIG: $CMD_BUSYBOX_CONFIG" |
249 |
print_info 2 "CMD_BUSYBOX_CONFIG: $CMD_BUSYBOX_CONFIG" |