summaryrefslogtreecommitdiffstats
path: root/tools/sstrip
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-06 23:42:37 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-12-06 23:42:37 +0000
commite225f119a7b136639695da38345d0c4d78abe2ea (patch)
tree56da68e435c441426cd9de463062ba332519b04b /tools/sstrip
parentc41fbbc115a5f16a61cf16419a8fe70ab5d00bdd (diff)
fix missing PKG_NAME
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5703 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 87f331214..e861a4bfe 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)