diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-11 17:49:05 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-11 17:49:05 +0000 |
commit | 68ef0484948e6f84615c517a773846091827f07f (patch) | |
tree | 11e01368dfd6f48225f6d41ae8185cde61705d06 /tools/firmware-utils/Makefile | |
parent | 825044a682acfa790765ee03fb49e086c833c8b1 (diff) |
Add airlink firmware generation tool, thanks to Vassily Galinsky for that !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index e600e90592..f42ea29c2f 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -24,6 +24,7 @@ define Build/Compile $(call cc,dgfirmware) $(call cc,trx2usr) $(call cc,ptgen) + $(call cc,airlink) endef define Build/Install |