Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -1,4 +1,4 @@
config BR2_PACKAGE_GD
menuconfig BR2_PACKAGE_GD
bool "gd"
help
GD is a graphics library. It allows your code to quickly
@@ -8,12 +8,10 @@ config BR2_PACKAGE_GD
useful in World Wide Web applications, where PNG is one of
the formats accepted for inline images by most browsers.
http://libgd.bitbucket.org/
https://libgd.github.io/
if BR2_PACKAGE_GD
menu "gd tools"
config BR2_PACKAGE_GD_ANNOTATE
bool "annotate"
@@ -57,6 +55,4 @@ config BR2_PACKAGE_GD_WEBPNG
bool "webpng"
select BR2_PACKAGE_LIBPNG
endmenu
endif