Hi Hans,
In LuCI GitHub issue 963 (https://github.com/openwrt/luci/issues/963),
a user discovered that LuCI incorrectly reports dnsmasq infinite
leasetime as expired because the LuCI check is based on odhcpd's -1 for
INFINITE_VALID, but dnsmasq uses 0 in the dhcp.leases file for
infinite leases.
I have a rb493g. How would I test the sysupgrade? I am currently running
openwrt 15.01.
Thanks
Tim
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
From: Ben Greear
The driver had a bug when calculating the rateset. This resolves
that and allows full VHT mcs rates on 2x2 hardware.
Signed-off-by: Ben Greear
---
package/kernel/ath10k-ct/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/ath10k-c
From: Ben Greear
This doesn't actually limit it to VHT40 rates on ath10k,
it seems, but it does let it run VHT 80 rates, which
seems better than disable VHT entirely.
Signed-off-by: Ben Greear
---
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh | 4 ++--
1 file changed, 2 inserti
The files this package uses all were either written from scratch or
are from a Netgear open source release, the Quantenna wifi card
actually runs its own Linux distribution which means its internal
software is open source (it's a weird wifi card). Also all of the
license headers on the Quantenna p
Hi everyone,
i built LEDE without dnsmasq but with odhcp instead. Mainly out of curiosity
and to test a recent PR by Eric Luehrsen regarding unbound+odhcp.
Just a couple of questions to help me understand why things are the way they
are:
A) In ifaces.lua, it says "Display DNS settings if dnsm
On 19 January 2017 21:08:40 CET, Felix Fietkau wrote:
>On 2017-01-19 19:12, Toke Høiland-Jørgensen wrote:
>> Given the stability issues with HFSC, move that from kmod-sched-core
>to
>> kmod-sched and replace it with HTB.
>>
>> This has the added benefit of enabling sqm-scripts to downgrade its
On 2017-01-19 19:12, Toke Høiland-Jørgensen wrote:
> Given the stability issues with HFSC, move that from kmod-sched-core to
> kmod-sched and replace it with HTB.
>
> This has the added benefit of enabling sqm-scripts to downgrade its
> dependency from kmod-sched to kmod-sched-core, potentially ma
Given the stability issues with HFSC, move that from kmod-sched-core to
kmod-sched and replace it with HTB.
This has the added benefit of enabling sqm-scripts to downgrade its
dependency from kmod-sched to kmod-sched-core, potentially making it
useful on devices with little flash.
Signed-off-by:
Route proto support is usefull when using route distribution
via a routing daemon.
The route proto parameter can be specified via the route proto
uci config parameter, it can hold a numerical value or the string
values unspec, kernel, boot, static or a string present in
/etc/iproute2/rt_protos.
Si
Hi Patrick,
Please see
https://lede-project.org/docs/guide-developer/the-source-code?s[]=patch
for submitting patches.
I have no idea how Quantenna's licensing works - are third parties
allowed to distribute it freely?
Cheers
Stijn
___
Lede-dev
On Donnerstag, 19. Januar 2017 15:22:25 CET Petr Štetiar wrote:
[...]
> You or someone else for OpenMesh has put so much energy to make the U-Boot use
> RSA keys for image verification, but on the other hand you keep the ART
> partition, where you store the RSA key, writable from the system.
[]
Simon Wunderlich [2016-11-17 11:19:48]:
Hi Simon,
> On the other hand, swapping the u-boot is not so trivial, at least without
> opening/soldering/modifying the flash from outside, which is considered a
> reasonable hurdle.
the more I'm exploring the secrets of U-Boot code with pepe2k's help,
An -1 returned by ubus_msg_writev() will be interpreted as
UINT_MAX during a check to see how much data had could be
written on the socket.
Because sizeof() will return size_t it will promote the
comparsion to unsigned
Signed-off-by: Mihai Richard
---
ubusd.c | 5 +++--
1 file changed, 3 insert
On 2017-01-19 11:38, Jaap Buurman wrote:
> Hi all,
>
> According to Dave Täht the following code disables Airtime Fairness:
>
> for i in /sys/kernel/debug/ieee80211/phy*/*/airtime_flags
>
> do
> echo 0 > $i
> done
>
>
>
> Wouldn't it be a good idea to ship Lede with ATF baked in, but
> disabl
Hi all,
According to Dave Täht the following code disables Airtime Fairness:
for i in /sys/kernel/debug/ieee80211/phy*/*/airtime_flags
do
echo 0 > $i
done
Wouldn't it be a good idea to ship Lede with ATF baked in, but
disabled at default? That would allow end-users to easily enable ATF.
Since
16 matches
Mail list logo