mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 18:48:28 +02:00
ff69288edb
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3905 3c298f89-4303-0410-b956-a3cf2f4a3e73
4 lines
118 B
Makefile
4 lines
118 B
Makefile
define Image/mkfs/tgz
|
|
tar -zcf $(BIN_DIR)/openwrt-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
|
|
endef
|