From a1e679979795d56cae454b51145ed09e0b8a0a89 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 6 Dec 2006 23:42:37 +0000
Subject: [PATCH] fix missing PKG_NAME

SVN-Revision: 5703
---
 tools/mkimage/Makefile | 1 +
 tools/sstrip/Makefile  | 1 +
 2 files changed, 2 insertions(+)

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
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index 87f331214a..e861a4bfea 100644
--- a/tools/sstrip/Makefile
+++ b/tools/sstrip/Makefile
@@ -7,6 +7,7 @@
 include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/host-build.mk
 
+PKG_NAME:=sstrip
 PKG_BUILD_DIR:=$(TOOL_BUILD_DIR)/sstrip
 
 OS:=$(shell uname)
-- 
GitLab