index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
target
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Jo-Philipp Wich <jow@openwrt.org>
2015-05-28 12:25:45 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2015-05-28 12:25:45 +0000
commit
d7f6b8e3bead839ccf3b253c5b846f673348a12e
(
patch
)
tree
9f39bc9c5e674cb87c65303a7736430fdbef88bd
/
target
parent
282894a407220231b9350f240aea66bef6f38fe7
(
diff
)
xburst: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45805
Diffstat
(limited to 'target')
-rw-r--r--
target/linux/xburst/image/Makefile
6
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile
index 49bb254164..58436d5359 100644
--- a/
target/linux/xburst/image/Makefile
+++ b/
target/linux/xburst/image/Makefile
@@ -31,8 +31,12 @@ define MkImageGzip
-d $(1).gz $(2)
endef
+define Image/Prepare
+ $(call MkImageGzip,$(KDIR)/vmlinux,$(KDIR)/uimage)
+endef
+
define Image/BuildKernel
- $(call MkImageGzip,$(KDIR)/vmlinux,$(UIMAGE))
+ cp $(KDIR)/uimage $(UIMAGE)
endef
define Image/Build/squashfs