Re: [LEDE-DEV] [PATCH] ar71xx: add support for GL.iNet GL-AR750

2017-12-05 Thread Piotr Dymacz
Hello Luochongjun, On 06.12.2017 07:47, Luochongjun wrote: From: Luochongjun <1464691...@qq.com> This patch adds supports for the GL.iNet GL-AR750 Thanks for your patch. I have support for this device in my staging tree [1]. I will look at your patch and add missing parts (like I2C over GPI

[LEDE-DEV] [PATCH] ar71xx: add support for GL.iNet GL-AR750

2017-12-05 Thread Luochongjun
From: Luochongjun <1464691...@qq.com> This patch adds supports for the GL.iNet GL-AR750 Specifiation: - SoC: QCA9531 at 650 MHz - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR - Ethernet: 1 x WAN (100 Mbps) and 2 x LAN (100 Mbps) - USB: 1 x USB 2.0 port - Button: 1 x switch button, 1 x reset bu

[LEDE-DEV] [PATCH] ar71xx: add support for GL.iNet GL-AR750

2017-12-05 Thread Luochongjun
From: Luochongjun <1464691...@qq.com> This patch adds supports for the GL.iNet GL-AR750 Specifiation: - SoC: QCA9531 at 650 MHz - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR - Ethernet: 1 x WAN (100 Mbps) and 2 x LAN (100 Mbps) - USB: 1 x USB 2.0 port - Button: 1 x switch button, 1 x reset bu

Re: [LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-05 Thread Roman Yeryomin
On 2017-12-05 21:52, Hans Dedecker wrote: On Tue, Dec 5, 2017 at 5:22 PM, Roman Yeryomin wrote: It's better not to configure ifname separately since they are tied together. Signed-off-by: Roman Yeryomin --- package/base-files/files/bin/config_generate | 2 +- 1 file changed, 1 insertion(+),

[LEDE-DEV] [PATCH v3] base-files: expand ucidef_set_interface_raw to allow custom configuration

2017-12-05 Thread Roman Yeryomin
This allows custom config generation. E.g. setting lan adrress from eeprom or random address (so that routers can be chained by default) or configuring a fully custom interface. Changes from v2: - use shift istead of hack with arbitrary string Changes from v1: - fix protocol option name for users

Re: [LEDE-DEV] [PATCH] sdk: restrict base feed repo to public git for CONFIG_BUILDBOT only

2017-12-05 Thread Jo-Philipp Wich
Hi Rafał, > This allows people to build SDK from custom repository (git access using > ssh) and keep original URL in SDK's feeds.conf.default. > > Signed-off-by: Rafał Miłecki Acked-by: Jo-Philipp Wich ___ Lede-dev mailing list Lede-dev@lists.infra

Re: [LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-05 Thread Hans Dedecker
On Tue, Dec 5, 2017 at 5:22 PM, Roman Yeryomin wrote: > It's better not to configure ifname separately since they > are tied together. > > Signed-off-by: Roman Yeryomin > --- > package/base-files/files/bin/config_generate | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/p

[LEDE-DEV] [PATCH] base-files: config_generate: keep ipv6 interface in sync

2017-12-05 Thread Roman Yeryomin
It's better not to configure ifname separately since they are tied together. Signed-off-by: Roman Yeryomin --- package/base-files/files/bin/config_generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/bin/config_generate b/package/base-files/files

[LEDE-DEV] [PATCH packages] lxc: add lxc-unprivileged helper package for unprivileged containers

2017-12-05 Thread Rafał Miłecki
From: Rafał Miłecki LXC requires newuidmap and newguidmap with SUID to run unprivileged containers. This package should help users make sure they are available. Signed-off-by: Rafał Miłecki --- utils/lxc/Makefile| 17 + utils/lxc/files/lxc-unprivileged.d

[LEDE-DEV] [PATCH] opkg: fix PKG_CONFIG_DEPENDS to include version.mk entries

2017-12-05 Thread Rafał Miłecki
From: Rafał Miłecki Including version.mk sets PKG_CONFIG_DEPENDS to config entries used for VERSION_SED command. We should keep these configs to make sure package gets refreshed when needed. Signed-off-by: Rafał Miłecki --- package/system/opkg/Makefile | 3 ++- 1 file changed, 2 insertions(+),