1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Added logrotate, fixed CP call in httping, added bind splitting, thanks to Sébastien Bourgasser

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3243 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-02-15 15:36:28 +00:00
parent 32b8bfb796
commit 1fa1dadaa9
15 changed files with 773 additions and 7 deletions

View File

@@ -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

View File

@@ -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)