Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Felix Fietkau
On 2016-01-24 17:35, Felix Fietkau wrote: > On 2016-01-24 13:06, Christian Schoenebeck wrote: >> I'm currently looking on ddns-scripts and still got certificate problems >> I'm on r48470 including ca-certificates package installed >> >> root@OpenWrt:~# uclient-fetch -O- >>

Re: [OpenWrt-Devel] [PATCH] busybox: sysntpd - use NTP servers received via DHCP

2016-01-25 Thread Amine Aouled Hamed
So using the latest procd version, I added a simple logger message on top start_service() in sysntpd and added the triggers in service_triggers and to test I just unplugged and re-plugget my network cable and checked logread. Nothing shows up. On Mon, Jan 25, 2016 at 10:26 AM, Amine Aouled Hamed

Re: [OpenWrt-Devel] [PATCH] busybox: sysntpd - use NTP servers received via DHCP

2016-01-25 Thread Bastian Bittorf
* Amine Aouled Hamed [25.01.2016 14:53]: > So using the latest procd version, > I added a simple logger message on top start_service() in sysntpd and added > the triggers in service_triggers and to test I just unplugged and > re-plugget my network cable and checked logread. >

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-25 19:14, Arjen de Korte wrote: Citeren Felix Fietkau : On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate

[OpenWrt-Devel] BGP-LS support in OPENWRT

2016-01-25 Thread Iben Rodriguez
It's been great to see how some new protocols like HomeNet[1] get supported in latest Trunk of OpenWRT and I was wondering if there was any plan or possibility to do the same for BGP-LS and PCEP? Path Computation Element Protocol (PCEP) is used for communicating Label Switched Paths (LSPs)

Re: [OpenWrt-Devel] [PATCH] busybox: sysntpd - use NTP servers received via DHCP

2016-01-25 Thread Amine Aouled Hamed
this is the patch: --- package/utils/busybox/files/sysntpd | 8 1 file changed, 8 insertions(+) diff --git a/package/utils/busybox/files/sysntpd b/package/utils/busybox/files/sysntpd index f73bb83..2e7a47d 100755 --- a/package/utils/busybox/files/sysntpd +++

Re: [OpenWrt-Devel] [PATCH] busybox: ntpd - Add support for NTP servers received from DHCP

2016-01-25 Thread Amine Aouled Hamed
My bad, could this be deleted please? Thanks On Mon, Jan 25, 2016 at 5:03 PM, amine ahd wrote: > --- > package/utils/busybox/files/sysntpd | 8 > 1 file changed, 8 insertions(+) > > diff --git a/package/utils/busybox/files/sysntpd >

[OpenWrt-Devel] [PATCH] busybox: ntpd - Add support for NTP servers received from DHCP

2016-01-25 Thread amine ahd
--- package/utils/busybox/files/sysntpd | 8 1 file changed, 8 insertions(+) diff --git a/package/utils/busybox/files/sysntpd b/package/utils/busybox/files/sysntpd index f73bb83..2e7a47d 100755 --- a/package/utils/busybox/files/sysntpd +++ b/package/utils/busybox/files/sysntpd @@ -15,6

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Arjen de Korte
Citeren Felix Fietkau : On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 including ca-certificates package installed root@OpenWrt:~#

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Felix Fietkau
On 2016-01-25 19:14, Arjen de Korte wrote: > Citeren Felix Fietkau : > >> On 2016-01-24 17:35, Felix Fietkau wrote: >>> On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470 including

[OpenWrt-Devel] [PATCH] dnsmasq: Don't add local hostname if ula prefix is not specified

2016-01-25 Thread Hans Dedecker
Commit 6a7e56b adds support for adding local hostname for own lan ula adress but if ula prefix is not specified results into an invalid config (address=/OpenWrt.lan/1) causing dnsmasq not to start up. Use lanaddr6 when adding local hostname as the lan ula address is constructed based on the UCI

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Felix Fietkau
On 2016-01-25 18:58, Christian Schoenebeck wrote: > Am 25.01.2016 um 14:50 schrieb Felix Fietkau: >> On 2016-01-24 17:35, Felix Fietkau wrote: >>> On 2016-01-24 13:06, Christian Schoenebeck wrote: I'm currently looking on ddns-scripts and still got certificate problems I'm on r48470

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Christian Schoenebeck
Am 25.01.2016 um 14:50 schrieb Felix Fietkau: > On 2016-01-24 17:35, Felix Fietkau wrote: >> On 2016-01-24 13:06, Christian Schoenebeck wrote: >>> I'm currently looking on ddns-scripts and still got certificate problems >>> I'm on r48470 including ca-certificates package installed >>> >>>

[OpenWrt-Devel] [PATCH 00/13] improve reproducible builds

