openwrt/package
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
..
base-files base-files: use "ports" array in board.json network for bridges 2021-05-24 10:36:28 +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 uclient: update to Git version 2021-05-14 2021-05-17 23:03:13 +02:00
network treewide: Mark packages nonshared if they depend on @TARGET_ 2021-05-24 00:39:26 +02:00
system treewide: Mark packages nonshared if they depend on @TARGET_ 2021-05-24 00:39:26 +02:00
utils treewide: Mark packages nonshared if they depend on @TARGET_ 2021-05-24 00:39:26 +02:00
Makefile build: always build package/kernel/linux 2020-10-15 13:25:58 +02:00