X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fimage%2FMakefile;h=53d2ef0f6364f8fddf77078b0654d2bb062afcba;hb=5ab2882c90281c93e1c54a6fe651e3377cb9b0c6;hp=2fec61b2391780043d95ed59e747dbd2aa1b5df7;hpb=aa725129e840e596bbbf43b80fed6194a0dfbc72;p=openwrt-10.03%2F.git diff --git a/target/linux/ixp4xx/image/Makefile b/target/linux/ixp4xx/image/Makefile index 2fec61b23..53d2ef0f6 100644 --- a/target/linux/ixp4xx/image/Makefile +++ b/target/linux/ixp4xx/image/Makefile @@ -26,7 +26,7 @@ define Image/Build/Freecom $(CP) $(BIN_DIR)/openwrt-$(2)-zImage $(TARGET_DIR)/zImage rm -rf $(TARGET_DIR)/{var,jffs,rom} $(INSTALL_DIR) $(TARGET_DIR)/var - $(TAR) cfj $(BIN_DIR)/openwrt-$(2)-$(1).img --owner=root --group=root -C $(TARGET_DIR)/ . + $(TAR) cfj $(BIN_DIR)/openwrt-$(2)-$(1).img --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ . $(STAGING_DIR_HOST)/bin/encode_crc $(BIN_DIR)/openwrt-$(2)-$(1).img $(BIN_DIR)/openwrt-$(2)-$(1)-webupgrade.img endef