summaryrefslogtreecommitdiffstats
path: root/target/linux/image/tgz.mk
blob: 39adb692575fef04bde7350bfee6a8236309b26f (plain)
1
2
3
define Image/mkfs/tgz
	tar -zcf $(BIN_DIR)/openwrt-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
endef