summaryrefslogtreecommitdiff
path: root/openwrt/package/httping
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-02-15 15:36:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-02-15 15:36:28 +0000
commitefc82b9580fa141dae724d26dbb697ed27c3f93f (patch)
tree314ac0d825413d452c8fee70dddefbc32efd78c9 /openwrt/package/httping
parentd4cfc752103b0e437d41779bec821f826202c8d5 (diff)
downloadmtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.zip
mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.gz
mtk-20170518-efc82b9580fa141dae724d26dbb697ed27c3f93f.tar.bz2
Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser
SVN-Revision: 3243
Diffstat (limited to 'openwrt/package/httping')
-rw-r--r--openwrt/package/httping/Config.in2
-rw-r--r--openwrt/package/httping/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/httping/Config.in b/openwrt/package/httping/Config.in
index 2b8ef02..4ba8455 100644
--- a/openwrt/package/httping/Config.in
+++ b/openwrt/package/httping/Config.in
@@ -1,7 +1,7 @@
menu "httping........................... Httping is like 'ping' but for http-requests."
config BR2_PACKAGE_HTTPING
- prompt "httping.............................. Httping is like 'ping' but for http-requests."
+ prompt "httping............................ Httping is like 'ping' but for http-requests."
tristate
default m if CONFIG_DEVEL
help
diff --git a/openwrt/package/httping/Makefile b/openwrt/package/httping/Makefile
index 027aac9..78d6274 100644
--- a/openwrt/package/httping/Makefile
+++ b/openwrt/package/httping/Makefile
@@ -34,7 +34,7 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_HTTPING):
mkdir -p $(IDIR_HTTPING)/usr/sbin
echo "Depends: $(PKG_DEPEND)" >> $(IDIR_HTTPING)/CONTROL/control
- cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
+ $(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_HTTPING)/usr/sbin/
$(STRIP) $(IDIR_HTTPING)/usr/sbin/*
$(IPKG_BUILD) $(IDIR_HTTPING) $(PACKAGE_DIR)