2016-01-25 Thread Alexander Couzens
Hi, the following patches improve the reproducible builds of openwrt. Monthly test build to track the state of reproducibility can be found on https://tests.reproducible-builds.org/openwrt/openwrt.html Best, lynxis Alexander Couzens (8): busybox: disable timestamp in version include/image:

[OpenWrt-Devel] [PATCH 02/13] busybox: disable timestamp in version

2016-01-25 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- package/utils/busybox/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/utils/busybox/Makefile b/package/utils/busybox/Makefile index 5ca4363..95e785b 100644 --- a/package/utils/busybox/Makefile +++

[OpenWrt-Devel] [PATCH 07/13] include/kernel: set build timestamp to SOURCE_DATE_EPOCH if available

2016-01-25 Thread Alexander Couzens
There is no additional information in the build timestamp. As long we have no information on the kernel timestamp, use as constant base for this timestamp the OpenWrt repository. Signed-off-by: Alexander Couzens --- include/kernel.mk | 6 ++ 1 file changed, 6 insertions(+)

[OpenWrt-Devel] [PATCH 03/13] include/kernel: sort module lists for reproducibility

2016-01-25 Thread Alexander Couzens
From: bryan newbold This is to get reproducible builds of, eg, the kmod-sched ipkg. Locale preferences can change build order, but the locale is already been defined for the entire build process, so it doesn't need to be specified here. Signed-off-by: bryan newbold

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Christian Schoenebeck
Am 25.01.2016 um 19:10 schrieb Felix Fietkau: > On 2016-01-25 18:58, Christian Schoenebeck wrote: >> Am 25.01.2016 um 14:50 schrieb Felix Fietkau: >>> On 2016-01-24 17:35, Felix Fietkau wrote: On 2016-01-24 13:06, Christian Schoenebeck wrote: > I'm currently looking on ddns-scripts and

[OpenWrt-Devel] [PATCH 09/13] build system: have tar use $SOURCE_DATE_EPOCH for --mtime

2016-01-25 Thread Alexander Couzens
From: bryan newbold The --mtime argument to 'tar' sets the modification time for all files within the archive, which determines the timestamp files will get when they are extracted. In this case, rootfs and other tarballs will get mtimes which correspond to the last

[OpenWrt-Devel] [PATCH 08/13] package/Makefile: override opkg installation time when SOURCE_DATE_EPOCH set

2016-01-25 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- package/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/Makefile b/package/Makefile index 12bd0ae..0c93607 100644 --- a/package/Makefile +++ b/package/Makefile @@ -7,6 +7,8 @@ curdir:=package

[OpenWrt-Devel] [PATCH 13/13] Makefile: fix --mtime usage with SOURCE_DATE_EPOCH fixup

2016-01-25 Thread Alexander Couzens
--- include/image.mk | 4 ++-- include/kernel-build.mk| 2 +- scripts/sysupgrade-nand.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/image.mk b/include/image.mk index 044dd1a..bfdfab9 100644 --- a/include/image.mk +++ b/include/image.mk @@ -188,7

[OpenWrt-Devel] [PATCH 12/13] ar71xx/image: use SOURCE_DATE_EPOCH for mksquashfs-lzma

2016-01-25 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/ar71xx/image/Makefile | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 080d960..5768cbd 100644 ---

[OpenWrt-Devel] [PATCH 01/13] Makefile: set timezone to UTC

2016-01-25 Thread Alexander Couzens
From: bryan newbold This is necessary for reproducible image builds. Signed-off-by: bryan newbold --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a12e3ea..8ba2bfc 100644 --- a/Makefile

[OpenWrt-Devel] [PATCH 05/13] include/image: introduce SOURCE_DATE_EPOCH variable in image context

2016-01-25 Thread Alexander Couzens
SOURCE_DATE_EPOCH is the date of the last modified file using git/svn as date source. See https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens --- include/image.mk| 1 + scripts/getsource_date_epoch.sh | 31

[OpenWrt-Devel] [PATCH 06/13] tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds

2016-01-25 Thread Alexander Couzens
From: bryan newbold This pulls in Paul Kocialkowski's SOURCE_DATE_EPOCH support patch for u-boot, which landed upstream circa July 2015. Note that this "host" u-boot repo is only used to compile the 'mkimage' utility, and isn't used to actually compile a bootloader for

[OpenWrt-Devel] [PATCH 04/13] include/kernel: add custom USER/DOMAIN config options

2016-01-25 Thread Alexander Couzens
From: bryan newbold These allow the generated kernel's build metadata to be defined explicitly. This metadata is reported, eg, at boot time and in `uname -a` on running systems. If the variables aren't configured, the current build system username and hostname are used as

[OpenWrt-Devel] [PATCH 11/13] include/image: use SOURCE_DATE_EPOCH if set for squashfs + ext4 images

