From 0dbfaeb14270102cc32c72e4fd384eb80d52febe Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 21 Jul 2009 02:30:46 +0000 Subject: [PATCH] orion: fix image build on non-linux systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16938 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/orion/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/orion/image/Makefile b/target/linux/orion/image/Makefile index 66edc04331..21d01a105a 100644 --- a/target/linux/orion/image/Makefile +++ b/target/linux/orion/image/Makefile @@ -57,7 +57,7 @@ define Image/Build/Freecom $(CP) $(KDIR)/dt2-uImage $(TARGET_DIR)/boot/uImage 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 $(3) endef -- 2.35.1