diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:08 +0000 |
commit | 571d6c476634ceee3a34fd61ce2428bd0e2fd0cc (patch) | |
tree | bb68db40ae820777d4fa33a7871c9636712d31d8 /target | |
parent | ff6417252a2413faed6fee96fc4de3fadbf649f3 (diff) | |
download | upstream-571d6c476634ceee3a34fd61ce2428bd0e2fd0cc.tar.gz upstream-571d6c476634ceee3a34fd61ce2428bd0e2fd0cc.tar.bz2 upstream-571d6c476634ceee3a34fd61ce2428bd0e2fd0cc.zip |
ar71xx: image: build initramfs images for the WHR boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31209 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 46eac5e12d..3df96251b4 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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)) |