mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-03 15:47:28 +03:00
ar71xx: set firmware version for the TL-WR2543N
This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
72923143d4
commit
cc8ef03faa
@ -425,13 +425,13 @@ endef
|
|||||||
define Image/Build/TPLINK-LZMA
|
define Image/Build/TPLINK-LZMA
|
||||||
$(call PatchKernelLzma,$(2),$(3))
|
$(call PatchKernelLzma,$(2),$(3))
|
||||||
-$(STAGING_DIR_HOST)/bin/mktplinkfw \
|
-$(STAGING_DIR_HOST)/bin/mktplinkfw \
|
||||||
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION)\
|
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) $(7) \
|
||||||
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
||||||
-r $(KDIR)/root.$(1) \
|
-r $(KDIR)/root.$(1) \
|
||||||
-a $(call rootfs_align,$(1)) -j \
|
-a $(call rootfs_align,$(1)) -j \
|
||||||
-o $(call factoryname,$(1),$(2))
|
-o $(call factoryname,$(1),$(2))
|
||||||
-$(STAGING_DIR_HOST)/bin/mktplinkfw \
|
-$(STAGING_DIR_HOST)/bin/mktplinkfw \
|
||||||
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s \
|
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) $(7) -s \
|
||||||
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
||||||
-r $(KDIR)/root.$(1) \
|
-r $(KDIR)/root.$(1) \
|
||||||
-a $(call rootfs_align,$(1)) -j \
|
-a $(call rootfs_align,$(1)) -j \
|
||||||
@ -441,7 +441,7 @@ endef
|
|||||||
define Image/Build/TPLINK-LZMA/initramfs
|
define Image/Build/TPLINK-LZMA/initramfs
|
||||||
$(call PatchKernelLzma,$(2),$(3))
|
$(call PatchKernelLzma,$(2),$(3))
|
||||||
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
|
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
|
||||||
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) -s \
|
-H $(4) -W $(5) -F $(6) -N OpenWrt -V $(REVISION) $(7) -s \
|
||||||
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
-k $(KDIR_TMP)/vmlinux-$(2).bin.lzma \
|
||||||
-o $(call imgname,$(1),$(2))-uImage.bin
|
-o $(call imgname,$(1),$(2))-uImage.bin
|
||||||
endef
|
endef
|
||||||
@ -984,7 +984,7 @@ endef
|
|||||||
|
|
||||||
tlwr2543_cmdline=board=TL-WR2543N console=ttyS0,115200
|
tlwr2543_cmdline=board=TL-WR2543N console=ttyS0,115200
|
||||||
define Image/Build/Profile/TLWR2543
|
define Image/Build/Profile/TLWR2543
|
||||||
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr2543n-v1,$(tlwr2543_cmdline),0x25430001,1,8Mlzma)
|
$(call Image/Build/Template/$(fs_64kraw)/$(1),TPLINK-LZMA,tl-wr2543n-v1,$(tlwr2543_cmdline),0x25430001,1,8Mlzma,-v 3.13.99)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
tlwdr4300_cmdline=board=TL-WDR4300 console=ttyS0,115200
|
tlwdr4300_cmdline=board=TL-WDR4300 console=ttyS0,115200
|
||||||
|
Loading…
x
Reference in New Issue
Block a user