fix typo in Source: field
[openwrt.git] / openwrt / target / linux / Makefile
index 610bc7e..e9edba2 100644 (file)
@@ -36,11 +36,11 @@ clean: $(1)/$(2)-clean
 prepare: $(1)/$(2)-prepare
 compile: $(1)/$(2)-compile
 rebuild: $(1)/$(2)-rebuild
-install: $(1)/$(2)-image
+$(BIN_DIR)/$(IB_NAME).tar.bz2 install: $(1)/$(2)-image
 install-ib: $(1)/$(2)-install-ib
 endif
 
-.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-install-ib
+.PHONY: $(1)/$(2)-clean $(1)/$(2)-prepare $(1)/$(2)-compile $(1)/$(2)-rebuild $(1)/$(2)-install $(1)/$(2)-image $(1)/$(2)-install-ib
 endef
 
 .PHONY: clean prepare compile rebuild install imagebuilder install-ib
@@ -51,12 +51,12 @@ $(BIN_DIR)/$(IB_NAME).tar.bz2:
        rm -rf $(IB_DIR)
        mkdir -p $(IB_DIR)/packages
        mkdir -p $(IB_DIR)/scripts
-       cp -dpR ./imagebuilder/* $(IB_DIR)/
-       cp -dpR $(TOPDIR)/bin/packages/*.ipk $(IB_DIR)/packages/
+       cp -fpR ./imagebuilder/* $(IB_DIR)/
+       cp -fpR $(TOPDIR)/bin/packages/*.ipk $(IB_DIR)/packages/
        cp $(TOPDIR)/scripts/ipkg $(IB_DIR)/scripts/
        $(MAKE) install-ib
        cp $(TOPDIR)/rules.mk $(IB_DIR)
-       cp -dpR ./image $(IB_DIR)/
+       cp -fpR ./image $(IB_DIR)/
        cp $(TOPDIR)/.config $(IB_DIR)/
        find $(IB_DIR) -name CVS | xargs rm -rf
        (cd $(BUILD_DIR); tar c $(IB_NAME) | bzip2 -c > $(BIN_DIR)/$(IB_NAME).tar.bz2)
@@ -76,3 +76,4 @@ clean:
 $(eval $(call kernel_template,2.4,brcm,2_4_BRCM))
 $(eval $(call kernel_template,2.4,ar7,2_4_AR7))
 $(eval $(call kernel_template,2.4,soekris,2_4_SOEKRIS))
+$(eval $(call kernel_template,2.6,brcm,2_6_BRCM))
This page took 0.029056 seconds and 4 git commands to generate.