Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Rafał Miłecki
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

[OpenWrt-Devel] [PATCH] kernel: add another missing symbol for 3.14

2014-10-18 Thread Daniel Golle
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/

[OpenWrt-Devel] [PATCH oldpackages] lvm2: moved to github

2014-10-18 Thread Daniel Golle
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

Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Nathan Hintz
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: > >

Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Rafał Miłecki
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

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Nathan Hintz
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

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Felix Fietkau
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 >

Re: [OpenWrt-Devel] lantiq vr9 and fxs

2014-10-18 Thread Eddi De Pieri
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

Re: [OpenWrt-Devel] [PATCH v2 3/3] hostapd: Add uapsd option to netifd.sh

2014-10-18 Thread Felix Fietkau
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

Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Nathan Hintz
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:

Re: [OpenWrt-Devel] [PATCH v2 1/3] mac80211, hostapd: Fix hostapd_set_bss_options function call in mac80211.sh and its definition in netifd.sh

2014-10-18 Thread Felix Fietkau
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

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Bastian Bittorf
* 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

Re: [OpenWrt-Devel] Lots of missing packages!

2014-10-18 Thread Matthias Strubel
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

[OpenWrt-Devel] [PATCH] broadcom_wl: eliminate compiler error with gcc-4.9-linaro

2014-10-18 Thread Nathan Hintz
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);

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Nathan Hintz
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

Re: [OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Felix Fietkau
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.

Re: [OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Rafał Miłecki
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

Re: [OpenWrt-Devel] [PATCH] toolchain: fix binutils broken symlink

2014-10-18 Thread Felix Fietkau
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

[OpenWrt-Devel] [PATCH] brcm47xx: move wrt610n_v2 and e3000_v1 to mips74k subtarget

2014-10-18 Thread Nathan Hintz
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 +++

[OpenWrt-Devel] [PATCH] brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k

2014-10-18 Thread Nathan Hintz
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

[OpenWrt-Devel] [PATCH] toolchain: fix binutils broken symlink

2014-10-18 Thread Nathan Hintz
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

Re: [OpenWrt-Devel] Lots of missing packages!

2014-10-18 Thread valent.turko...@gmail.com
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

Re: [OpenWrt-Devel] [PATCHv2] [netifd/scripts] make netifd scripts recognize signal strings such as INT/TERM/KILL/... signal in proto_kill_command()

2014-10-18 Thread Yousong Zhou
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

Re: [OpenWrt-Devel] [PATCHv2] [netifd/scripts] make netifd scripts recognize signal strings such as INT/TERM/KILL/... signal in proto_kill_command()

2014-10-18 Thread 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... root@box:~ kill -l "15" TERM root@box:~ kill -l "TERM" 15 bye, bastian _

Re: [OpenWrt-Devel] [PATCHv2] [netifd/scripts] make netifd scripts recognize signal strings such as INT/TERM/KILL/... signal in proto_kill_command()

2014-10-18 Thread Yousong Zhou
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

[OpenWrt-Devel] [PATCH v4] brcm-wl: fix bash comparison error

2014-10-18 Thread Álvaro Fernández Rojas
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-