diff options
-rwxr-xr-x | build | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,3 +11,9 @@ build: oh-autobuild -T toolchain chmod a+x src/target_firmware/firmware-crc.sh oh-autobuild -B src/target_firmware + touch $@ + +install: build + install -d -m 0755 open-ath9k-htc-firmware.data/lib/firmware + install -m 0644 src/target_firmware/*.fw \ + open-ath9k-htc-firmware.data/lib/firmware |