diff options
Diffstat (limited to 'openwrt/target/linux/image/tgz.mk')
-rw-r--r-- | openwrt/target/linux/image/tgz.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk deleted file mode 100644 index 39adb69..0000000 --- a/openwrt/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 |