package/fconfig: drop package
The upstream location has been dead for 10 years and there is no reverse dependencies for it, so drop it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
20b240a9a2
commit
9aedec00d2
@@ -146,6 +146,13 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2025.02"
|
||||
|
||||
config BR2_PACKAGE_FCONFIG
|
||||
bool "fconfig has been removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
The fconfig package was removed as it is not maintained
|
||||
anymore and the upstream URL is gone.
|
||||
|
||||
config BR2_PACKAGE_LIBHID
|
||||
bool "libhid has been removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
@@ -514,7 +514,6 @@ endmenu
|
||||
source "package/evemu/Config.in"
|
||||
source "package/evtest/Config.in"
|
||||
source "package/fbtft/Config.in"
|
||||
source "package/fconfig/Config.in"
|
||||
source "package/flashrom/Config.in"
|
||||
source "package/fmtools/Config.in"
|
||||
source "package/freeipmi/Config.in"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
config BR2_PACKAGE_FCONFIG
|
||||
bool "fconfig"
|
||||
help
|
||||
fconfig - get/set RedBoot configuration parameters from Linux.
|
||||
|
||||
http://andrzejekiert.ovh.org/software.html.en
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally computed
|
||||
sha256 4ff0e8f07e35e46b705c0dbe9d9544ede01ea092a69e3f7db03e55a3f2bb8eb7 fconfig-20080329.tar.gz
|
||||
sha256 e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0 fconfig.c
|
||||
@@ -1,22 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# fconfig
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FCONFIG_VERSION = 20080329
|
||||
# Real upstream location has been disabled
|
||||
# FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig
|
||||
FCONFIG_SITE = http://sources.buildroot.net
|
||||
FCONFIG_LICENSE = GPL-2.0+
|
||||
FCONFIG_LICENSE_FILES = fconfig.c
|
||||
|
||||
define FCONFIG_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define FCONFIG_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/fconfig $(TARGET_DIR)/sbin/fconfig
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user