mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 21:48:07 +02:00
713b572fec
invoke image install like jffs2 and squashfs do git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1617 3c298f89-4303-0410-b956-a3cf2f4a3e73
10 lines
210 B
Makefile
10 lines
210 B
Makefile
$(KDIR)/root.tar.gz:
|
|
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
|
|
|
|
tgz-install: $(KDIR)/root.tar.gz
|
|
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
|
|
|
|
prepare:
|
|
compile:
|
|
install: tgz-install
|