@@ -77,11 +77,9 chroot_remove_cc() { | |||
|
77 | 77 | } |
|
78 | 78 | #GPL v2.0 |
|
79 | 79 | #https://github.com/sakaki-/bcmrpi3-kernel-bis/blob/master/conform_config.sh |
|
80 | # edited with thir param | |
|
81 | #start | |
|
82 | 80 | set_kernel_config() { |
|
83 | 81 |
|
|
84 |
|
|
|
82 | local TGT="CONFIG_${1#CONFIG_}" | |
|
85 | 83 |
|
|
86 | 84 |
|
|
87 | 85 |
|
@@ -92,9 +90,8 set_kernel_config() { | |||
|
92 | 90 | |
|
93 | 91 | unset_kernel_config() { |
|
94 | 92 |
|
|
95 |
|
|
|
93 | local TGT="CONFIG_${1#CONFIG_}" | |
|
96 | 94 |
|
|
97 | 95 | } |
|
98 | 96 | # |
|
99 | #end | |
|
100 | # | |
|
97 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant