summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-23 12:14:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-23 12:14:19 +0000
commit58e3d03ae0092989baf4173d58c6669956248ca9 (patch)
tree3545afbc1ab89cf0e71c07ac2e100fdce3c05896 /target
parent0ff5dc2f387e5e2fd44d5f559125e9055b5b4bf4 (diff)
downloadmaster-31e0f0ae-58e3d03ae0092989baf4173d58c6669956248ca9.tar.gz
master-31e0f0ae-58e3d03ae0092989baf4173d58c6669956248ca9.tar.bz2
master-31e0f0ae-58e3d03ae0092989baf4173d58c6669956248ca9.zip
ar71xx: image: allow to build initramfs for Planex devices
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38138
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 03f1031c2d..8e9f3edc96 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -528,6 +528,7 @@ define Image/Build/UBNT
endef
+Image/Build/Planex/initramfs=$(call MkuImageGzip/initramfs,$(2),$(3) $(planex_mtdlayout))
Image/Build/Planex/loader=$(call Image/BuildLoaderAlone,$(1),gz,$(2) $(planex_mtdlayout),0x52000,0)
define Image/Build/Planex/buildkernel