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 | f14fd53e3cf6d0eab92ebc4d37792464577efbf1 (patch) | |
tree | f9c3dab381fabe25d5b18de14d628bcb2cc04314 | |
parent | e295a077cea86adad6d897b72b2b8b371a3d7fc4 (diff) | |
download | upstream-f14fd53e3cf6d0eab92ebc4d37792464577efbf1.tar.gz upstream-f14fd53e3cf6d0eab92ebc4d37792464577efbf1.tar.bz2 upstream-f14fd53e3cf6d0eab92ebc4d37792464577efbf1.zip |
ar71xx: image: build initramfs images for the WHR boards
SVN-Revision: 31209
-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)) |