projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad7072
)
ar71xx: image: allow to build initramfs for Planex devices
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 23 Sep 2013 12:14:19 +0000
(12:14 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 23 Sep 2013 12:14:19 +0000
(12:14 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38138
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 03f1031c2d1eff1e4ff539e293a8dfb3351238d7..8e9f3edc96d0083e814e34d9015145d3f820a9b4 100644
(file)
--- 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