Upgrade ShredOS to buildroot v24.11

This commit is contained in:
PartialVolume
2025-01-10 19:31:27 +00:00
parent d5280fc4e1
commit f39f161d58
4813 changed files with 61163 additions and 34069 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
GNUPLOT_VERSION = 5.4.10
GNUPLOT_VERSION = 6.0.1
GNUPLOT_SITE = http://downloads.sourceforge.net/project/gnuplot/gnuplot/$(GNUPLOT_VERSION)
GNUPLOT_LICENSE = gnuplot license (open source)
GNUPLOT_LICENSE_FILES = Copyright
@@ -41,8 +41,9 @@ endif
ifeq ($(BR2_PACKAGE_READLINE),y)
GNUPLOT_CONF_OPTS += --with-readline=gnu
GNUPLOT_DEPENDENCIES += readline
else
GNUPLOT_CONF_OPTS += --without-readline
else ifeq ($(BR2_PACKAGE_LIBEDIT),y)
GNUPLOT_CONF_OPTS += --with-readline=bsd
GNUPLOT_DEPENDENCIES += libedit
endif
# Remove Javascript scripts, lua scripts, PostScript files