[OpenWrt-Devel] [PATCH v4 1/8] merge: base: update base-files and basic config

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- Config.in| 2 +- Makefile | 2 +- README | 6 +++--- package/base-files/Makefile

[OpenWrt-Devel] [PATCH v4 4/8] merge: ssid: update default ssid

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- package/kernel/broadcom-wl/files/lib/wifi/broadcom.sh | 2 +- package/kernel/mac80211/files/lib/wifi/mac80211.sh| 2 +- package/network/services/hostapd/files/hostapd.sh | 4 ++-- target/linux/omap24xx/base-files/etc/config/wireless | 2

[OpenWrt-Devel] [PATCH v4 5/8] merge: packages: update branding in core packages

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- package/network/services/lldpd/files/lldpd.config | 2 +- package/network/services/lldpd/files/lldpd.init | 2 +- package/network/services/samba36/files/samba.config | 4 ++-- package/network/services/samba36/files/samba.init | 6 +++---

[OpenWrt-Devel] [PATCH v4 3/8] merge: targets: update image generation and targets

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- include/image-commands.mk| 6 +++--- include/image.mk | 2 +- package/boot/uboot-layerscape-armv8_32b/Makefile | 2 +- scripts/brcmImage.pl | 2 +-

[OpenWrt-Devel] [PATCH v4 8/8] merge: etc: update remaining files

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- include/prereq-build.mk | 2 +- target/imagebuilder/files/repositories.conf | 2 +- target/toolchain/files/README.TOOLCHAIN | 2 +- toolchain/gcc/common.mk | 2 +- 4 files changed, 4 insertions(+), 4

[OpenWrt-Devel] [PATCH v4 0/8] merge: add OpenWrt branding

2017-11-07 Thread Zoltan HERPAI
Given that we've decided to sail under the same flag for the benefit of the whole community, and acknowledge the achievements of the LEDE project, let's start the final steps of the merge. The git and other sources are untouched until the infra merge. v2: - dismiss bugtracker and forum change

[OpenWrt-Devel] [PATCH v4 2/8] merge: release/banner: drop release name and update banner

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- include/version.mk | 12 ++-- package/base-files/files/etc/banner | 18 -- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/include/version.mk b/include/version.mk index 1a0d3c9..a869ed6

[OpenWrt-Devel] [PATCH v4 7/8] merge: uhttpd: update cert generation to match system defaults

2017-11-07 Thread Zoltan HERPAI
Signed-off-by: Zoltan HERPAI --- package/network/services/uhttpd/files/uhttpd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/services/uhttpd/files/uhttpd.init b/package/network/services/uhttpd/files/uhttpd.init index 6b8be1c..47270bc

Re: [OpenWrt-Devel] [PATCH v4 2/8] merge: release/banner: drop release name and update banner

2017-11-07 Thread Yousong Zhou
On 7 November 2017 at 16:45, Zoltan HERPAI wrote: > Signed-off-by: Zoltan HERPAI > --- > include/version.mk | 12 ++-- > package/base-files/files/etc/banner | 18 -- > 2 files changed, 10 insertions(+), 20 deletions(-) >

Re: [OpenWrt-Devel] [PATCH v4 0/8] merge: add OpenWrt branding

2017-11-07 Thread Hauke Mehrtens
On 11/07/2017 09:45 AM, Zoltan HERPAI wrote: > Given that we've decided to sail under the same flag for > the benefit of the whole community, and acknowledge the > achievements of the LEDE project, let's start the final > steps of the merge. > > The git and other sources are untouched until the

[OpenWrt-Devel] [PATCH packages] rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)

2017-11-07 Thread Rafał Miłecki
From: Rafał Miłecki This method allows getting basic info about a queried container. It's based on the lxc-info command-line tool. Example output: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "RUNNING", "pid": 2946, "ips":

Re: [OpenWrt-Devel] [PATCH packages] rpcd-mod-lxc: add "info" ubus method (similar to the lxc-info)

2017-11-07 Thread Luka Perkov
> On Nov 7, 2017, at 12:02 PM, Rafał Miłecki wrote: > > From: Rafał Miłecki > > This method allows getting basic info about a queried container. It's > based on the lxc-info command-line tool. > > Example output: >> ubus call lxc info '{ "name": "foo" }' >