mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-04 19:29:42 +02:00
[ar71xx] create firmware image for the wrt400n board (based on a patch by Sandeep Mistry <sandeep.mistry at gmail.com>)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16793 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f3e58ee3f3
commit
1cf82179fe
@ -36,7 +36,7 @@ define Image/BuildKernel
|
|||||||
-d $(KDIR)/vmlinux.bin.lzma $(IMGNAME)-uImage-lzma.bin
|
-d $(KDIR)/vmlinux.bin.lzma $(IMGNAME)-uImage-lzma.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Linksys8M
|
define Image/Build/WRT400N
|
||||||
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
|
cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(2)
|
||||||
$(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(2) '$(strip $(3))'
|
$(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
|
$(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; \
|
dd if=$(KDIR)/root.$(1) bs=6336k conv=sync; \
|
||||||
echo -n $(4); \
|
echo -n $(4); \
|
||||||
) > $(call imgname,$(1),$(2)).bin; \
|
) > $(call imgname,$(1),$(2)).bin; \
|
||||||
|
wrt400n $(KDIR)/vmlinux-$(2).uImage $(KDIR)/root.$(1) $(call imgname,$(1),$(2)).webui; \
|
||||||
fi; fi
|
fi; fi
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -166,16 +167,16 @@ define Image/Build/Template/Compex/squashfs
|
|||||||
$(call Image/Build/Template/Compex,squashfs,$(1))
|
$(call Image/Build/Template/Compex,squashfs,$(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Template/Linksys8M
|
define Image/Build/Template/WRT400N
|
||||||
$(call Image/Build/Linksys8M,$(1),$(2),$(3),$(4))
|
$(call Image/Build/WRT400N,$(1),$(2),$(3),$(4))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Template/Linksys8M/squashfs
|
define Image/Build/Template/WRT400N/squashfs
|
||||||
$(call Image/Build/Template/Linksys8M,squashfs,$(1),$(2),$(3))
|
$(call Image/Build/Template/WRT400N,squashfs,$(1),$(2),$(3))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Template/Linksys8M/jffs2-64k
|
define Image/Build/Template/WRT400N/jffs2-64k
|
||||||
$(call Image/Build/Template/Linksys8M,jffs2-64k,$(1),$(2),$(3))
|
$(call Image/Build/Template/WRT400N,jffs2-64k,$(1),$(2),$(3))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Template/AP81
|
define Image/Build/Template/AP81
|
||||||
@ -293,7 +294,7 @@ define Image/Build/Profile/TLWR941NDV2
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/WRT400N
|
define Image/Build/Profile/WRT400N
|
||||||
$(call Image/Build/Template/Linksys8M/$(1),wrt400n,board=WRT400N)
|
$(call Image/Build/Template/WRT400N/$(1),wrt400n,board=WRT400N)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/Default
|
define Image/Build/Profile/Default
|
||||||
|
Loading…
Reference in New Issue
Block a user