Skip to content

Commit

Permalink
Added support for htc_7010, see issue #42
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Sep 22, 2018
1 parent cdf4c21 commit 36a15e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/buildDebianFs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ 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
rm -f $outmnt/lib/modules/3.14.0/{build,source}
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

#Install the regulatory.db files
install -m 644 $build_resources/regdb/wireless-regdb-2018.09.07/regulatory.db* $outmnt/lib/firmware/
Expand Down

0 comments on commit 36a15e0

Please sign in to comment.