1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-07-19 11:22:54 +02:00

ar71xx: create initramfs images for the newer TP-Link boards

SVN-Revision: 29410
This commit is contained in:
Gabor Juhos 2011-12-03 16:57:23 +00:00
parent 81cda3e2f1
commit 20483faed0

View File

@ -308,6 +308,14 @@ define Image/Build/TPLINK-LZMA
-o $(call sysupname,$(1),$(2))
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
$(call MkuImageGzip,$(2),$(3))
$(STAGING_DIR_HOST)/bin/trx -o $(KDIR)/image.tmp -f $(KDIR)/vmlinux-$(2).uImage \