|
|
|
@ -82,7 +82,7 @@ while (($# > 0)); do
@@ -82,7 +82,7 @@ while (($# > 0)); do
|
|
|
|
|
--filesystems) filesystems_l="$2"; shift;; |
|
|
|
|
-k|--kmoddir) drivers_dir_l="$2"; shift;; |
|
|
|
|
--fwdir) fw_dir_l="$2"; shift;; |
|
|
|
|
--kernel-only) kernel_only="yes"; nokernel="no";; |
|
|
|
|
--kernel-only) kernel_only="yes"; no_kernel="no";; |
|
|
|
|
--no-kernel) kernel_only="no"; no_kernel="yes";; |
|
|
|
|
--strip) do_strip_l="yes";; |
|
|
|
|
--nostrip) do_strip_l="no";; |
|
|
|
|