**** BEGIN LOGGING AT Sat Nov 03 02:59:58 2018 Nov 03 13:24:09 hi Nov 03 13:24:41 is there way to reset the wifi config to default value? or restore default wifi config when /etc/config/wireless was deleted? Nov 03 13:25:26 ahh seems "wifi config" is doing this Nov 03 19:09:38 this patch causes some problems when adding support for kernel 4.19: https://git.kernel.org/linus/02c7b25e5f54 Nov 03 19:10:41 on kernel 4.19 I have to set CONFIG_NF_TABLES_IPV4=y on older kernel versions I have to set CONFIG_NF_TABLES_IPV4=m Nov 03 19:10:52 both will add it to some module Nov 03 19:11:28 it looks like the package KCONFIG is generated before the kernel version is determined. Nov 03 19:15:23 Hauke: aren't =m automatically treated as =y for bool? (+ a warning about that) Nov 03 19:17:31 KanjiMonster: I get "warning: symbol value 'm' invalid for NF_TABLES_IPV6" and I have to manually select the option Nov 03 19:17:54 hm, then I misremembered that these get treated as =y Nov 03 19:23:50 Hauke: nevertheless this produces some headaches as stuff went from a separate module (some of which is in separate kmod packages for us) to a build option for the core module :/ Nov 03 19:26:18 yes **** ENDING LOGGING AT Sun Nov 04 02:59:59 2018