Files
2024-07-11 14:16:35 +02:00

5 lines
114 B
Plaintext

do_configure:append() {
# add CONFIG_P2P
sed -i "s/^#CONFIG_P2P=y/CONFIG_P2P=y/" wpa_supplicant/.config
}