mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +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. |
||
---|---|---|
.. | ||
include | ||
lib | ||
ports | ||
recipes | ||
run | ||
sculpt | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.