oreovon has quit [Remote host closed the connection]
oreovon has joined #openwrt-devel
Daanct12 has joined #openwrt-devel
f00b4r0 has joined #openwrt-devel
Mangix has quit [Read error: Connection reset by peer]
ar7ch has joined #openwrt-devel
mrkiko has quit [Quit: leaving]
ar7ch has quit [Remote host closed the connection]
mrkiko has joined #openwrt-devel
Daanct12 has quit [Quit: WeeChat 4.3.5]
goliath has quit []
minimal has joined #openwrt-devel
goliath has joined #openwrt-devel
cmonroe has joined #openwrt-devel
ar7ch has joined #openwrt-devel
<ar7ch>
sorry, something wrong with my client. Perhaps the message below will be duplicated
<ar7ch>
nbd: hello, I'm trying to add new config option for hostapd through UCI: namely, new `option foo 'bar'` within the `wifi-iface` section. This option can be seen with `uci show`.
<ar7ch>
However, in the json string passed from netifd to the handling script `/lib/netifd/wireless/mac80211.sh` there is no `option foo`.
<ar7ch>
Thus, there must be some set of config options for a wifi-iface that netifd takes from UCI and creates json out of it, ignoring the rest.
<ar7ch>
I'm currently checking through netifd code and can't find the logic of filtering UCI entries (as far as I can understand the whole uci blob thing). Could you give me a few insights about this? Thanks.
oreovon has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
noahm has joined #openwrt-devel
noahm has quit [Read error: Connection reset by peer]
Rondom has quit [Remote host closed the connection]
noahm has joined #openwrt-devel
<FLD>
* check_data_file_clashes: Package wg-installer-client wants to install file /home/fld/dev/owrt2/build_dir/target-x86_64_musl/root-x86/usr/share/wginstaller/wg.sh But that file is already provided by package * wg-installer-server
<schmars[m]>
FLD: wg-installer-server and wg-installer-client aren't meant to be used together, you only use either one. the warning is fine, wg.sh is the same in both packages
<FLD>
couldn't they be mutually exclusive in menuconfig to prevent this condition?