summaryrefslogtreecommitdiffstats
path: root/target/linux/image/tgz.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/image/tgz.mk')
-rw-r--r--target/linux/image/tgz.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/image/tgz.mk b/target/linux/image/tgz.mk
deleted file mode 100644
index 39adb6925..000000000
--- a/target/linux/image/tgz.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-define Image/mkfs/tgz
- tar -zcf $(BIN_DIR)/openwrt-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
-endef