diff options
Diffstat (limited to 'openwrt/target/linux/image/tgz.mk')
-rw-r--r-- | openwrt/target/linux/image/tgz.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk index 4ea84eb..506ab89 100644 --- a/openwrt/target/linux/image/tgz.mk +++ b/openwrt/target/linux/image/tgz.mk @@ -1,4 +1,4 @@ -$(KDIR)/root.tar.gz: +$(KDIR)/root.tar.gz: FORCE tar -zcf $@ --owner=root --group=root -C $(BUILD_DIR)/root/ . ifeq ($(BOARD),x86) |