2016-01-25 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- include/image.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/image.mk b/include/image.mk index bf400f4..044dd1a 100644 --- a/include/image.mk +++ b/include/image.mk @@ -174,7 +174,7 @@ $(eval $(foreach

[OpenWrt-Devel] [PATCH 10/13] include/image: don't save gzip name/timestamp metadata

2016-01-25 Thread Alexander Couzens
Signed-off-by: bryan newbold --- include/image.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/image.mk b/include/image.mk index d471788..bf400f4 100644 --- a/include/image.mk +++ b/include/image.mk @@ -250,10 +250,9 @@ define

Re: [OpenWrt-Devel] BGP-LS support in OPENWRT

2016-01-25 Thread Juliusz Chroboczek
> It's been great to see how some new protocols like HomeNet[1] get > supported in latest Trunk of OpenWRT and I was wondering if there was any > plan or possibility to do the same for BGP-LS and PCEP? Iben, The routing package feed is part of the default configuration of OpenWRT. Both Bird and

Re: [OpenWrt-Devel] DD: CONFIG_BUSYBOX_DEFAULT_WGET is not set

2016-01-25 Thread Felix Fietkau
On 2016-01-25 22:07, Christian Schoenebeck wrote: > Am 25.01.2016 um 19:10 schrieb Felix Fietkau: >> On 2016-01-25 18:58, Christian Schoenebeck wrote: >>> Am 25.01.2016 um 14:50 schrieb Felix Fietkau: On 2016-01-24 17:35, Felix Fietkau wrote: > On 2016-01-24 13:06, Christian Schoenebeck

[OpenWrt-Devel] [PATCH v2] brcm63xx: add support for ZyXEL P870HNU-51b

2016-01-25 Thread Mohammed Berdai
This router is a ZyXEL VDSL2 router and its board has : chip ID: BCM6368B2, MIPS: 400MHz, Total Flash size: 16384K with 128 sectors Total Memory: 67108864 bytes (64MB) Board Id (0-15): 96368MVWG with a usb port, and wifi Broadcom bcm43222. This router requires the image to have: --signature

Re: [OpenWrt-Devel] [PATCH] busybox: sysntpd - use NTP servers received via DHCP

2016-01-25 Thread Amine Aouled Hamed
Hi Felix, Actually I made my tests on an old version of OpenWrt, maybe procd changed since that version. Will make another tests using the current version and let you know of the results. On Fri, Jan 22, 2016 at 2:39 PM, Felix Fietkau wrote: > On 2016-01-22 14:12, Amine Aouled

Re: [OpenWrt-Devel] Discussion: Replace BUSYBOX NSLOOKUP by hostip package

2016-01-25 Thread Felix Fietkau
On 2016-01-24 00:06, Christian Schoenebeck wrote: > For some (good) reason you decided to remove wget from BusyBox and replace it > by uclient-fetch. > Why not also remove nslookup from BusyBox. > - If compiled with musl it malfunction with given dns-server > - use hostip package

Re: [OpenWrt-Devel] [PATCH 4/4] ramips: HLK-RM04 - Enable GPIO14 for WPS button

2016-01-25 Thread Piotr Dymacz
Hello John, 2016-01-22 21:56 GMT+01:00 John Clark : >>>Also note that target/linux/ramips/dts/WT1520.dtsi is for the "Nexx >>> WT1520" and should be named "WT1520.dts" instead. I will send that change >>> through as a different patch. The dtsi file contains common definitions

[OpenWrt-Devel] [PATCH] kernel: wpan: mrf24j40 depends on regmap-spi

2016-01-25 Thread Daniel Golle
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to kmod-regmap. Found by buildbot: Package kmod-mrf24j40 is missing dependencies for the following libraries: regmap-spi.ko Signed-off-by: Daniel Golle --- package/kernel/linux/modules/wpan.mk | 2 +- 1 file

Re: [OpenWrt-Devel] [PATCH] kernel: wpan: mrf24j40 depends on regmap-spi

2016-01-25 Thread Felix Fietkau
On 2016-01-25 11:43, Daniel Golle wrote: > kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to > kmod-regmap. > > Found by buildbot: > Package kmod-mrf24j40 is missing dependencies for the following libraries: > regmap-spi.ko > > Signed-off-by: Daniel Golle

[OpenWrt-Devel] [PATCH v2] kernel: wpan: mrf24j40 depends on regmap-spi

2016-01-25 Thread Daniel Golle
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to kmod-regmap. Found by buildbot: Package kmod-mrf24j40 is missing dependencies for the following libraries: regmap-spi.ko Signed-off-by: Daniel Golle --- package/kernel/linux/modules/wpan.mk | 2 +- 1 file