aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-06 23:42:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-06 23:42:37 +0000
commit6df97128d10610595d31f407e1b8128c4c43876b (patch)
tree56da68e435c441426cd9de463062ba332519b04b /tools/mkimage
parentfdd78f5e21b405573d20e351d591c0ae75474b8e (diff)
downloadmaster-187ad058-6df97128d10610595d31f407e1b8128c4c43876b.tar.gz
master-187ad058-6df97128d10610595d31f407e1b8128c4c43876b.tar.bz2
master-187ad058-6df97128d10610595d31f407e1b8128c4c43876b.zip
fix missing PKG_NAME
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5703 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 71285d2e1a..89dde5fbb2 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -7,6 +7,7 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/host-build.mk
+PKG_NAME:=mkimage
PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/mkimage
define Build/Compile