projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] fix typo for the flash start address on bcm6345
[openwrt.git]
/
target
/
linux
/
ar71xx
/
image
/
Makefile
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
b2f51e9
..
d1d4b47
100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-10,7
+10,7
@@
include $(INCLUDE_DIR)/image.mk
IMGNAME:=$(BIN_DIR)/openwrt-$(BOARD)
define imgname
IMGNAME:=$(BIN_DIR)/openwrt-$(BOARD)
define imgname
-$(IMGNAME)-$(2)-$(patsubst jffs2-%,jffs2,$(
1
))
+$(IMGNAME)-$(2)-$(patsubst jffs2-%,jffs2,$(
patsubst squashfs-%,squashfs,$(1)
))
endef
VMLINUX:=$(IMGNAME)-vmlinux
endef
VMLINUX:=$(IMGNAME)-vmlinux
@@
-36,7
+36,7
@@
define Image/BuildKernel
-d $(KDIR)/vmlinux.bin.lzma $(IMGNAME)-uImage-lzma.bin
endef
-d $(KDIR)/vmlinux.bin.lzma $(IMGNAME)-uImage-lzma.bin
endef
-define Image/Build/
Linksys8M
+define Image/Build/
WRT400N
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).bin.lzma
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).bin.lzma
@@
-54,6
+54,7
@@
define Image/Build/Linksys8M
dd if=$(KDIR)/root.$(1) bs=6336k conv=sync; \
echo -n $(4); \
) > $(call imgname,$(1),$(2)).bin; \
dd if=$(KDIR)/root.$(1) bs=6336k conv=sync; \
echo -n $(4); \
) > $(call imgname,$(1),$(2)).bin; \
+ wrt400n $(KDIR)/vmlinux-$(2).uImage $(KDIR)/root.$(1) $(call imgname,$(1),$(2)).webui; \
fi; fi
endef
fi; fi
endef
@@
-61,9
+62,9
@@
define Image/Build/AP81
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).bin.lzma
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux-$(2) $(KDIR)/vmlinux-$(2).bin.lzma
- if [ `stat -c%s "$(KDIR)/vmlinux-$(2).bin.lzma"` -gt
786432
]; then \
+ if [ `stat -c%s "$(KDIR)/vmlinux-$(2).bin.lzma"` -gt
851968
]; then \
echo "Warning: $(KDIR)/vmlinux-$(2).bin.lzma is too big"; \
echo "Warning: $(KDIR)/vmlinux-$(2).bin.lzma is too big"; \
- else if [ `stat -c%s $(KDIR)/root.$(1)` -gt 30
80192
]; then \
+ else if [ `stat -c%s $(KDIR)/root.$(1)` -gt 30
14656
]; then \
echo "Warning: $(KDIR)/root.$(1) is too big"; \
else \
mkimage -A mips -O linux -T kernel -a 0x80060000 -C lzma -e \
echo "Warning: $(KDIR)/root.$(1) is too big"; \
else \
mkimage -A mips -O linux -T kernel -a 0x80060000 -C lzma -e \
@@
-71,8
+72,8
@@
define Image/Build/AP81
-n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
-d $(KDIR)/vmlinux-$(2).bin.lzma $(KDIR)/vmlinux-$(2).uImage; \
( \
-n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
-d $(KDIR)/vmlinux-$(2).bin.lzma $(KDIR)/vmlinux-$(2).uImage; \
( \
- dd if=$(KDIR)/vmlinux-$(2).uImage bs=
768
k conv=sync; \
- dd if=$(KDIR)/root.$(1) bs=
3008
k conv=sync; \
+ dd if=$(KDIR)/vmlinux-$(2).uImage bs=
832
k conv=sync; \
+ dd if=$(KDIR)/root.$(1) bs=
2944
k conv=sync; \
echo -n $(4); \
) > $(call imgname,$(1),$(2)).uni; \
fi; fi
echo -n $(4); \
) > $(call imgname,$(1),$(2)).uni; \
fi; fi
@@
-155,7
+156,7
@@
define Image/Build/TPLINK
-B $(4) -N OpenWrt -V $(REVISION)\
-k $(KDIR)/vmlinux-$(2).bin.gzip \
-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \
-B $(4) -N OpenWrt -V $(REVISION)\
-k $(KDIR)/vmlinux-$(2).bin.gzip \
-r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \
- -o $(
BIN_DIR)/openwrt-$(BOARD)-$(2)-$(1
).uni
+ -o $(
call imgname,$(1),$(2)
).uni
endef
define Image/Build/Template/Compex
endef
define Image/Build/Template/Compex
@@
-166,16
+167,16
@@
define Image/Build/Template/Compex/squashfs
$(call Image/Build/Template/Compex,squashfs,$(1))
endef
$(call Image/Build/Template/Compex,squashfs,$(1))
endef
-define Image/Build/Template/
Linksys8M
- $(call Image/Build/
Linksys8M
,$(1),$(2),$(3),$(4))
+define Image/Build/Template/
WRT400N
+ $(call Image/Build/
WRT400N
,$(1),$(2),$(3),$(4))
endef
endef
-define Image/Build/Template/
Linksys8M
/squashfs
- $(call Image/Build/Template/
Linksys8M
,squashfs,$(1),$(2),$(3))
+define Image/Build/Template/
WRT400N
/squashfs
+ $(call Image/Build/Template/
WRT400N
,squashfs,$(1),$(2),$(3))
endef
endef
-define Image/Build/Template/
Linksys8M
/jffs2-64k
- $(call Image/Build/Template/
Linksys8M
,jffs2-64k,$(1),$(2),$(3))
+define Image/Build/Template/
WRT400N
/jffs2-64k
+ $(call Image/Build/Template/
WRT400N
,jffs2-64k,$(1),$(2),$(3))
endef
define Image/Build/Template/AP81
endef
define Image/Build/Template/AP81
@@
-206,6
+207,14
@@
define Image/Build/Template/TPLINK/squashfs
$(call Image/Build/Template/TPLINK,squashfs,$(1),$(2),$(3))
endef
$(call Image/Build/Template/TPLINK,squashfs,$(1),$(2),$(3))
endef
+define Image/Build/Template/TPLINK4K
+ $(call Image/Build/TPLINK,$(1),$(2),$(3),$(4))
+endef
+
+define Image/Build/Template/TPLINK4K/squashfs
+ $(call Image/Build/Template/TPLINK,squashfs-4k,$(1),$(2),$(3))
+endef
+
define Image/Build/Template/UBNT
$(call Image/Build/UBNT,$(1),$(2),$(3),$(4),$(5),$(6))
endef
define Image/Build/Template/UBNT
$(call Image/Build/UBNT,$(1),$(2),$(3),$(4),$(5),$(6))
endef
@@
-280,6
+289,10
@@
define Image/Build/Profile/MZKW300NH
$(call Image/Build/Template/Planex/$(1),mzk-w300nh,board=MZK-W300NH)
endef
$(call Image/Build/Template/Planex/$(1),mzk-w300nh,board=MZK-W300NH)
endef
+define Image/Build/Profile/TLWR741NDV1
+ $(call Image/Build/Template/TPLINK4K/$(1),tl-wr741ndv1,board=TL-WR741ND,TL-WR741NDv1)
+endef
+
define Image/Build/Profile/TLWR841NDV3
$(call Image/Build/Template/TPLINK/$(1),tl-wr841ndv3,board=TL-WR941ND,TL-WR841NDv3)
endef
define Image/Build/Profile/TLWR841NDV3
$(call Image/Build/Template/TPLINK/$(1),tl-wr841ndv3,board=TL-WR941ND,TL-WR841NDv3)
endef
@@
-289,7
+302,7
@@
define Image/Build/Profile/TLWR941NDV2
endef
define Image/Build/Profile/WRT400N
endef
define Image/Build/Profile/WRT400N
- $(call Image/Build/Template/
Linksys8M
/$(1),wrt400n,board=WRT400N)
+ $(call Image/Build/Template/
WRT400N
/$(1),wrt400n,board=WRT400N)
endef
define Image/Build/Profile/Default
endef
define Image/Build/Profile/Default
@@
-300,6
+313,7
@@
define Image/Build/Profile/Default
$(call Image/Build/Profile/MZKW300NH,$(1))
$(call Image/Build/Profile/TEW632BRP,$(1))
$(call Image/Build/Profile/TEW652BRP,$(1))
$(call Image/Build/Profile/MZKW300NH,$(1))
$(call Image/Build/Profile/TEW632BRP,$(1))
$(call Image/Build/Profile/TEW652BRP,$(1))
+ $(call Image/Build/Profile/TLWR741NDV1,$(1))
$(call Image/Build/Profile/TLWR841NDV3,$(1))
$(call Image/Build/Profile/TLWR941NDV2,$(1))
$(call Image/Build/Profile/UBNT,$(1))
$(call Image/Build/Profile/TLWR841NDV3,$(1))
$(call Image/Build/Profile/TLWR941NDV2,$(1))
$(call Image/Build/Profile/UBNT,$(1))
@@
-313,6
+327,8
@@
define Image/Build/Profile/Madwifi
endef
define Image/Build/squashfs
endef
define Image/Build/squashfs
+ dd if=$(KDIR)/root.squashfs of=$(IMGNAME)-root.squashfs-4k bs=4k conv=sync
+ $(call add_jffs2_mark,$(IMGNAME)-root.squashfs-4k)
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
endef
$(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
endef
This page took
0.028483 seconds
and
4
git commands to generate.