[no ci] Package: move ingenic control to pwm package

pull/1270/head
Viktor 2024-01-20 15:27:33 +01:00
parent d0a0ab8f9a
commit 81c888a0ff
2 changed files with 1 additions and 2 deletions
general/package
ingenic-pwm
majestic

View File

@ -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

View File

@ -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