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
206206 curl https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/plain/regulatory.db.p7s -o regulatory.db.p7s-git
207207
208208 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"
211211
212212 if [[ ${board} == " bpi-r64" ]]; then
213213 echo " mt7615e" | sudo tee -a ${targetdir} /etc/modules
You can’t perform that action at this time.
0 commit comments