Skip to content

Commit 21f7405

Browse files
committed
buildimg: fix wrong indentation
1 parent 0197790 commit 21f7405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildimg.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)