diff options
author | Travis Kemen <thepeople@openwrt.org> | 2008-05-07 23:47:17 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2008-05-07 23:47:17 +0000 |
commit | 3612b1e7c034e68849b310e0d73aeca8016b7329 (patch) | |
tree | eff3d45234f7d1167f1f9393817976468455d5ca /tools/firmware-utils/Makefile | |
parent | 31a3a503ccf0ff54a3250aeec911f9188204e814 (diff) | |
download | upstream-3612b1e7c034e68849b310e0d73aeca8016b7329.tar.gz upstream-3612b1e7c034e68849b310e0d73aeca8016b7329.tar.bz2 upstream-3612b1e7c034e68849b310e0d73aeca8016b7329.zip |
buld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3
SVN-Revision: 11061
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 962e5d1802..3d8e9eaefb 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -29,6 +29,7 @@ define Build/Compile $(call cc,mkzynfw) $(call cc,lzma2eva,-lz) $(call cc,mkcasfw) + $(call cc,mkfwimage,-lz) endef define Build/Install |