Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -3,6 +3,7 @@ config BR2_PACKAGE_FTOP
select BR2_PACKAGE_NCURSES
help
Ftop is to files what top is to processes.
The progress of all open files and file systems can be monitored.
The progress of all open files and file systems can be
monitored.
https://sourceforge.net/projects/ftop/

View File

@@ -8,7 +8,7 @@ FTOP_VERSION = 1.0
FTOP_SOURCE = ftop-$(FTOP_VERSION).tar.bz2
FTOP_SITE = https://sourceforge.net/projects/ftop/files/ftop/$(FTOP_VERSION)
FTOP_DEPENDENCIES = ncurses
FTOP_LICENSE = GPLv3+
FTOP_LICENSE = GPL-3.0+
FTOP_LICENSE_FILES = COPYING
$(eval $(autotools-package))