Okay, I'll move it to a separate patch.
> El 15/7/2015, a las 7:32, John Crispin escribió:
>
>
>
>> On 14/07/2015 20:15, Álvaro Fernández Rojas wrote:
>> - Add upstream (bcm2835) modules and improve downstream ones (bcm2708)
>> - Override disabled device tree module status from config.txt
>>
You're right, device tree doesn't provide that functionality directly, but
there's a preinit script which exports it from DT:
https://github.com/openwrt-es/openwrt/blob/master/package/base-files/files/lib/preinit/10_sysinfo
The LEDs are exported from DT and network config is the same for all boar
On 15 July 2015 at 07:05, Cezary Jackiewicz wrote:
> @@ -6,6 +6,25 @@
> model = "Huawei EchoLife HG553";
> compatible = "huawei,hg553", "brcm,bcm6358";
>
> + gpio-keys-polled {
> + compatible = "gpio-keys-polled";
> + #address-cells = <1>;
> +
although this is not common practice i find the default way of handling
config files sub optimal and error prone. this is why i do what you
proposed for ramips already. lets see if anyone else complains otherise
i am fine with this change
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote:
> Sign
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote:
> - Add upstream (bcm2835) modules and improve downstream ones (bcm2708)
> - Override disabled device tree module status from config.txt
>
> Signed-off-by: Álvaro Fernández Rojas
> ---
> target/linux/brcm2708/image/config.txt | 6 +++
> targe
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote:
> Device tree exports board name/model and device LEDs.
>
this patch makes no sense to me and removes functionality. DT does not
provide this functionality at all.
John
> Signed-off-by: Álvaro Fernández Rojas
> ---
> .../brcm2708/b
On 14/07/2015 20:15, Álvaro Fernández Rojas wrote:
> Device tree exports board name/model and device LEDs.
>
this patch makes no sense to me and removes functionality. DT does not
provide this functionality at all.
John
> Signed-off-by: Álvaro Fernández Rojas
> ---
> .../brcm2708/b
Sorry, I must admit that there was a mistake in my tests.
Patch already declined.
In email dated Вторник - 14 июля 2015 22:43:36 user Daniel Petre wrote:
> On 06/28/2015 09:16 PM, N.Leiten wrote:
> > Hi.
> >
> > There's some general problem in hostapd configuration for several devices
> > was o
This patch adds buttons support for Huawei EchoLife HG553.
Signed-off-by: Cezary Jackiewicz
---
diff --git a/target/linux/brcm63xx/dts/hg553.dts
b/target/linux/brcm63xx/dts/hg553.dts
index 140e2de..fa22403 100644
--- a/target/linux/brcm63xx/dts/hg553.dts
+++ b/target/linux/brcm63xx/dts/hg553.dt
On Tuesday, July 14, 2015 05:35:13 PM Chris Blake wrote:
> Not sure if this helps, but the recent Cisco Meraki AP drop includes a
> newish PHY driver for the at8033/8035.
> The GPL source is at
> http://dl.meraki.net/linux/meraki-firmware-sources-r23-20150601.tar.bz2 and
> a copy of the actual fil
Not sure if this helps, but the recent Cisco Meraki AP drop includes a
newish PHY driver for the at8033/8035.
The GPL source is at
http://dl.meraki.net/linux/meraki-firmware-sources-r23-20150601.tar.bz2 and
a copy of the actual file can be found at
https://github.com/riptidewave93/meraki-linux/blo
On 14/07/15 15:05, Reiner Herrmann wrote:
> On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote:
>> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann :
>>> To improve reproducibility, prevent the inclusion of timestamps
>>> in the gzip header.
>>
>> This looks fine to me, this also unveils a l
On Sun, Jul 12, 2015 at 12:06:01PM -0700, Florian Fainelli wrote:
> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann :
> > To improve reproducibility, prevent the inclusion of timestamps
> > in the gzip header.
>
> This looks fine to me, this also unveils a lot of repetition in how we
> invoke gzip and i
Signed-off-by: Daniel Golle
---
package/boot/uboot-envtools/files/mvebu | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/boot/uboot-envtools/files/mvebu
b/package/boot/uboot-envtools/files/mvebu
index 13b48fd..bed3b23 100644
--- a/package/boot/uboot-envtools/files/mvebu
+++ b/packa
This adds support for the BUFFALO LinkStation LS421DE aka. LS-M 88f6710
aka. Yanagi, a dual-bay SATA-II gigE NAS box featuring the Marvell
Armada-370 88F6710 SoC. It comes with 512 MB NAND flash, a tiny 1 MB
SPI NOR flash for U-Boot and 512 MB DDR SDRAM. It got an on-board
USB 3.0 host controller w
Signed-off-by: Daniel Golle
---
package/kernel/linux/modules/other.mk | 15 +++
1 file changed, 15 insertions(+)
diff --git a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index 473f063..b4907f4 100644
--- a/package/kernel/linux/modules/other.mk
+++ b
On 2015-07-14 12:12, chrono wrote:
more on the Telekom Speedstick LTE V (Huawei 3372s) from here:
That's great news! Did you try if option device '/dev/cdc-wdm0' works
as
well? I was able to borrow a E3372, and will try the patch soon as
well.
I do have cdc-wdm0 availabe and IIRC, I tested
On 06/28/2015 09:16 PM, N.Leiten wrote:
> Hi.
>
> There's some general problem in hostapd configuration for several devices was
> observed. In vanilla trunk versions of openwrt I got nearly 40-45Mbit/s speed
> on Ralink RT5350 based devices and Atheros AR71xx platform (tp-link wr841nd).
> The p
Nope, just "make kernel_menuconfig".
Anyway, I think we should separate the config because there are many
differences between both subtargets.
El 14/07/2015 a las 20:48, John Crispin escribió:
> How did you call menuconfig ... using "make kernel_menuconfig
> CONFIG_TARGET=subtarget" ?
>
> On 14/
How did you call menuconfig ... using "make kernel_menuconfig
CONFIG_TARGET=subtarget" ?
On 14/07/2015 20:33, Álvaro Fernández Rojas wrote:
> With the previous setup if you called kernel_menuconfig it resulted in
> totally breaking the target config for both subtargets.
>
> El 14/07/2015 a las 2
On 14/07/2015 20:00, Karl Palsson wrote:
> We're adding support for gpio irqs to all of ar71xx this late in the CC
> release?
i was not planning on merging the irq patch
> No possible side affects here?
see above
> Are the gpio irqs required
> for these platforms?
no
> What makes these t
With the previous setup if you called kernel_menuconfig it resulted in totally
breaking the target config for both subtargets.
El 14/07/2015 a las 20:31, Rafał Miłecki escribió:
> On 14 July 2015 at 20:15, Álvaro Fernández Rojas wrote:
>> Signed-off-by: Álvaro Fernández Rojas
>
> And some expl
On 14 July 2015 at 20:15, Álvaro Fernández Rojas wrote:
> Signed-off-by: Álvaro Fernández Rojas
And some explanation *why*? I guess it may be obvious for you (and
John?) but would be nice to include such info for other ppl :)
___
openwrt-devel mailing
Signed-off-by: Álvaro Fernández Rojas
---
target/linux/brcm2708/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile
index 015aa9c..6d8aba0 100644
--- a/target/linux/brcm2708/Makefile
+++ b/target/linux/brcm27
Signed-off-by: Álvaro Fernández Rojas
---
target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 8
target/linux/brcm2708/image/Makefile | 2 ++
2 files changed, 10 insertions(+)
diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk
b/target/linux/brcm270
- Add upstream (bcm2835) modules and improve downstream ones (bcm2708)
- Override disabled device tree module status from config.txt
Signed-off-by: Álvaro Fernández Rojas
---
target/linux/brcm2708/image/config.txt | 6 +++
target/linux/brcm2708/modules.mk | 71
Signed-off-by: Álvaro Fernández Rojas
---
target/linux/generic/config-4.1 | 6 ++
1 file changed, 6 insertions(+)
diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1
index 0712808..2dd4071 100644
--- a/target/linux/generic/config-4.1
+++ b/target/linux/generic/conf
Signed-off-by: Álvaro Fernández Rojas
---
target/linux/brcm2708/bcm2708/config-3.18| 326
target/linux/brcm2708/bcm2708/config-default | 4 -
target/linux/brcm2708/bcm2709/config-3.18| 358 +++
target/linux/brcm2708/bcm2709/config-default
Device tree exports board name/model and device LEDs.
Signed-off-by: Álvaro Fernández Rojas
---
.../brcm2708/base-files/etc/uci-defaults/01_leds | 11 ---
target/linux/brcm2708/base-files/lib/brcm2708.sh | 36 --
.../lib/preinit/03_preinit_do_brcm2708.sh | 9
- Add profiles for bcm2708 subtarget.
- Check subtarget for image generation.
Signed-off-by: Álvaro Fernández Rojas
---
.../linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 22 ++
.../brcm2708/bcm2709/profiles/RaspberryPi2.mk | 12 +---
target/linux/brcm2708/imag
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
We're adding support for gpio irqs to all of ar71xx this late in the CC
release?No possible side affects here? Are the gpio irqs required
for these platforms? What makes these two platforms special that they
can be added as new platforms this lat
2015-07-14 18:45 GMT+02:00 Martin Tippmann :
> 2015-07-14 11:34 GMT+02:00 John Crispin :
>>
>>
>> On 14/07/2015 11:18, valent.turko...@gmail.com wrote:
>>> I have your found out that NETSHe offers some of their firmwares for
>>> free download and testing with TDMA enbled driver:
>>> http://netshe.r
OpenSSL session caches create shared memory segments that appear as
files under /dev/shm. If there is not enough room there, execution
terminates with SIGBUS upon access. Even a single instance would exceed
512K.
On Tue, 2015-07-14 at 11:50 +0200, John Crispin wrote:
> what kind of usage do you ex
2015-07-14 11:34 GMT+02:00 John Crispin :
>
>
> On 14/07/2015 11:18, valent.turko...@gmail.com wrote:
>> I have your found out that NETSHe offers some of their firmwares for
>> free download and testing with TDMA enbled driver:
>> http://netshe.ru/files/NETSHe-3.0/
>
> looks like it is based on owr
Hi Bill,
I´m not sure about this. Do you have the source to confirm this ?
Fernando
On 14/07/2015 12:50, Bill Moffitt wrote:
My understanding is that UBNT has an ASIC in their devices to help
with the timing of the TDMA mode. My suspicion is that, without that
ASIC, "software only" TDMA would
After some more research I found that FreeBSD recently added TDMA
support to their ath driver [1]. Friend of mine just tried to use it
on some cheap TP-Link device but currently TDMA support is broken but
it will be fixed in next few days.
[1] https://wiki.freebsd.org/dev/ath%284%29
__
On 28 June 2015 at 05:37, Ian Kent wrote:
> Let me rework this using the bus number as you recommend.
> I'll repost my updated patch series once I've done that.
Hi Ian,
Is there any chance you'll find a moment for it anytime soon? It'd be
awesome to get R8000 support for CC release.
This is very useful for trimming images towards 4 MiB flash size.
Signed-off-by: Stephan Maka
---
tools/firmware-utils/src/mktplinkfw.c | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/tools/firmware-utils/src/mktplinkfw.c
b/tools/firmware-utils/src/mk
On 14/07/2015 17:18, Bruno Randolf wrote:
> On 07/14/2015 04:07 PM, John Crispin wrote:
>> its not about blaming but about figuring out what went wrong.
>
> Right, same here :)
>
>> i will be
>> on the laptop that i used for merging in abotu an hour and will see int
>> he logs which commands i
2015-07-14 17:50 GMT+02:00 Bill Moffitt :
> My understanding is that UBNT has an ASIC in their devices to help with the
> timing of the TDMA mode. My suspicion is that, without that ASIC, "software
> only" TDMA would probably not be precise enough to bring benefit.
>
> Does anyone have a better und
On Jul 14, 2015 10:56 PM, "Felix Fietkau" wrote:
>
> On 2015-05-24 09:36, Yousong Zhou wrote:
> > - "ifname" for Linux interface name.
> > - "interface" for netifd defined logical interface names as in
> >/etc/config/network.
> > - A few comments and variable renames for better readability.
My understanding is that UBNT has an ASIC in their devices to help with
the timing of the TDMA mode. My suspicion is that, without that ASIC,
"software only" TDMA would probably not be precise enough to bring benefit.
Does anyone have a better understanding of this?
-Bill
_
On 07/14/2015 04:07 PM, John Crispin wrote:
> its not about blaming but about figuring out what went wrong.
Right, same here :)
> i will be
> on the laptop that i used for merging in abotu an hour and will see int
> he logs which commands i called and which patch i applied exactly
It's commit ad
On 14/07/2015 17:05, Bruno Randolf wrote:
> On 07/14/2015 03:34 PM, John Crispin wrote:
>>
>>
>> On 14/07/2015 14:41, Bruno Randolf wrote:
>>> On 07/14/2015 12:43 PM, Jernej Izak wrote:
ifneq (y,)
bash: -c: line 0: syntax error near unexpected token `y,'
bash: -c: line 0:
On 07/14/2015 03:34 PM, John Crispin wrote:
>
>
> On 14/07/2015 14:41, Bruno Randolf wrote:
>> On 07/14/2015 12:43 PM, Jernej Izak wrote:
>>> ifneq (y,)
>>>
>>> bash: -c: line 0: syntax error near unexpected token `y,'
>>>
>>> bash: -c: line 0: `ifneq (y,)'
>>
>> That looks like being caused by m
On 2015-05-24 09:36, Yousong Zhou wrote:
> - "ifname" for Linux interface name.
> - "interface" for netifd defined logical interface names as in
>/etc/config/network.
> - A few comments and variable renames for better readability.
>
> Signed-off-by: Yousong Zhou
Sorry, I forgot to merge th
On 14/07/2015 16:38, Rafał Miłecki wrote:
> On 14 July 2015 at 16:05, Günther Kelleter
> wrote:
>> This patch set is a backport of svn commits 46338..46342 from trunk to CC.
>> It adds support for devolo devices:
>> dLAN pro 500 Wireless+
>> dLAN pro 1200+ WiFi ac
>
> There is a nice 1-line sc
On 07/14/2015 01:41 PM, Bruno Randolf wrote:
> On 07/14/2015 12:43 PM, Jernej Izak wrote:
>> ifneq (y,)
>>
>> bash: -c: line 0: syntax error near unexpected token `y,'
>>
>> bash: -c: line 0: `ifneq (y,)'
>
> That looks like being caused by my "brcm2708: Implement sysupgrade"
> (commit 49f88015148
On 14 July 2015 at 16:05, Günther Kelleter wrote:
> This patch set is a backport of svn commits 46338..46342 from trunk to CC.
> It adds support for devolo devices:
> dLAN pro 500 Wireless+
> dLAN pro 1200+ WiFi ac
There is a nice 1-line script I got from Felix that easily adds
"Backport of ..."
On 14/07/2015 14:41, Bruno Randolf wrote:
> On 07/14/2015 12:43 PM, Jernej Izak wrote:
>> ifneq (y,)
>>
>> bash: -c: line 0: syntax error near unexpected token `y,'
>>
>> bash: -c: line 0: `ifneq (y,)'
>
> That looks like being caused by my "brcm2708: Implement sysupgrade"
> (commit 49f880151483
Signed-off-by: Günther Kelleter
---
target/linux/ar71xx/base-files/etc/diag.sh | 3 +
.../etc/hotplug.d/firmware/11-ath10k-caldata | 8 +
.../ar71xx/base-files/etc/uci-defaults/01_leds | 6 +
.../ar71xx/base-files/etc/uci-defaults/02_network | 6 +
target/linux/ar71xx/b
From: blogic
Added option for old firmware version (10.1 API v2). It seems that recent
firmware versions are constantly crashing (at least on a QCA9880-BR4A-R) and
this provides the option to select an older version instead.
Signed-off-by: Günther Kelleter
---
package/kernel/mac80211/Makefile
From: blogic
Signed-off-by: Günther Kelleter
---
package/base-files/files/etc/init.d/led | 7 +++
.../base-files/files/lib/functions/uci-defaults.sh | 20
2 files changed, 27 insertions(+)
diff --git a/package/base-files/files/etc/init.d/led
b/package/
From: blogic
Signed-off-by: Günther Kelleter
---
.../739-MIPS-ath79-add-gpio-irq-support.patch | 224 +
1 file changed, 224 insertions(+)
create mode 100644
target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-irq-support.patch
diff --git
a/target/linux/ar71xx/p
From: blogic
Signed-off-by: Günther Kelleter
---
target/linux/ar71xx/base-files/etc/diag.sh | 3 +
.../ar71xx/base-files/etc/uci-defaults/01_leds | 7 +
.../ar71xx/base-files/etc/uci-defaults/02_network | 4 +
target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +
.../ar
This patch set is a backport of svn commits 46338..46342 from trunk to CC.
It adds support for devolo devices:
dLAN pro 500 Wireless+
dLAN pro 1200+ WiFi ac
Günther Kelleter (1):
ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac
blogic (4):
ar71xx: add support for the devolo dLAN pro
how is the testing going ? i would like to also pull this intot he CC
which means there is not that much time left.
I'll try to do another test with cdc-wdm0 tonight, as promised
to Matti. Apart from that it has been running here with current
trunk on a MR3020 as well as a GL-Inet (both ar71xx)
On 07/14/2015 12:43 PM, Jernej Izak wrote:
> ifneq (y,)
>
> bash: -c: line 0: syntax error near unexpected token `y,'
>
> bash: -c: line 0: `ifneq (y,)'
That looks like being caused by my "brcm2708: Implement sysupgrade"
(commit 49f8801514837980bd80dd3fa1c24e82897d2e5c)... I tested it but
blogic
more on the Telekom Speedstick LTE V (Huawei 3372s) from here:
That's great news! Did you try if option device '/dev/cdc-wdm0' works
as
well? I was able to borrow a E3372, and will try the patch soon as
well.
I do have cdc-wdm0 availabe and IIRC, I tested sending AT commands to
it before, an
On 23 June 2015 at 16:16, Joseph East wrote:
> From d38c8c72b99908d3d9a39bd858d1c76e9864faac Mon Sep 17 00:00:00 2001
> From: Joseph East
> Date: Wed, 10 Jun 2015 19:19:26 +0930
> Subject: [PATCH] Belkin F7D (BCM47XX based) Support for Linux 3.18
When sending newer versions, please number th
Hi,
Revision from today without any changes fails with:
+ dd bs=512
if=/home/jernej/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_musl-1.1.10_ea
bi/linux-brcm2708_bcm2708/tmp/openwrt-brcm2708-bcm2708-rpi-b-ext4-sdcard.bin
.boot
of=/home/jernej/openwrt/build_dir/target-arm_arm1176jzf-s+v
On 23 June 2015 at 16:16, Joseph East wrote:
> From d38c8c72b99908d3d9a39bd858d1c76e9864faac Mon Sep 17 00:00:00 2001
> From: Joseph East
> Date: Wed, 10 Jun 2015 19:19:26 +0930
> Subject: [PATCH] Belkin F7D (BCM47XX based) Support for Linux 3.18
>
> Patchset based on previous work by Cody Sc
Hi,
I'm using OpenWRT CHAOS CALMER (Bleeding Edge, r46141) with a Ralink
MT7628 Board and Linux 4.1.0.
I have set up a new interface:
iwpan dev wpan0 set pan_id 0xbeef
ip link set wpan0 up
ip link add link wpan0 name lowpan0 type lowpan
ip link set lowpan0 up
Here is the settings:
root@OpenWrt:/
Since r40909 openwrt can automatically shutdown when you press the
power button or try to shutdown a kvm virtual machine.
When booting a recent CC-rc2 or trunk image, it doesn't work,
as two kernel modules are missing.
Add these two kernel modules to the default packages, so users
don't need to in
Hi,
I am trying to use VoCore (RT5350 board) as wireless bridge with the following
wpa_supplicant config:
ctrl_interface=/var/run/wpa.sock
update_config=1
fast_reauth=1
ap_scan=1
network={
ssid="home_wifi"
psk=915644af001df2afbcf02df60f3fc27f9f7d7b09f1ac3667bb84e0776ec25e08
}
I
Hi Felix,
On 07/14/2015 10:09 AM, Felix Fietkau wrote:
> Unless I'm missing something, this seems like a rarely needed special
> case to me. How about simply adding a custom preinit file to your
> firmware through files/ instead?
> Since the preinit script runs boot_run_hook preinit_mount_root jus
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
to gcc that depends on an environment variable. Standard ccache
is unaware of this option and therefor can produce stdout from gcc
that doesn't correspond to what you would get if you actually
do a direct compilation with gcc.
This c
On 2015-07-14 11:38, Karl Vogel wrote:
> The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
> to gcc that depends on an environment variable. Standard ccache
> is unaware of this option and therefor can produce stdout from gcc
> that doesn't correspond to what you would get if you act
On 14/07/2015 11:57, Karl Vogel wrote:
> ++"GCC_HONOUR_COPTS",
> + NULL
this is still whitespace broken :(
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mai
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
to gcc that depends on an environment variable. Standard ccache
is unaware of this option and therefor can produce stdout from gcc
that doesn't correspond to what you would get if you actually
do a direct compilation with gcc.
This c
Hi,
as the patch is already 4 weeks old it does not apply anymore. could you
send a rebased version please ?
John
On 19/06/2015 09:09, Stefan Hellermann wrote:
> Since r40909 openwrt can automatically shutdown when you press the
> power button or try to shutdown a kvm virtual machine.
>
Hi,
i think we should go straight to 4.1.
John
On 15/06/2015 19:06, Roman Yeryomin wrote:
> On 15 June 2015 at 19:09, Daniel Golle wrote:
>> On Mon, Jun 15, 2015 at 06:15:58PM +0300, Roman Yeryomin wrote:
>>> On 14 June 2015 at 20:15, Roman Yeryomin wrote:
Tested on UAP-PRO
>
what kind of usage do you expect ?
On 11/07/2015 03:58, Daniel Gimpelevich wrote:
> Since the /dev filesystem is tiny, /dev/shm needs to live somewhere
> else.
>
> Signed-off-by: Daniel Gimpelevich
> --- a/initd/early.c 2015-06-19 14:01:25.0 -0700
> +++ b/initd/early.c 2015-07-10 15:
Hi,
subject is missing the prefix and the Signed-off-by line is missing.
John
On 14/07/2015 11:38, Karl Vogel wrote:
> The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
> to gcc that depends on an environment variable. Standard ccache
> is unaware of this option and theref
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
to gcc that depends on an environment variable. Standard ccache
is unaware of this option and therefor can produce stdout from gcc
that doesn't correspond to what you would get if you actually
do a direct compilation with gcc.
This c
Sorry for not sending all links at once (some consider it spammy), but
I also see that NETSHe guys extensively tested different size time
slots and did benchmarks and comparisons:
http://netshe.stasoft.net/node/47
And here are their results:
http://netshe.ru/files/doc/en/test_results_28032015.pdf
On 14/07/2015 11:18, valent.turko...@gmail.com wrote:
> I have your found out that NETSHe offers some of their firmwares for
> free download and testing with TDMA enbled driver:
> http://netshe.ru/files/NETSHe-3.0/
looks like it is based on owrt, did you manage to find the GPL source ?
is the td
On 14/07/2015 11:28, Guenther Kelleter wrote:
> Hi
>
> Now that this patch set is committed to trunk, is there a chance that a
> backport to CC branch could be integrated before the final release?
> I would supply the backported patch set.
>
>
> Günther
>
i was going to send you a mail aski
Hi
Now that this patch set is committed to trunk, is there a chance that a
backport to CC branch could be integrated before the final release?
I would supply the backported patch set.
Günther
> -Original Message-
> From: Günther Kelleter [mailto:guenther.kelle...@devolo.de]
> Sent: Th
Hi everyone,
I just pushed a few experimental changes to trunk for odhcpd.
#1 Unsolicited RAs are now also sent via unicast to known neighbors
This may help address an issues commonly seen in some android phones.
Some popular devices seem to ignore MC RAs during standby / display off,
thus once
Hi Dirk,
please make sure to use a proper prefix for your patches. i just fixed
this manually while merging so no need to resend.
John
On 08/07/2015 07:34, Dirk Neukirchen wrote:
> according to gcc, UCLIBC_DYNAMIC_LINKER64
>
> Signed-off-by: Dirk Neukirchen
> ---
> scripts/ext-toolcha
I have your found out that NETSHe offers some of their firmwares for
free download and testing with TDMA enbled driver:
http://netshe.ru/files/NETSHe-3.0/
On 14 July 2015 at 10:47, valent.turko...@gmail.com
wrote:
> Sorry to jump in on an older tdma thread, but I found two interesting things.
>
On 2015-07-14 11:15, Karl Vogel wrote:
> The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
> to gcc that depends on an environment variable. Standard ccache
> is unaware of this option and therefor can produce stdout from gcc
> that doesn't correspond to what you would get if you act
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
to gcc that depends on an environment variable. Standard ccache
is unaware of this option and therefor can produce stdout from gcc
that doesn't correspond to what you would get if you actually
do a direct compilation with gcc.
This
Hi,
nitpick inline
John
On 13/07/2015 16:16, Stephan Maka wrote:
> This is very useful for trimming images towards 4 MiB flash size.
>
> Signed-off-by: Stephan Maka
> ---
> tools/firmware-utils/src/mktplinkfw.c | 20 ++--
> 1 file changed, 10 insertions(+), 10 deletion
On 12/07/2015 18:41, Reiner Herrmann wrote:
> As a follow-up to r46026, this commit sets the modification
> times of files inside the tarballs to deterministic values.
> It uses the date of the last git or svn commit and falls
> back to the old behavior if those are not available.
>
> Signed-off
On 2015-07-13 16:14, Bruno Randolf wrote:
> Sometimes it's desirable to be sure that config files from a new firmware
> image
> overwrite the config files from the previously running firmware and we can not
> always expect the user to use 'sysupgrade -n'. In this case the option
> TARGET_PREINIT_C
On 12/07/2015 21:06, Florian Fainelli wrote:
> 2015-07-12 9:41 GMT-07:00 Reiner Herrmann :
>> To improve reproducibility, prevent the inclusion of timestamps
>> in the gzip header.
>
> This looks fine to me, this also unveils a lot of repetition in how we
> invoke gzip and its parameters, would
Sorry to jump in on an older tdma thread, but I found two interesting things.
It looks like Russian company called NETSHe have made TDMA driver:
http://www.netshe.ru/files/doc/en/TDMA_brief_en.pdf
http://www.netshe.ru/tdma
And also there was a intesting job posting for developing TDMA driver
for
current HEAD seems to build fine for me. could you retry with the patch
i merged today ?
On 14/07/2015 10:10, John Crispin wrote:
> ok, let me have a look, my testing showed that it worked, maybe i tested
> the wrong tree...
>
> On 14/07/2015 10:08, Jernej Izak wrote:
>>
>>
>> Hi,
>>
>>
>>
On 2015-07-14 10:08, Jernej Izak wrote:
>
>
> Hi,
>
>
>
> About activating device tree on build OpenWRT with Raspberry pi.
>
> We tried to add patch
> “0002-kernel-fix-build-with-CONFIG_MTD-unset.patch” to
> “/target/linux/generic/patches-3.18” in second try to
> “/target/linux/brcm2708/pat
On 2015-07-14 10:10, Karl Vogel wrote:
> There seems to be an issue using ccache in combination with the openwrt
> patched gcc.
>
> Found the issue while investigating the following compilation issue:
>
> --- [ ... ]
> With this patch, ccache will also add the GCC_HONOUR_COPTS setting to
> the
This syncs the dts file with the one provided by the wrtnode team:
https://github.com/WRTnode/openwrt-patches/blob/master/R41508/wrtnode_factory_firmware_dts.patch
Signed-off-by: Christian Mehlis
---
target/linux/ramips/dts/WRTNODE.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
There seems to be an issue using ccache in combination with the openwrt
patched gcc.
Found the issue while investigating the following compilation issue:
---
openwrt/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/gcc/mips-openwrt-linux-uclibc/4.6.3/../../../../mips-openwrt-linux-
ok, let me have a look, my testing showed that it worked, maybe i tested
the wrong tree...
On 14/07/2015 10:08, Jernej Izak wrote:
>
>
> Hi,
>
>
>
> About activating device tree on build OpenWRT with Raspberry pi.
>
> We tried to add patch
> “0002-kernel-fix-build-with-CONFIG_MTD-unset.pat
Hi,
About activating device tree on build OpenWRT with Raspberry pi.
We tried to add patch 0002-kernel-fix-build-with-CONFIG_MTD-unset.patch to
/target/linux/generic/patches-3.18 in second try to
/target/linux/brcm2708/patches-3.18 but we still got below error:
Applying patch gene
I was able to download radvd-2.11 using your changes. I was just worrying
about those git logs.
Thanks.
On Tue, Jul 14, 2015 at 12:28 PM, Yousong Zhou
wrote:
> On 14 July 2015 at 14:32, Pratik Prajapati
> wrote:
> > It worked but still i got some logs but don't know i should worry about
> it
Hello
I know that in a makfile of a package it is possible to deposite a license
string for this package
Is there a script in the build environments or in a Router image where i
can get a list of all installed package with there licenses?
___
openwrt-de
On 14 July 2015 at 14:32, Pratik Prajapati wrote:
> It worked but still i got some logs but don't know i should worry about it
> or not.
>
They were output from git. You can check if there is a
radvd-2.11-.yyy file available in your dl/ directory.
yousong
> logs:
>
> Checki
99 matches
Mail list logo