mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:05:19 +02:00
ar71xx: create initramfs images for the newer TP-Link boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29410 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f2bac60361
commit
4a763a41d3
@ -308,6 +308,14 @@ define Image/Build/TPLINK-LZMA
|
|||||||
-o $(call sysupname,$(1),$(2))
|
-o $(call sysupname,$(1),$(2))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Build/TPLINK-LZMA/initramfs
|
||||||
|
$(call PatchKernelLzma,$(2),$(3))
|
||||||
|
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
|
||||||
|
-B $(4) -N OpenWrt -V $(REVISION) -s \
|
||||||
|
-k $(KDIR)/vmlinux-$(2).bin.lzma \
|
||||||
|
-o $(call imgname,$(1),$(2))-uImage.bin
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/Build/CyberTAN
|
define Image/Build/CyberTAN
|
||||||
$(call MkuImageGzip,$(2),$(3))
|
$(call MkuImageGzip,$(2),$(3))
|
||||||
$(STAGING_DIR_HOST)/bin/trx -o $(KDIR)/image.tmp -f $(KDIR)/vmlinux-$(2).uImage \
|
$(STAGING_DIR_HOST)/bin/trx -o $(KDIR)/image.tmp -f $(KDIR)/vmlinux-$(2).uImage \
|
||||||
|
Loading…
Reference in New Issue
Block a user