diff options
author | John Crispin <john@openwrt.org> | 2012-03-29 09:01:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-03-29 09:01:33 +0000 |
commit | 433a8d39da5bf322d17b828a33ee890179fd7a15 (patch) | |
tree | b71e0a3b31f5a18c316dd5874e0aaa61547f9dc6 /package/soloscli/Makefile | |
parent | 9813679235a40cfcd9126c7dfd27aca00b8576c3 (diff) | |
download | upstream-433a8d39da5bf322d17b828a33ee890179fd7a15.tar.gz upstream-433a8d39da5bf322d17b828a33ee890179fd7a15.tar.bz2 upstream-433a8d39da5bf322d17b828a33ee890179fd7a15.zip |
soloscli: Add script to syslog ADSL line stats
I run this from cron. With remote syslog enabled, this means I have a
record of ADSL line quality variation — which is useful when diagnosing
and reporting faults.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
SVN-Revision: 31136
Diffstat (limited to 'package/soloscli/Makefile')
-rw-r--r-- | package/soloscli/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/soloscli/Makefile b/package/soloscli/Makefile index 490186dbec..9a7cd894f9 100644 --- a/package/soloscli/Makefile +++ b/package/soloscli/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=soloscli PKG_VERSION:=0.11 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=solos-pci-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/openadsl @@ -37,6 +37,7 @@ endef define Package/soloscli/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/soloscli/soloscli $(1)/usr/bin/ + $(INSTALL_BIN) ./files/solos-log-stats $(1)/usr/bin/ $(INSTALL_DIR) $(1)/etc/hotplug.d/atm $(INSTALL_DATA) ./files/etc/hotplug.d/atm/15-solos-init $(1)/etc/hotplug.d/atm/ endef |