1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/package/base-files/files/bin
Rafał Miłecki d42640e389 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>
2021-05-18 12:30:16 +02:00
..
board_detect treewide: remove execute bit and shebang from board.d files 2021-03-06 11:30:06 +01:00
config_generate base-files: use "ports" array in board.json network for bridges 2021-05-18 12:30:16 +02:00
ipcalc.sh base-files: ipcalc.sh: support bit length as netmask parameter 2013-12-16 16:29:23 +00:00