From 0488a0c2ff03ac23a88094577d41cc8f6c38d698 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 23 Oct 2014 14:22:58 -0400 Subject: build: Add "install" target --- diff --git a/build b/build index c7fe758..1997461 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1