examples/nwa50ax-ap: add usteer to the example
All checks were successful
build liminix / build_zyxel-nwa50ax_mips (pull_request) Successful in 17s
build liminix / test_shell_customization (pull_request) Successful in 17s
build liminix / build_vm_qemu_mips (pull_request) Successful in 18s
build liminix / test_hostapd (pull_request) Successful in 17s

So that this can be tested as well.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2025-02-06 01:39:10 +01:00
parent da91a17cbc
commit ba6e8ce2f4

View file

@ -87,6 +87,8 @@ in rec {
];
};
services.usteer = svc.usteer.build { interface = services.int; };
services.dhcpv4 =
let iface = services.int;
in svc.network.dhcp.client.build { interface = iface; };