aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-11 17:49:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-11 17:49:05 +0000
commit4145f168726318b1ed73bf7d13feaa7eabf14915 (patch)
tree11e01368dfd6f48225f6d41ae8185cde61705d06 /tools/firmware-utils/Makefile
parent5b1bfe405000014a1cf6741557043252146be9ea (diff)
downloadupstream-4145f168726318b1ed73bf7d13feaa7eabf14915.tar.gz
upstream-4145f168726318b1ed73bf7d13feaa7eabf14915.tar.bz2
upstream-4145f168726318b1ed73bf7d13feaa7eabf14915.zip
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/Makefile1
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