openwrt/package/base-files/files/lib
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
..
functions base-files: use "ports" array in board.json network for bridges 2021-05-24 10:36:28 +02:00
preinit treewide: drop shebang from non-executable lib files 2021-01-29 14:29:41 +01:00
upgrade treewide: drop shebang from non-executable lib files 2021-01-29 14:29:41 +01:00
functions.sh base-files: remove execute bit and shebang from functions.sh 2021-01-29 14:30:32 +01:00