1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-13 05:59:52 +03:00
openwrt-xburst/target/linux/image/tgz.mk

15 lines
267 B
Makefile
Raw Normal View History

$(KDIR)/root.tar.gz:
tar -zcf $@ --owner=root --group=root -C $(KDIR)/root/ .
ifeq ($(BOARD),x86)
install: tgz-install
tgz-install: $(KDIR)/root.tar.gz
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
endif
prepare:
compile:
install: $(KDIR)/root.tar.gz