source: freewrt/target/linux/image/tgz.mk@ 4c2c169

freewrt_1_0 freewrt_2_0
Last change on this file since 4c2c169 was 4c2c169, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

forgot to remove the other --user/group stuff

git-svn-id: svn://www.freewrt.org/trunk/freewrt@126 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 284 bytes
Line 
1$(KDIR)/root.tar.gz:
2 tar --owner=0 --group=0 -czf $@ -C $(KDIR)/root/ .
3
4ifeq ($(BOARD),x86)
5install: tgz-install
6
7tgz-install: $(KDIR)/root.tar.gz
8 $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
9endif
10
11prepare-targets:
12compile-targets:
13install-targets: $(KDIR)/root.tar.gz
Note: See TracBrowser for help on using the repository browser.