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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user