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 | a91bb11f6a071a0f9ac3756eec2bfff57d140e1b (patch) | |
tree | 9e7c483c5e1c6b5c290402ff20dc8b3e583aedd4 /tools/firmware-utils/Makefile | |
parent | 9f1c5d418ade431e0eec7e49d4b5072f4bc2a61f (diff) | |
download | upstream-a91bb11f6a071a0f9ac3756eec2bfff57d140e1b.tar.gz upstream-a91bb11f6a071a0f9ac3756eec2bfff57d140e1b.tar.bz2 upstream-a91bb11f6a071a0f9ac3756eec2bfff57d140e1b.zip |
buld images for the Ubiquiti LiteStation and NanoStation ported from http://atheros.openwrt.net. Tested on a Nanostation 2 with airos 3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11061 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 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 |