On 19 October 2014 00:19, Nathan Hintz wrote:
>> > Neither are "SSB Wifi"
>>
>> They are.
>>
>> https://wikidevi.com/wiki/Linksys_WRT610N_v2
>> BCM4322 which is SSB based
>>
>> https://wikidevi.com/wiki/Linksys_E3000
>> BCM4322 which is SSB based
>>
>
> I see your point; however, the E3000 and WRT
SENSORS_VEXPRESS is masked by HWMON
Signed-off-by: Daniel Golle
---
target/linux/generic/config-3.14 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14
index 830efff..fadcb5e 100644
--- a/target/linux/generic/config-3.14
+++ b/
Signed-off-by: Daniel Golle
---
utils/lvm2/Makefile | 87
utils/lvm2/files/lvm2.init | 12 -
utils/lvm2/patches/000-compile.patch | 11 -
3 files changed, 110 deletions(-)
delete mode 100644 utils/lvm2/Makefile
delete mode
Hi Rafał:
> Date: Sat, 18 Oct 2014 23:13:45 +0200
> Subject: Re: [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k
> subtarget
> From: zaj...@gmail.com
> To: nlhi...@hotmail.com
> CC: openwrt-devel@lists.openwrt.org; ha...@hauke-m.de
>
> On 18 October 2014 22:37, Nathan Hintz wrote:
> >
On 18 October 2014 22:37, Nathan Hintz wrote:
>
> Hi Rafał:
>
>> Date: Sat, 18 Oct 2014 21:28:29 +0200
>> Subject: Re: [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k
>> subtarget
>> From: zaj...@gmail.com
>> To: nlhi...@hotmail.com
>> CC: openwrt-devel@lists.openwrt.org; ha...@hauke-m.d
Hi Bastian:
> Date: Sat, 18 Oct 2014 22:37:59 +0200
> From: bitt...@bluebottle.com
> To: nlhi...@hotmail.com
> CC: nolt...@gmail.com; openwrt-devel@lists.openwrt.org; ha...@hauke-m.de
> Subject: Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error
>
> * Nathan Hintz [18.10.2014 22:2
On 2014-10-18 22:37, Bastian Bittorf wrote:
> * Nathan Hintz [18.10.2014 22:24]:
>> Using the "\n" is not correct. I think the real problem is that the logic
>> is reversed (should be && instead of ||); although it might
>> be better to eliminate the conditional entirely since leddc is always
>
Hi to all,
about gpio...
before starting tapidemo (or asterisk):
gpio8: dir/in alt0/0 alt1/0
gpio34: dir/in alt0/0 alt1/0
gpio35: dir/in alt0/0 alt1/0
gpio36: dir/in alt0/0 alt1/0
after starting tapidemo (or asterisk):
gpio8: dir/out alt0/1 alt1/0
gpio34: dir/out alt0/0 alt1/1
gpio35: dir/in al
On 2014-10-14 20:05, Vittorio G (VittGam) wrote:
> The uapsd option sets the uapsd_advertisement_enabled flag in hostapd, only
> if the phy actually supports the option.
>
> Signed-off-by: Vittorio Gambaletta
>
> ---
> package/network/services/hostapd/files/netifd.sh |9 +++--
> 1 file
Hi Rafał:
> Date: Sat, 18 Oct 2014 21:28:29 +0200
> Subject: Re: [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k
> subtarget
> From: zaj...@gmail.com
> To: nlhi...@hotmail.com
> CC: openwrt-devel@lists.openwrt.org; ha...@hauke-m.de
>
> On 18 October 2014 21:08, Nathan Hintz wrote:
On 2014-10-14 20:04, Vittorio G (VittGam) wrote:
> - Fix the call to hostapd_set_bss_options in mac80211.sh, since $vif is not
> defined in the calling context, and $phy was not being passed to the function.
> - Swap $vif and $phy in hostapd_set_bss_options, to be coherent with the old
> function
* Nathan Hintz [18.10.2014 22:24]:
> Using the "\n" is not correct. I think the real problem is that the logic is
> reversed (should be && instead of ||); although it might
> be better to eliminate the conditional entirely since leddc is always
> commanded to "0x" when the interface is take
On 10/18/2014 08:45 PM, valent.turko...@gmail.com wrote:
> On Wed, Aug 20, 2014 at 3:03 PM, Steven Barth wrote:
>> Please see https://forum.openwrt.org/viewtopic.php?id=52219
>>
>
>
> Because of this decission ImageBuilder is now completely useless in
> Barrier Breaker 14.07. I tried building ne
Attempting to build broadcom_wl (from trunk) with the linaro 4.9.x
toolchain produces the following errors:
<...>/wl_linux.c: In function 'wl_dump_ver':
<...>/wl_linux.c:2302:3: error: macro "__DATE__" might prevent reproducible
builds [-Werror=date-time]
__DATE__, __TIME__, EPI_VERSION_STR);
Hi Alvaro:
> Date: Sat, 18 Oct 2014 13:55:39 +0200
> From: nolt...@gmail.com
> To: openwrt-devel@lists.openwrt.org; ha...@hauke-m.de; blo...@openwrt.org;
> n...@openwrt.org
> Subject: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error
>
> wlc returns a string number ending with "\n
On 2014-10-18 13:55, Álvaro Fernández Rojas wrote:
> wlc returns a string number ending with "\n", making it impossible to compare
> this value to a number.
>
> Signed-off-by: Álvaro Fernández Rojas
> ---
> v4: remove bashishm as suggested by Bastian Bittorf.
> v3: avoid using an extra variable.
On 18 October 2014 21:08, Nathan Hintz wrote:
> - # BCMA SoC with SSB WiFi
> - $(call Image/Build/CyberTAN,$(1),wrt610n_v2,610N,2.0.0,$(patsubst
> jffs2-%,jffs2,$(1)))
> - $(call Image/Build/CyberTAN,$(1),e3000_v1,61XN,1.0.3,$(patsubst
> jffs2-%,jffs2,$(1)))
They are there for
On 2014-10-18 20:59, Nathan Hintz wrote:
> The Makefile for binutils creates a broken symlink to "binutils-linaro" in
> "trunk/build_dir/toolchain-_gcc-4.9-linaro_uClibc-0.9.33.2".
> Modify the Makefile to point the symlink to the correct directory.
>
> Signed-off-by: Nathan Hintz
Applied in r429
Signed-off-by: Nathan Hintz
---
target/linux/brcm47xx/image/Makefile | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/target/linux/brcm47xx/image/Makefile
b/target/linux/brcm47xx/image/Makefile
index 33a3c85..62f68c8 100644
--- a/target/linux/brcm47xx/image/Makefile
+++
The mips74k subtarget of brcm47xx configures gcc to compile for mips32r2;
however, the generated kernel config for the 3.14 kernel ends up with
CPU_MIPS32_R1 and CPU_MIPSR1 selected. The generated kernel config for the
3.10 kernel properly selects CPU_MIPS32_R2 and CPU_MIPSR2. Modify the
default
The Makefile for binutils creates a broken symlink to "binutils-linaro" in
"trunk/build_dir/toolchain-_gcc-4.9-linaro_uClibc-0.9.33.2".
Modify the Makefile to point the symlink to the correct directory.
Signed-off-by: Nathan Hintz
---
toolchain/binutils/Makefile | 2 +-
1 file changed, 1 inserti
On Wed, Aug 20, 2014 at 3:03 PM, Steven Barth wrote:
> Please see https://forum.openwrt.org/viewtopic.php?id=52219
>
Because of this decission ImageBuilder is now completely useless in
Barrier Breaker 14.07. I tried building new image with few extra
packages but they aren't included in ImageBuil
Am 18.10.2014 23:58 schrieb "Bastian Bittorf" :
>
> * Yousong Zhou [18.10.2014 17:58]:
> > > + signal="$( kill -l "$signal" )"
> >
> > the quotes may not work...
>
> they work and you should always quote a var,
> unless you are really sure it is an integer...
>
yes. it's ju
* Yousong Zhou [18.10.2014 17:58]:
> > + signal="$( kill -l "$signal" )"
>
> the quotes may not work...
they work and you should always quote a var,
unless you are really sure it is an integer...
root@box:~ kill -l "15"
TERM
root@box:~ kill -l "TERM"
15
bye, bastian
_
Am 16.10.2014 14:59 schrieb "Bastian Bittorf" :
>
> [netifd/scripts] make netifd scripts recognize signal strings such as
INT/TERM/KILL/...
>
> instead of let the caller do the conversion of symbolic to numeric (e.g.
SIGUSR1 -> 16),
> do the conversion internally - the old mode (numeric) is still s
wlc returns a string number ending with "\n", making it impossible to compare
this value to a number.
Signed-off-by: Álvaro Fernández Rojas
---
v4: remove bashishm as suggested by Bastian Bittorf.
v3: avoid using an extra variable.
v2: use string comparison
diff --git a/package/kernel/broadcom-
26 matches
Mail list logo