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,8 @@
config BR2_PACKAGE_NCDU
bool "ncdu"
depends on BR2_USE_MMU # system()
select BR2_PACKAGE_NCURSES
help
ncdu is a disk usage analyzer with an ncurses interface
http://dev.yorhel.nl/ncdu

View File

@@ -0,0 +1,3 @@
# From http://dev.yorhel.nl/download/ncdu-1.11.tar.gz.{md5,sha1}
md5 9e44240a5356b029f05f0e70a63c4d12 ncdu-1.11.tar.gz
sha1 8f22d713e6d2b28e1f501eee2bd1e03b55550c8d ncdu-1.11.tar.gz

View File

@@ -0,0 +1,15 @@
################################################################################
#
# ncdu
#
################################################################################
NCDU_VERSION = 1.11
NCDU_SITE = http://dev.yorhel.nl/download
NCDU_DEPENDENCIES = ncurses
NCDU_LICENSE = MIT
NCDU_LICENSE_FILES = COPYING
$(eval $(autotools-package))