diff options
author | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-07 23:47:17 +0000 |
---|---|---|
committer | thepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-07 23:47:17 +0000 |
commit | 4f5fd629a391c1a9fb05fc6002c5cfad735a1f43 (patch) | |
tree | 9e7c483c5e1c6b5c290402ff20dc8b3e583aedd4 /tools/firmware-utils/Makefile | |
parent | cc3cf69f41c1e939c02ec9602b7caaee9fb9cf49 (diff) |
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 |