diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 17:10:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-02 17:10:48 +0000 |
commit | 68a04af57e99fa518f1904d017e2bef54a64352d (patch) | |
tree | 2bc15336672234cb6243950b45a9347c9584540d /tools/firmware-utils/Makefile | |
parent | 3260740c920ea811e18bc1743c863fce74ac89b7 (diff) |
Add ADM5120 based edimax image generation utilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6840 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 c9d9bae1e1..2518e34f65 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -28,6 +28,7 @@ define Build/Compile $(call cc,srec2bin) $(call cc,mksyshdr) $(call cc,mkmylofw) + $(call cc,mkcsysimg) endef define Build/Install |