Re: [LEDE-DEV] [PATCH v2 2/5] mac80211: use uci to generate wireless config file

2016-10-12 Thread Christian Lamparter
On Wednesday, October 12, 2016 2:05:15 PM CEST Matthias Schiffer wrote: > On 10/12/2016 01:42 PM, Jonas Gorski wrote: > > On 11 October 2016 at 13:37, Christian Lamparter > > wrote: > >> Previously, wifi detect simply dumped its generated wireless > >> configuration out to STDOUT. A second step wa

Re: [LEDE-DEV] [PATCH v2 2/5] mac80211: use uci to generate wireless config file

2016-10-12 Thread Matthias Schiffer
On 10/12/2016 01:42 PM, Jonas Gorski wrote: > On 11 October 2016 at 13:37, Christian Lamparter > wrote: >> Previously, wifi detect simply dumped its generated wireless >> configuration out to STDOUT. A second step was needed to >> append the configuration to /etc/config/wireless (or create >> it,

Re: [LEDE-DEV] [PATCH v2 2/5] mac80211: use uci to generate wireless config file

2016-10-12 Thread Jonas Gorski
On 11 October 2016 at 13:37, Christian Lamparter wrote: > Previously, wifi detect simply dumped its generated wireless > configuration out to STDOUT. A second step was needed to > append the configuration to /etc/config/wireless (or create > it, if it didn't exist). > > With this patch, The wifi d

[LEDE-DEV] [PATCH v2 2/5] mac80211: use uci to generate wireless config file

2016-10-11 Thread Christian Lamparter
Previously, wifi detect simply dumped its generated wireless configuration out to STDOUT. A second step was needed to append the configuration to /etc/config/wireless (or create it, if it didn't exist). With this patch, The wifi detection script will now use uci to update the wireless configuratio