remove LED api abuse from r13032 per request fom nbd, gpioctl is now built by defualt
[openwrt.git] / tools / firmware-utils / Makefile
index 6a0c223..36a6186 100644 (file)
@@ -1,5 +1,5 @@
-# 
-# Copyright (C) 2006 OpenWrt.org
+#
+# Copyright (C) 2006-2008 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -28,10 +28,15 @@ define Build/Compile
        $(call cc,mkcsysimg)
        $(call cc,mkzynfw)
        $(call cc,lzma2eva,-lz)
+       $(call cc,mkcasfw)
+       $(call cc,mkfwimage,-lz)
+       $(call cc,mkfwimage2,-lz)
+       $(call cc,imagetag)
+       $(call cc,add_header)
 endef
 
 define Build/Install
-       $(CP) $(PKG_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/bin/* $(STAGING_DIR_HOST)/bin/
 endef
 
 $(eval $(call HostBuild))
This page took 0.024372 seconds and 4 git commands to generate.