Add buildroot utils/check-package check to the pr-checks.yml workflow. It checks for common errors/mistakes when creating own buildroot packages. Also fixed all warnings this utility output for our existing packages.
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
comment "RTL8812AU needs a Linux kernel to be built"
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_RTL8812AU
|
|
bool "Realtek RTL8812AU Wi-Fi driver"
|
|
depends on BR2_LINUX_KERNEL
|
|
help
|
|
Install Realtek RTL8812AU Wi-Fi driver as a kernel module.
|
|
|
|
https://github.com/gnab/rtl8812au/
|