aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-21 18:42:11 +0000
committerJohn Crispin <blogic@openwrt.org>2014-07-21 18:42:11 +0000
commit8d8ae568448e5b6677d7a87a1033eb34e3cf6043 (patch)
tree0bf9b16a7fa779b9ee9c90a2d333997240462e12 /target/linux/xburst
parentb31d078c16f97674cfd531b4a180f26af6a305a2 (diff)
downloadmaster-187ad058-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.tar.gz
master-187ad058-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.tar.bz2
master-187ad058-8d8ae568448e5b6677d7a87a1033eb34e3cf6043.zip
target/linux/*/image/Makefile: eliminate more LINUX_DIR users
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41792 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst')
-rw-r--r--target/linux/xburst/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile
index 0de5560c96..49bb254164 100644
--- a/target/linux/xburst/image/Makefile
+++ b/target/linux/xburst/image/Makefile
@@ -27,7 +27,7 @@ endef
define MkImageGzip
gzip -9 -c $(1) > $(1).gz
mkimage -A mips -O linux -T kernel -a 0x80010000 -C gzip \
- -e $(call kernel_entry,$(LINUX_DIR)/vmlinux) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
+ -e $(call kernel_entry,$(KDIR)/vmlinux.debug) -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
-d $(1).gz $(2)
endef