projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6357738
)
ar71xx: don't build uImages for the mikrotik subtarget
author
Gabor Juhos
<
[email protected]
>
Wed, 30 Oct 2013 06:54:55 +0000
(06:54 +0000)
committer
Gabor Juhos
<
[email protected]
>
Wed, 30 Oct 2013 06:54:55 +0000
(06:54 +0000)
Signed-off-by: Gabor Juhos <
[email protected]
>
SVN-Revision: 38598
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 36181e7a471d962d78caf95780fe86b0edbb202f..f2b6befa8e94d1440cd8dbcfae3c48303e8712f5 100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-74,6
+74,7
@@
define PatchKernelGzip
gzip -9 -c $(KDIR_TMP)/vmlinux$(3)-$(1) > $(KDIR_TMP)/vmlinux$(3)-$(1).bin.gz
endef
+ifneq ($(SUBTARGET),mikrotik)
define MkuImage
mkimage -A mips -O linux -T kernel -a 0x80060000 -C $(1) $(2) \
-e 0x80060000 -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
@@
-103,6
+104,7
@@
endef
define MkuImageOKLI
$(call MkuImage,lzma,-M 0x4f4b4c49,$(KDIR)/vmlinux.bin.lzma,$(KDIR_TMP)/vmlinux-$(1).okli)
endef
+endif
define CatFiles
if [ $(2) -eq 0 ]; then \