Hi,
Luci doesn't show dhcpv6 leases from a dnsmasq lease file. For dhcpv6, the
second entry of a lease is the IAID. The
parsing code expects a MAC instead of a IAID. I did fix this for me. I'm not
sure, if there is any influence, if the MAC
of a lease entry is zero.
Regards,
Hartmut
diff --git
Support ported from ar71xx.
Signed-off-by: Paul Fertser
---
.../ath79/dts/ar7240_dlink_dir-600-a1.dtsi| 173 ++
.../ath79/dts/ar7240_dlink_dir-615-e4.dts | 19 ++
target/linux/ath79/image/tiny.mk | 16 ++
.../ath79/tiny/base-files/etc/board.d/01_leds | 7
Hi Kristian,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Kristian Evensen
> Sent: Samstag, 2. November 2019 15:19
> To: openwrt-devel@lists.openwrt.org
> Cc: Kristian Evensen
> Subject: [OpenWrt-Devel] [PATCH v3 2/2] ramips: A
Hello dear reviewers,
On Sun, Nov 03, 2019 at 02:32:47PM +0300, Paul Fertser wrote:
> + mac: partition@3b {
> + reg = <0x3b 0x1>;
> + label = "mac";
> + read-only;
> +
Hi Adrian,
On Sun, Nov 3, 2019 at 12:36 PM wrote:
>
> Hi Kristian,
>
> > -Original Message-
> > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> > On Behalf Of Kristian Evensen
> > Sent: Samstag, 2. November 2019 15:19
> > To: openwrt-devel@lists.openwrt.org
> > Cc:
> -Original Message-
> From: Kristian Evensen [mailto:kristian.even...@gmail.com]
> Sent: Sonntag, 3. November 2019 14:35
> To: Adrian Schmutzler
> Cc: OpenWrt Development List
> Subject: Re: [OpenWrt-Devel] [PATCH v3 2/2] ramips: Add support for ZBT
> WE1026-H
>
> Hi Adrian,
>
> On Sun
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Kristian Evensen
> Sent: Samstag, 2. November 2019 15:19
> To: openwrt-devel@lists.openwrt.org
> Cc: Kristian Evensen
> Subject: [OpenWrt-Devel] [PATCH v3 0/2] Add support for the ZBT
On Fri, 1 Nov 2019 at 21:55, Hauke Mehrtens wrote:
>
> This decreases the binary size when PIE ASLR is activated by 8% on MIPS BE.
>
> old:
> 202,020 /usr/sbin/dnsmasq
>
> new:
> 185,676 /usr/sbin/dnsmasq
Nice reduction.
>
> Signed-off-by: Hauke Mehrtens
> ---
> package/network/services/dnsmas
Branch: refs/heads/master
Home: https://github.com/sdwalker/sdwalker.github.io
Commit: edbcf027e04633597eb6c06b3962171418e2fc13
https://github.com/sdwalker/sdwalker.github.io/commit/edbcf027e04633597eb6c06b3962171418e2fc13
Author: Stephen Walker
Date: 2019-11-03 (Sun, 03 Nov 2
If set, label MAC address is available from one of two sources,
device tree or board.json. So far, the function get_mac_label
was meant for retrieving the address, while an option in uci
system config was specified only for case 2 (board.json).
Since this has been perceived as counter-intuitive, t
From: Rosy Song
If a label MAC address is provided for device, system
will rename the hostname with OpenWrt_{eui mac address}.
This helps to distinguish between different devices.
Signed-off-by: Rosy Song
[merged with commit introducing macaddr_geteui, rebased on updated
label MAC address stora
Hi,
can you cherry-pick the following two commits to openwrt-19-07 branch:
* 853e4dd3062df7cb5704b15d6af6730e3194b571 (ipqx0xx: add Generic subtarget)
* 40e3f660c1c0f400092cce09feb8c13bec97caeb (uboot-fritz4040: build with
ipq40xx "generic" subtarget)
We use this since some time in our freifunk
Hi Sven,
done.
~ Jo
signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
This commit changes the behaviour of UUID generation. Instead of using
the rand module of perl, generating a random UUID per compile, it now
hashes the SOURCE_DATE_EPOCH, resulting in a reproducible UUID.
Signed-off-by: Paul Spooren
---
target/linux/x86/image/Makefile | 2 +-
1 file changed, 1 i
On Sun, Nov 3, 2019 at 11:23 AM Jonas Gorski wrote:
>
> On Fri, 1 Nov 2019 at 21:55, Hauke Mehrtens wrote:
> >
> > This decreases the binary size when PIE ASLR is activated by 8% on MIPS BE.
> >
> > old:
> > 202,020 /usr/sbin/dnsmasq
> >
> > new:
> > 185,676 /usr/sbin/dnsmasq
>
> Nice reduction.
Hi Hauke
On Sat, 2 Nov 2019 at 00:07, Hauke Mehrtens wrote:
>
> When we jump back to a save point in UCI_THROW() with longjmp all the
> registers will be reset to the old values when we called UCI_TRAP_SAVE()
> last time, but the memory is not restored. This will revert all the
> variables which
On Mon, 4 Nov 2019 at 07:47, Paul Spooren wrote:
>
> This commit changes the behaviour of UUID generation. Instead of using
> the rand module of perl, generating a random UUID per compile, it now
> hashes the SOURCE_DATE_EPOCH, resulting in a reproducible UUID.
>
> Signed-off-by: Paul Spooren
> -
17 matches
Mail list logo