mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
54d7a48c9b
This patch replaces the former 'nic_drv' and 'nic_drv_dtb' functions by a more general 'nic_driver_routes' function that can return one or multiple platform-specific ROM routes for NIC-driver binaries and dtb files. This allows for supplying customizations for the wifi driver as well. E.g., on the PinePhone, this hook can be used to handle the renaming of the 'wifi_drv' to 'a64_wifi_drv'. Related to issue #4813 and issue genodelabs/genode-allwinner#17.