mirror of https://github.com/OpenIPC/firmware.git
[no ci] Package: move ingenic control to pwm package
parent
d0a0ab8f9a
commit
81c888a0ff
|
@ -1,4 +1,5 @@
|
||||||
config BR2_PACKAGE_INGENIC_PWM
|
config BR2_PACKAGE_INGENIC_PWM
|
||||||
bool "ingenic-pwm"
|
bool "ingenic-pwm"
|
||||||
|
select BR2_PACKAGE_INGENIC_LIBIMP_CONTROL if BR2_OPENIPC_SOC_VENDOR="ingenic"
|
||||||
help
|
help
|
||||||
Userspace program for controlling PWM channels on the Ingenic platform
|
Userspace program for controlling PWM channels on the Ingenic platform
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
config BR2_PACKAGE_MAJESTIC
|
config BR2_PACKAGE_MAJESTIC
|
||||||
bool "Majestic streamer"
|
bool "Majestic streamer"
|
||||||
select BR2_PACKAGE_INGENIC_LIBIMP_CONTROL if BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Tiny but powerful IPC streaming software
|
Tiny but powerful IPC streaming software
|
||||||
(non-commercial version for personal use only)
|
(non-commercial version for personal use only)
|
||||||
|
|
||||||
https://openipc.org
|
https://openipc.org
|
||||||
|
|
Loading…
Reference in New Issue