Signed-off-by: Koen Vandeputte
---
Depends on patch: "cns3xxx: add preliminary 4.9 support"
target/linux/cns3xxx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile
index c8d6251..817bb31 100644
--- a/target
Signed-off-by: Koen Vandeputte
---
target/linux/cns3xxx/config-4.4| 291 -
.../patches-4.4/000-cns3xxx_arch_include.patch | 8 -
.../patches-4.4/001-arm_openwrt_machtypes.patch| 7 -
.../010-arm_introduce-dma-fiq-irq-broadcast.patch | 80 -
Hi,
I am trying to build 17.01 for x86 Geode target but it is failing to
build luasocket.
My build environment is Debian 8, x86_64.
git branch
* lede-17.01
master
git status
On branch lede-17.01
Your branch is up-to-date with 'origin/lede-17.01'.
nothing to commit, working directory clean
From: Rafał Miłecki
This trivial patch just reverses argument logic to make it a bit more
consistent with struct interface which contains "multicast" field. This
hopefully will make typos less likely and code easier to follow.
Signed-off-by: Rafał Miłecki
---
announce.c | 2 +-
cache.c |
sha256sum for both
http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz
and locally created archive from git doesn't match expected
ae77504a4397f92173a7646fa3555e5b51abd7ff1dd1c419770223359e41937a
So we update checksum.
Signed-off-by: Alexey Brodkin
Cc: John Crispin
---
package/sys
This commit reverts 42f3c1f ("arc770: fix broken upstream change")
and simultaneously adds back-ported fix from Linus' tree:
a524c218bc94 ("ARC: [arcompact] brown paper bag bug in unaligned
access delay slot fixup").
Note mentioned patch will appear in stable trees soon as well so
IMHO there's not
From: Rafał Miłecki
It's a common practice to add such comments to make it clear break
instruction was skipped on purpose.
Signed-off-by: Rafał Miłecki
---
announce.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/announce.c b/announce.c
index d1aca5b..03c7b8f 100644
--- a/announce.c
+++
Hi John,
One of the daemons I use takes sometime a couple of seconds to close
after receiving SIGTERM, so when I issue "/etc/init.d/mydaemon
restart" there will be 2 instances of that service running in parallel
until the initial instance will finally manage to handle the SIGTERM
signal. This daem
Hi John,
One of the daemons I use takes sometime a couple of seconds to close
after receiving SIGTERM, so when I issue "/etc/init.d/mydaemon
restart" there will be 2 instances of that service running in parallel
until the initial instance will finally manage to handle the SIGTERM
signal. This daem
Hello,
The following patch (submitted by you) has been updated in patchwork:
* lede: [LEDE-DEV] iperf3: update to version 3.1.5 and download via git
- http://patchwork.ozlabs.org/patch/715468/
- for: LEDE development
was: New
now: Superseded
This email is a notification only -
Signed-off-by: Koen Vandeputte
---
.../100-remove-cryptoapi-dependencies.patch| 124 +++--
...ath9k_hw-issue-external-reset-for-QCA955x.patch | 51 +
.../mac80211/patches/530-ath9k_extra_leds.patch| 12 +-
.../621-rt2x00-add-support-for-mt7620.patch|
Allows to change channels on-the-fly using CSA when using IBSS.
Signed-off-by: Koen Vandeputte
---
fyi: Fix is still awaiting upstream approval
.../320-mac80211-fix-CSA-in-IBSS-mode.patch| 34 ++
1 file changed, 34 insertions(+)
create mode 100644
package/kernel/
applied to trunk and lede-17.01
John
On 08/02/2017 15:01, Alexey Brodkin wrote:
> This commit reverts 42f3c1f ("arc770: fix broken upstream change")
> and simultaneously adds back-ported fix from Linus' tree:
> a524c218bc94 ("ARC: [arcompact] brown paper bag bug in unaligned
> access dela
Hi,
superseded by a procd update in my staging tree.
John
On 08/02/2017 14:34, Alexey Brodkin wrote:
> sha256sum for both
> http://sources.lede-project.org/ubox-2017-01-15-5649c028.tar.xz
> and locally created archive from git doesn't match expected
> ae77504a4397f92173a7646fa3555e5b51a
On 08/02/2017 15:55, Alin Năstac wrote:
> Hi John,
>
> One of the daemons I use takes sometime a couple of seconds to close
> after receiving SIGTERM, so when I issue "/etc/init.d/mydaemon
> restart" there will be 2 instances of that service running in parallel
> until the initial instance will
Hi John,
On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote:
> Hi,
>
> superseded by a procd update in my staging tree.
Ok I just wanted to make sure we may build reliably everything from
the very scratch (i.e. after "make distclean") for 2017.01 release.
-Alexey
On 08/02/2017 14:04, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> This trivial patch just reverses argument logic to make it a bit more
> consistent with struct interface which contains "multicast" field. This
> hopefully will make typos less likely and code easier to follow.
>
> Signed-off-
On 08/02/2017 15:20, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> It's a common practice to add such comments to make it clear break
> instruction was skipped on purpose.
>
> Signed-off-by: Rafał Miłecki
Acked-by: John Crispin
feel free to push the changes to the repo
> ---
> announce.c
On 08/02/2017 16:22, Alexey Brodkin wrote:
> Hi John,
>
> On Wed, 2017-02-08 at 16:20 +0100, John Crispin wrote:
>> Hi,
>>
>> superseded by a procd update in my staging tree.
>
> Ok I just wanted to make sure we may build reliably everything from
> the very scratch (i.e. after "make distclean")
From: Rafał Miłecki
This function doesn't really do anything service specify, it just sends
an A(AAA) records. It could probably be used even without any services
registered.
Signed-off-by: Rafał Miłecki
---
dns.c | 32 +++-
dns.h | 1 +
interface.c |
The pid is in $1, not $pid.
Use proper test condition for nonmatching exe warning.
Signed-off-by: Günther Kelleter
---
scripts/netifd-wireless.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/netifd-wireless.sh b/scripts/netifd-wireless.sh
index 87d13ca..106c49d
On 08/02/2017 16:47, Rafał Miłecki wrote:
> From: Rafał Miłecki
>
> This function doesn't really do anything service specify, it just sends
> an A(AAA) records. It could probably be used even without any services
> registered.
>
> Signed-off-by: Rafał Miłecki
Acked-by: John Crispin
feel fre
From: Rafał Miłecki
This simplifies code without changing any behavior. Having this call in
service_reply required checking two conditions and was making code flow
harder to follow.
There are 2 more service_reply calls in the project:
1) In service_announce_services where we iterate over &servic
On Wed, 2017-02-08 at 16:30 +0530, Nishant Sharma wrote:
>
> I was able to buid images successfully for x86_64 (APU2) and ar71xx
> (mikrotik). But no joy with x86 geode.
It worked for me with the config at http://david.woodhou.se/geos.config
(building on x86_64 Fedora 25). At least, it builds an
-mXXX option is deprecated already in arc-2016.03 toolchain
and removed completely starting from arc-2016.09.
Direct replacement is -mcpu=XXX which is already supported by
arc-2016.03 used today in Lede.
With that change we'll be ready for ARC toolchain update still
keeping everything working wit
25 matches
Mail list logo