Move all to deprecated folder.
This commit is contained in:
9
deprecated/firmware/buildroot/package/fxload/Config.in
Normal file
9
deprecated/firmware/buildroot/package/fxload/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_FXLOAD
|
||||
bool "fxload"
|
||||
help
|
||||
This program is conveniently able to download firmware into FX, FX2,
|
||||
and FX2LP EZ-USB devices, as well as the original AnchorChips EZ-USB.
|
||||
It is intended to be invoked by hotplug scripts when the unprogrammed
|
||||
device appears on the bus.
|
||||
|
||||
http://sourceforge.net/projects/linux-hotplug/
|
||||
2
deprecated/firmware/buildroot/package/fxload/fxload.hash
Normal file
2
deprecated/firmware/buildroot/package/fxload/fxload.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 0cc8bfd2a7cbba2f68e0c5767477634922287943c91dd9fcf029fc8b9d577858 fxload-2008_10_13.tar.gz
|
||||
20
deprecated/firmware/buildroot/package/fxload/fxload.mk
Normal file
20
deprecated/firmware/buildroot/package/fxload/fxload.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# fxload
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FXLOAD_VERSION = 2008_10_13
|
||||
FXLOAD_SITE = http://downloads.sourceforge.net/project/linux-hotplug/fxload/$(FXLOAD_VERSION)
|
||||
FXLOAD_LICENSE = GPLv2+
|
||||
FXLOAD_LICENSE_FILES = COPYING
|
||||
|
||||
define FXLOAD_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all
|
||||
endef
|
||||
|
||||
define FXLOAD_INSTALL_TARGET_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) prefix=$(TARGET_DIR) -C $(@D) install
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user