0

I'd like to add following wifi driver to Amlogic buildroot

https://github.com/khadas/android_hardware_wifi_icomm_drivers_ssv6xxx/tree/khadas-vims-pie

I've copied driver source code to

hardware/aml-4.9/wifi/icomm/drivers then created folder buildroot/package/amlogic/icomm.

Now I need to create Config.in and icomm_wifi.mk in buildroot/package/amlogic/icomm

But I have no clue.

user9066046
  • 87
  • 1
  • 10

1 Answers1

0

The driver has to be built separately from the kernel itself, as a separate package. The Buildroot documentation explains how to do that.

Arnout
  • 2,927
  • 16
  • 24