RFKILL missing in 1.4?

Could there be some missing RFKILL in current 1.4 software?
I try to use a usb wifi networkadapter for use as an AP but wifi won’t come up.
In logging in found this:

Jun 16 20:39:24 systemd[1]: Starting [email protected] - Access point and authentication server for Wi-Fi and Ethernet (wlan0)…
Jun 16 20:39:25 hostapd[7198]: rfkill: Cannot open RFKILL control device
Jun 16 20:39:25 hostapd[7198]: wlan0: interface state UNINITIALIZED->COUNTRY_UPDATE
Jun 16 20:39:25 systemd[1]: Started [email protected] - Access point and authentication server for Wi-Fi and Ethernet (wlan0).

Seems RFKILL is missing, or could there be someting else?

Currently using: 1.4-rolling-202306140317

wifi part of my config:
michiel@vyos# show interfaces wireless
wireless wlan0 {
address 192.168.222.1/24
country-code nl
isolate-stations
mode ac
security {
wpa {
mode wpa2
passphrase XxXxXxX
}
}
ssid RTRWIFI
type access-point
}

Right, current RFKILL not enable from kernel, and will update later.

:anchor: T5298 Add RFKILL support into kernel. (vyos.dev)