File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,8 +206,8 @@ if [[ ${board} != "bpi-r2pro" ]];then
206
206
curl https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/plain/regulatory.db.p7s -o regulatory.db.p7s-git
207
207
208
208
sudo cp -r regulatory.* ${targetdir} /lib/firmware/
209
- sudo chroot $targetdir bash -c " update-alternatives --install /lib/firmware/regulatory.db regulatory.db /lib/firmware/regulatory.db-git 200 --slave /lib/firmware/regulatory.db.p7s regulatory.db.p7s /lib/firmware/regulatory.db.p7s-git"
210
- sudo chroot $targetdir bash -c " update-alternatives --set regulatory.db /lib/firmware/regulatory.db-git"
209
+ sudo chroot $targetdir bash -c " update-alternatives --install /lib/firmware/regulatory.db regulatory.db /lib/firmware/regulatory.db-git 200 --slave /lib/firmware/regulatory.db.p7s regulatory.db.p7s /lib/firmware/regulatory.db.p7s-git"
210
+ sudo chroot $targetdir bash -c " update-alternatives --set regulatory.db /lib/firmware/regulatory.db-git"
211
211
212
212
if [[ ${board} == " bpi-r64" ]]; then
213
213
echo " mt7615e" | sudo tee -a ${targetdir} /etc/modules
You can’t perform that action at this time.
0 commit comments