[LEDE-DEV] [PATCH] Add support for raspberry pi 3 b+

Jon Burgess jburgess777 at gmail.com
Wed Apr 25 13:40:19 PDT 2018


On Tue, 2018-04-24 at 23:27 +0000, Christo Nedev wrote:
> index a9c947b65a..de3ded31f6 100755
> --- a/target/linux/brcm2708/base-files/etc/board.d/02_network
> +++ b/target/linux/brcm2708/base-files/etc/board.d/02_network
> @@ -15,7 +15,8 @@ raspberrypi,model-b |\
>  raspberrypi,model-b-plus |\
>  raspberrypi,model-b-rev2 |\
>  raspberrypi,2-model-b |\
> -raspberrypi,3-model-b)
> +raspberrypi,3-model-b) |\
> +raspberrypi,3-model-b-plus
>         ucidef_set_interface_lan "eth0"
>         ;;

Shouldn't the ")" be moved to the end of the line being added?

	Jon




More information about the Lede-dev mailing list