mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 14:47:43 +01:00
small fix for make targets from Martin Ley
SVN-Revision: 2578
This commit is contained in:
parent
24d6680403
commit
350b445b93
1 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ tgz-install: $(KDIR)/root.tar.gz
|
|||
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
|
||||
endif
|
||||
|
||||
prepare:
|
||||
compile:
|
||||
install: $(KDIR)/root.tar.gz
|
||||
prepare-targets:
|
||||
compile-targets:
|
||||
install-targets: $(KDIR)/root.tar.gz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue