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

@@ -1,7 +1,7 @@
config BR2_PACKAGE_PWGEN
bool "pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
Pwgen is a small, GPL'ed password generator which creates
passwords which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_HOST_PWGEN
bool "host pwgen"
help
Pwgen is a small, GPL'ed password generator which creates passwords
which can be easily memorized by a human.
Pwgen is a small, GPL'ed password generator which creates
passwords which can be easily memorized by a human.
http://sourceforge.net/projects/pwgen/

View File

@@ -6,7 +6,7 @@
PWGEN_VERSION = 2.07
PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
PWGEN_LICENSE = GPLv2
PWGEN_LICENSE = GPL-2.0
PWGEN_LICENSE_FILES = debian/copyright
$(eval $(autotools-package))