update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +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.
http://sourceforge.net/projects/pwgen/

View File

@@ -0,0 +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.
http://sourceforge.net/projects/pwgen/

View File

@@ -0,0 +1,3 @@
# From http://sourceforge.net/projects/pwgen/files/pwgen/2.07/
md5 910b1008cdd86445e9e01305d21ee4c5 pwgen-2.07.tar.gz
sha1 51180f9cd5530d79eea18b2443780dec4ec5ea43 pwgen-2.07.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# pwgen
#
################################################################################
PWGEN_VERSION = 2.07
PWGEN_SITE = http://downloads.sourceforge.net/project/pwgen/pwgen/$(PWGEN_VERSION)
PWGEN_LICENSE = GPLv2
PWGEN_LICENSE_FILES = debian/copyright
$(eval $(autotools-package))
$(eval $(host-autotools-package))