immortalwrt/package/base-files
Rafał Miłecki d9603bbd3e base-files: use "ports" array in board.json network for bridges
Bridge aggregates multiple ports so use a more accurate name ("ports")
and format (array) for storing them in board.json.

Example:

"network": {
	"lan": {
		"ports": [
			"lan1",
			"lan2",
			"lan3",
			"lan4"
		],
		"protocol": "static"
	},
	"wan": {
		"ifname": "wan",
		"protocol": "dhcp"
	}
}

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit d42640e389)
2021-05-24 10:36:28 +02:00
..
files base-files: use "ports" array in board.json network for bridges 2021-05-24 10:36:28 +02:00
image-config.in OpenWrt v21.02.0-rc1: revert to branch defaults 2021-04-19 21:10:17 +02:00
Makefile base-files: bump Copyright to 2021 2021-01-26 17:30:09 -10:00