Skip to content

Commit

Permalink
Fix the htc_7010 firmware not getting included
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal authored Jun 30, 2019
1 parent 39dcd2c commit 61aa909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/injectKernelIntoFS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dd if=$build_resources/blank_kernel of=${outdev}p1 conv=notrunc
dd if=build/linux-$KVER/vmlinux.kpart of=${outdev}p1 conv=notrunc
make -C build/linux-$KVER ARCH=arm INSTALL_MOD_PATH=$outmnt modules_install
install -D -m 644 build/open-ath9k-htc-firmware/target_firmware/htc_9271.fw $outmnt/lib/firmware/ath9k_htc/htc_9271-1.4.0.fw
install -D -m 644 build/open-ath9k-htc-firmware/target_firmware/htc_7010.fw $outmnt/lib/firmware/ath9k_htc/htc_7010-1.4.0.fw

umount -l $outmnt > /dev/null 2>&1
rmdir $outmnt > /dev/null 2>&1
Expand Down

0 comments on commit 61aa909

Please sign in to comment.