mirror of https://github.com/OpenIPC/firmware.git
Sigmastar: select sensors by default
parent
97cfb4d9f9
commit
7087e53054
|
@ -1,4 +1,5 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6
|
||||
bool "sigmastar-osdrv-infinity6"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
||||
help
|
||||
Sigmastar infinity6 kernel modules
|
||||
|
|
|
@ -9,7 +9,7 @@ SIGMASTAR_OSDRV_INFINITY6_SITE =
|
|||
SIGMASTAR_OSDRV_INFINITY6_LICENSE = MIT
|
||||
SIGMASTAR_OSDRV_INFINITY6_LICENSE_FILES = LICENSE
|
||||
|
||||
SIGMASTAR_OSDRV_INFINITY6_DEPENDENCIES = ipctool sigmastar-osdrv-sensors
|
||||
SIGMASTAR_OSDRV_INFINITY6_DEPENDENCIES = ipctool
|
||||
|
||||
define SIGMASTAR_OSDRV_INFINITY6_BUILD_CMDS
|
||||
$(TARGET_CC) $(SIGMASTAR_OSDRV_INFINITY6_PKGDIR)/src/config_tool.c -o $(@D)/config_tool -lipchw -s
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0
|
||||
bool "sigmastar-osdrv-infinity6b0"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
||||
help
|
||||
Sigmastar infinity6b0 kernel modules
|
||||
|
|
|
@ -9,8 +9,6 @@ SIGMASTAR_OSDRV_INFINITY6B0_SITE =
|
|||
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE = MIT
|
||||
SIGMASTAR_OSDRV_INFINITY6B0_LICENSE_FILES = LICENSE
|
||||
|
||||
SIGMASTAR_OSDRV_INFINITY6B0_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||
|
||||
define SIGMASTAR_OSDRV_INFINITY6B0_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6B0_PKGDIR)/files/kmod/*
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6C
|
||||
bool "sigmastar-osdrv-infinity6c"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
||||
help
|
||||
Sigmastar infinity6c kernel modules
|
||||
|
|
|
@ -9,8 +9,6 @@ SIGMASTAR_OSDRV_INFINITY6C_SITE =
|
|||
SIGMASTAR_OSDRV_INFINITY6C_LICENSE = MIT
|
||||
SIGMASTAR_OSDRV_INFINITY6C_LICENSE_FILES = LICENSE
|
||||
|
||||
SIGMASTAR_OSDRV_INFINITY6C_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||
|
||||
define SIGMASTAR_OSDRV_INFINITY6C_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/5.10.61/sigmastar
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/5.10.61/sigmastar $(SIGMASTAR_OSDRV_INFINITY6C_PKGDIR)/files/kmod/*
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
config BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6E
|
||||
bool "sigmastar-osdrv-infinity6e"
|
||||
select BR2_PACKAGE_SIGMASTAR_OSDRV_SENSORS
|
||||
help
|
||||
Sigmastar infinity6e kernel modules
|
||||
|
|
|
@ -9,8 +9,6 @@ SIGMASTAR_OSDRV_INFINITY6E_SITE =
|
|||
SIGMASTAR_OSDRV_INFINITY6E_LICENSE = MIT
|
||||
SIGMASTAR_OSDRV_INFINITY6E_LICENSE_FILES = LICENSE
|
||||
|
||||
SIGMASTAR_OSDRV_INFINITY6E_DEPENDENCIES = sigmastar-osdrv-sensors
|
||||
|
||||
define SIGMASTAR_OSDRV_INFINITY6E_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 755 -d $(TARGET_DIR)/lib/modules/4.9.84/sigmastar
|
||||
$(INSTALL) -m 644 -t $(TARGET_DIR)/lib/modules/4.9.84/sigmastar $(SIGMASTAR_OSDRV_INFINITY6E_PKGDIR)/files/kmod/*
|
||||
|
|
Loading…
Reference in New Issue