diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-06 23:42:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-06 23:42:37 +0000 |
commit | a1e679979795d56cae454b51145ed09e0b8a0a89 (patch) | |
tree | 6b4342383a5a0adb642f31c698ec5e7b02727c96 /tools/sstrip | |
parent | ebdcc6d40c1abb39c248b90e83f653ffd429578a (diff) | |
download | upstream-a1e679979795d56cae454b51145ed09e0b8a0a89.tar.gz upstream-a1e679979795d56cae454b51145ed09e0b8a0a89.tar.bz2 upstream-a1e679979795d56cae454b51145ed09e0b8a0a89.zip |
fix missing PKG_NAME
SVN-Revision: 5703
Diffstat (limited to 'tools/sstrip')
-rw-r--r-- | tools/sstrip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |