From 4a763a41d30877d6e69b637d8148b0a9763bd751 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sat, 3 Dec 2011 16:57:23 +0000 Subject: 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 --- target/linux/ar71xx/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 73f816f4d..411fd1629 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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 \ -- cgit v1.2.3