ar71xx: image: build initramfs images for the WHR boards
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 6 Apr 2012 06:45:08 +0000 (06:45 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 6 Apr 2012 06:45:08 +0000 (06:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31209 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/image/Makefile

index 46eac5e..3df9625 100644 (file)
@@ -204,6 +204,10 @@ define Image/Build/WHRHPG300N
        fi
 endef
 
+define Image/Build/WHRHPG300N/initramfs
+       $(call MkuImageLzma/initramfs,$(2),$(3) $(4))
+endef
+
 define Image/Build/Cameo
        $(call MkuImageLzma,$(2),$(3) $(4))
        $(call Sysupgrade/KRuImage,$(1),$(2),$(5),$(6))
This page took 0.029176 seconds and 4 git commands to generate.