From: luka Date: Tue, 5 Mar 2013 14:48:35 +0000 (+0000) Subject: ar71xx: enable building ramdisk images for WZRHPG30XNH board types X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=9fbae55e5eba290bdf4fa47ad75c998da9d4931e;p=12.09%2Fopenwrt.git ar71xx: enable building ramdisk images for WZRHPG30XNH board types Backport of r35874. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35891 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f4d66b9..9ebe486 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -279,6 +279,10 @@ define Image/Build/WZRHPG30XNH fi endef +define Image/Build/WZRHPG30XNH/initramfs + $(call MkuImageLzma/initramfs,$(2),$(3) $(4)) +endef + define Image/Build/WHRHPG300N $(call MkuImageLzma,$(2),$(3) $(4)) $(call Sysupgrade/KRuImage,$(1),$(2),983040,2883584)