[OpenWrt-Devel] [PATCH 3/3] linux: add support of Synopsys ARC boards

John Crispin blogic at openwrt.org
Thu Aug 27 08:06:55 EDT 2015


Hi,

i just skimmed over the patch quickly and ...

On 27/08/2015 13:03, Alexey Brodkin wrote:
> diff --git a/target/linux/arc/axs10x/base-files/etc/config/network b/target/linux/arc/axs10x/base-files/etc/config/network
> new file mode 100644
> index 0000000..1d46510
> --- /dev/null
> +++ b/target/linux/arc/axs10x/base-files/etc/config/network
> @@ -0,0 +1,18 @@
> +config interface 'loopback'
> +        option ifname 'lo'
> +        option proto 'static'
> +        option ipaddr '127.0.0.1'
> +        option netmask '255.0.0.0'
> +
> +config interface 'lan'
> +        option ifname 'eth0'
> +        option type 'bridge'
> +        option proto 'dhcp'
> +
> +config interface 'wan6'
> +        option ifname '@wan'
> +        option proto 'dhcpv6'
> +
> +config globals 'globals'
> +        option ula_prefix 'fdd3:b396:94ac::/48'
> +


adding a network uci file that is custom requires you to also delete the
default one.

please duplicate this file into your target folder
-> target/linux/ramips/base-files.mk

it looks like at least 1 of the patches should also go upstream if not
more than one.

before sending a new series wait for further feedback please.

	John
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list