mirror of https://github.com/OpenIPC/firmware.git
Sigmastar: move libraries to separate package (#956)
parent
adad94613c
commit
929d9db072
|
@ -98,7 +98,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
|||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||
# BR2_PACKAGE_RTL8188EU is not set
|
||||
# BR2_PACKAGE_RTL8192EU_OPENIPC is not set
|
||||
BR2_PACKAGE_RTL8188FU_OPENIPC=y
|
||||
# BR2_PACKAGE_RTL8188FU_OPENIPC is not set
|
||||
|
||||
# WIREGUARD
|
||||
# BR2_PACKAGE_WIREGUARD_LINUX_COMPAT is not set
|
||||
|
|
|
@ -86,6 +86,7 @@ source "$BR2_EXTERNAL_GENERAL_PATH/package/sigmastar-osdrv-infinity6b0/Config.in
|
|||
source "$BR2_EXTERNAL_GENERAL_PATH/package/sigmastar-osdrv-infinity6e/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/sigmastar-osdrv-msc313e/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/sigmastar-osdrv-sensor/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/sigmastar-osdrv-ultimate/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/ssw101b/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/uacme-openipc/Config.in"
|
||||
source "$BR2_EXTERNAL_GENERAL_PATH/package/uqmi-openipc/Config.in"
|
||||
|
|
|
@ -2,4 +2,4 @@ config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0
|
|||
bool "sigmastar-osdrv-infinity6b0"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR
|
||||
help
|
||||
SigmaStar infinity6b0 kernel modules
|
||||
Sigmastar infinity6b0 kernel modules
|
||||
|
|
|
@ -2,4 +2,4 @@ config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E
|
|||
bool "sigmastar-osdrv-infinity6e"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR
|
||||
help
|
||||
SigmaStar infinity6e kernel modules
|
||||
Sigmastar infinity6e kernel modules
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_SENSOR
|
||||
bool "sigmastar-osdrv-sensor"
|
||||
default n
|
||||
help
|
||||
Sigmastar sensor kernel driver
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_ULTIMATE
|
||||
bool "sigmastar-osdrv-ultimate"
|
||||
help
|
||||
Additional Sigmastar libraries
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,15 @@
|
|||
################################################################################
|
||||
#
|
||||
# sigmastar-osdrv-ultimate
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SIGMASTAR_OSDRV_ULTIMATE_LICENSE = MIT
|
||||
SIGMASTAR_OSDRV_ULTIMATE_LICENSE_FILES = LICENSE
|
||||
|
||||
define SIGMASTAR_OSDRV_ULTIMATE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/usr/lib
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib $(SIGMASTAR_OSDRV_ULTIMATE_PKGDIR)/files/$(OPENIPC_SOC_FAMILY)/lib/*
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
Loading…
Reference in New Issue