projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
really fix tgz images
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
image
/
Makefile
diff --git
a/target/linux/adm5120-2.6/image/Makefile
b/target/linux/adm5120-2.6/image/Makefile
index
b9ae44e
..
829ddef
100644
(file)
--- a/
target/linux/adm5120-2.6/image/Makefile
+++ b/
target/linux/adm5120-2.6/image/Makefile
@@
-121,10
+121,13
@@
endif
endif
endif
endif
endif
endif
endif
-ifeq ($(1),tgz)
+endef
+
+ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
+ define Image/BuildKernel
$(call Image/Build/RouterBoard)
$(call Image/Build/RouterBoard)
+ endef
endif
endif
-endef
define Image/Build/LZMAKernel
$(LOADER_MAKE) TARGET_DIR=$(BIN_DIR) \
define Image/Build/LZMAKernel
$(LOADER_MAKE) TARGET_DIR=$(BIN_DIR) \
This page took
0.023243 seconds
and
4
git commands to generate.