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,8 @@
config BR2_PACKAGE_TI_UIM
bool "ti-uim"
help
User Mode Initialization Manager for TI wl12xx connectivity
chip shared transport drivers. This daemon is needed to get
the btwilink driver to work.
http://omappedia.org/wiki/Device_Driver_Interface_of_WiLink_Solution

View File

@@ -0,0 +1,20 @@
################################################################################
#
# ti-uim
#
################################################################################
TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959
TI_UIM_SITE = git://gitorious.org/uim/uim.git
TI_UIM_LICENSE = GPLv2+
define TI_UIM_BUILD_CMDS
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
endef
define TI_UIM_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/uim \
$(TARGET_DIR)/usr/sbin/uim
endef
$(eval $(generic-package))