projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove wd1100 since it's a watchdog
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
Makefile
diff --git
a/openwrt/target/linux/image/Makefile
b/openwrt/target/linux/image/Makefile
index
6b7c787
..
6509952
100644
(file)
--- a/
openwrt/target/linux/image/Makefile
+++ b/
openwrt/target/linux/image/Makefile
@@
-14,11
+14,15
@@
ifeq ($(BR2_TARGET_ROOTFS_SQUASHFS_LZMA),y)
include ./squashfs.mk
endif
include ./squashfs.mk
endif
+ifeq ($(BR2_TARGET_ROOTFS_TGZ),y)
+include ./tgz.mk
+endif
+
prepare:
prepare:
- $(MAKE) -C $(BOARD) prepare
compile:
compile:
- $(MAKE) -C $(BOARD) compile
install:
install:
+ $(MAKE) -C $(BOARD) prepare
+ $(MAKE) -C $(BOARD) compile
rebuild: clean prepare compile install
clean:
rebuild: clean prepare compile install
clean:
This page took
0.022161 seconds
and
4
git commands to generate.