Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_HOST_LPC3250LOADER
bool "host lpc3250loader"
help
lpc3250loader is a tool to load/burn programs (in particular kickstart
and S1L) on an LPC3250 platform.
https://github.com/alexandrebelloni/lpc3250loader

View File

@@ -0,0 +1,17 @@
################################################################################
#
# lpc3250loader
#
################################################################################
HOST_LPC3250LOADER_VERSION = 1.0
HOST_LPC3250LOADER_SITE = $(call github,alexandrebelloni,lpc3250loader,$(HOST_LPC3250LOADER_VERSION))
LPC3250LOADER_LICENSE = GPLv2+
LPC3250LOADER_LICENSE_FILES = LPC3250loader.py
define HOST_LPC3250LOADER_INSTALL_CMDS
$(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
$(HOST_DIR)/usr/bin/LPC3250loader.py
endef
$(eval $(host-generic-package))