Use the generic GPIO api for bcm947xx and ar7 (for now), thanks to Gabor Juhos
[openwrt.git] / target / linux / adm5120-2.6 / image / lzma-loader / Makefile
index 8ce2688..175a184 100644 (file)
@@ -31,7 +31,7 @@ install:
 
 ifneq ($(TARGET),)
 install: compile
-       $(CP) $(PKG_BUILD_DIR)/$(LOADER).gz $(PKG_BUILD_DIR)/$(LOADER).elf $(TARGET)/
+       $(CP) $(PKG_BUILD_DIR)/$(LOADER).gz $(PKG_BUILD_DIR)/$(LOADER).elf $(PKG_BUILD_DIR)/$(LOADER).bin $(TARGET)/
 endif
 
 clean:
This page took 0.023134 seconds and 4 git commands to generate.