Move all to deprecated folder.
This commit is contained in:
8
deprecated/firmware/buildroot/package/bwm-ng/Config.in
Normal file
8
deprecated/firmware/buildroot/package/bwm-ng/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_BWM_NG
|
||||
bool "bwm-ng"
|
||||
help
|
||||
Bandwidth Monitor NG is a small and console-based live
|
||||
network and disk-io bandwidth monitor for Linux, BSD,
|
||||
Solaris, Mac OS X and others.
|
||||
|
||||
http://www.gropp.org/?id=projects&sub=bwm-ng
|
||||
2
deprecated/firmware/buildroot/package/bwm-ng/bwm-ng.hash
Normal file
2
deprecated/firmware/buildroot/package/bwm-ng/bwm-ng.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 027cf3c960cd96fc9ffacdf7713df62d0fc55eeef4a1388289f8a62ae5e50df0 bwm-ng-0.6.1.tar.gz
|
||||
18
deprecated/firmware/buildroot/package/bwm-ng/bwm-ng.mk
Normal file
18
deprecated/firmware/buildroot/package/bwm-ng/bwm-ng.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# bwm-ng
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BWM_NG_VERSION = 0.6.1
|
||||
BWM_NG_SITE = http://www.gropp.org/bwm-ng
|
||||
BWM_NG_CONF_OPTS = --with-procnetdev --with-diskstats
|
||||
BWM_NG_LICENSE = GPLv2
|
||||
BWM_NG_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NCURSES),y)
|
||||
BWM_NG_CONF_OPTS += --with-ncurses
|
||||
BWM_NG_DEPENDENCIES += ncurses
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user