immortalwrt/package
Rafał Miłecki 892fc7caa9 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>
(cherry picked from commit 43fc720657)
2021-05-27 11:39:15 +02:00
..
base-files base-files: generate "device" UCI type section for bridge 2021-05-27 11:39:15 +02:00
boot realtek: Add ZyXEL GS1900-8 2021-04-18 12:06:18 +02:00
devel binutils: fix libbfd missing DSO dependency if NLS enabled 2021-04-10 14:22:28 +02:00
firmware treewide: Mark packages nonshared if they depend on @TARGET_ 2021-05-24 00:39:26 +02:00
kernel mt76: update to the latest version 2021-05-16 08:48:22 +02:00
libs libubox: update to the latest version 2021-05-26 08:32:54 +02:00
network netifd: update to the latest master 2021-05-26 08:32:54 +02:00
system treewide: Mark packages nonshared if they depend on @TARGET_ 2021-05-24 00:39:26 +02:00
utils busybox: show reproducible timestamp 2021-05-27 00:03:12 +02:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00