summaryrefslogtreecommitdiff
path: root/tools/sstrip
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
commita1e679979795d56cae454b51145ed09e0b8a0a89 (patch)
tree6b4342383a5a0adb642f31c698ec5e7b02727c96 /tools/sstrip
parentebdcc6d40c1abb39c248b90e83f653ffd429578a (diff)
downloadmtk-20170518-a1e679979795d56cae454b51145ed09e0b8a0a89.zip
mtk-20170518-a1e679979795d56cae454b51145ed09e0b8a0a89.tar.gz
mtk-20170518-a1e679979795d56cae454b51145ed09e0b8a0a89.tar.bz2
fix missing PKG_NAME
SVN-Revision: 5703
Diffstat (limited to 'tools/sstrip')
-rw-r--r--tools/sstrip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index 87f3312..e861a4b 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)