There's no way to remove it, it was a design decision made to make the network configuration explicit.
Is the interface definition in /etc/config/network causing you any technical issue? If not, you can just ignore it. On Wed, Dec 2, 2020 at 6:23 PM Michele Salerno <[email protected]> wrote: > I have set interface wireless on openwisp, this is in advance mode: > > "interfaces": [ > { > "wireless": { > "mode": "access_point", > "radio": "radio0", > "ssid": "ciao", > "encryption": { > "protocol": "none" > }, > "network": [ > "br-lan" > ] > }, > "type": "wireless", > "name": "test" > } > ] > > because in preview set network interface? > > howto only wifi? > > *config interface 'test'* > * option ifname 'test'* > * option proto 'none'* > > package wireless > > config wifi-iface 'wifi_test' > option device 'radio0' > option encryption 'none' > option ifname 'test' > option mode 'ap' > option network 'br_lan' > option ssid 'ciao' > > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/openwisp/90aeb325-bc48-ea9e-3207-4641ebf350eb%40gmail.com > <https://groups.google.com/d/msgid/openwisp/90aeb325-bc48-ea9e-3207-4641ebf350eb%40gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAERYH6UZCgGDmH-_TEZFp42Teg1mFargmfGr9OC_evWW7rwXUQ%40mail.gmail.com.
