summaryrefslogtreecommitdiff
path: root/openwrt/package/vnstat
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/vnstat')
-rw-r--r--openwrt/package/vnstat/Config.in11
-rw-r--r--openwrt/package/vnstat/Makefile33
-rw-r--r--openwrt/package/vnstat/ipkg/vnstat.control4
3 files changed, 0 insertions, 48 deletions
diff --git a/openwrt/package/vnstat/Config.in b/openwrt/package/vnstat/Config.in
deleted file mode 100644
index ab6a8de..0000000
--- a/openwrt/package/vnstat/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_VNSTAT
- prompt "vnstat............................ Console-based network traffic monitor"
- tristate
- default m if CONFIG_DEVEL
- help
- vnStat is a network traffic monitor for Linux that keeps a log of daily
- network traffic for the selected interface(s). vnStat isn't a packet
- sniffer. The traffic information is analyzed from the /proc -filesystem,
- so vnStat can be used without root permissions.
- .
- http://humdi.net/vnstat/
diff --git a/openwrt/package/vnstat/Makefile b/openwrt/package/vnstat/Makefile
deleted file mode 100644
index 009388e..0000000
--- a/openwrt/package/vnstat/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=vnstat
-PKG_VERSION:=1.4
-PKG_RELEASE:=1
-PKG_MD5SUM:=9184f79b5e60499bc059f670032291e5
-
-PKG_SOURCE_URL:=http://humdi.net/vnstat
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-
-include $(TOPDIR)/package/rules.mk
-
-$(eval $(call PKG_template,VNSTAT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-
-$(PKG_BUILD_DIR)/.configured:
- touch $@
-
-$(PKG_BUILD_DIR)/.built:
- $(MAKE) -C $(PKG_BUILD_DIR) \
- $(TARGET_CONFIGURE_OPTS)
- touch $@
-
-$(IPKG_VNSTAT):
- install -d -m0755 $(IDIR_VNSTAT)/usr/bin
- $(CP) $(PKG_BUILD_DIR)/src/vnstat $(IDIR_VNSTAT)/usr/bin/
- $(STRIP) $(IDIR_VNSTAT)/usr/bin/*
- $(IPKG_BUILD) $(IDIR_VNSTAT) $(PACKAGE_DIR)
diff --git a/openwrt/package/vnstat/ipkg/vnstat.control b/openwrt/package/vnstat/ipkg/vnstat.control
deleted file mode 100644
index 9d7ba79..0000000
--- a/openwrt/package/vnstat/ipkg/vnstat.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: vnstat
-Priority: optional
-Section: net
-Description: Console-based network traffic monitor