immortalwrt/package
Rafał Miłecki 0a4ff99091 base-files: generate "device" UCI type section for bridge
This switches from the old way of defining bridges in an "interface" UCI
section type (that should be used for layer 3 only). From now a defualt
board switch will have its own "device" UCI section type. It's a new &
preferred way of defining L2 devices.

Before:

config interface 'lan'
        option type 'bridge'
        option ifname 'lan1 lan2 lan3 lan4'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'

After:

config device
        option name 'lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

config interface 'lan'
        option ifname 'lan'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2021-05-20 23:15:10 +08:00
..
base-files base-files: generate "device" UCI type section for bridge 2021-05-20 23:15:10 +08:00
boot Merge Mainline 2021-05-20 17:11:27 +08:00
devel Merge Mainline 2021-04-12 20:23:17 +08:00
emortal Merge Mainline 2021-05-15 02:09:05 +08:00
firmware Merge Mainline 2021-04-29 00:01:08 +08:00
kernel mt76: update to the latest version 2021-05-15 23:54:08 +08:00
libs libubox: backport upstream commit 2021-05-19 13:00:33 +08:00
network Merge Mainline 2021-05-20 17:11:27 +08:00
system rpcd: fix PKG_MIRROR_HASH 2021-05-19 12:56:11 +08:00
utils Merge Mainline 2021-05-20 17:11:27 +08:00
Makefile Merge Mainline 2021-05-13 23:01:12 +08:00