[OpenWrt-Devel] OpenWrt conference survey

2015-02-02 Thread Eric Schultz
tl;dr: We're gauging interest in an OpenWrt conference via a short survey at http://bit.ly/1BWKWFP -- All, My name's Eric Schultz and I'm the Community Manager at prpl Foundation. I've created a survey to gauge the community's interest in prpl Foundation organizing an OpenWrt conference. prpl

[OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken sometime since r43960

2015-02-02 Thread Russell Senior
I just wanted to give a heads up that I built trunk r44245 last night and discovered two problems: reboot no longer works, and USB fails to enumerate a usb-serial device that worked previously (specifically a pl2303). To successfully reset, a power cycle is required. These problems were not

[OpenWrt-Devel] [PATCH] ralink: remove VHT capabilities when not using 802.11ac

2015-02-02 Thread wengbj
The mt76 driver might have some problem working with MT7602. MT7602 should not have VHT capabilities . But the driver not identity properly. Signed-off-by: wengbj fl.serv...@t-firefly.com --- .../0001-mt7602-remove-vht-capabilities.patch | 46 1 file changed, 46

[OpenWrt-Devel] [PATCH] generic/3.18: update to 3.18.5

2015-02-02 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 4c894c6..3cfcc8c 100644 --- a/include/kernel-version.mk +++

Re: [OpenWrt-Devel] redis server

2015-02-02 Thread Ryan Jacobs
Hey, I just happened across this post with a google search. I know it's a year old, but I am also looking to install Redis on an OpenWrt system. I believe that uClibc is the main culprit to make's failure. I don't know how far you got, but here's what I've done so far:

[OpenWrt-Devel] zabbix-agentd package not creating rc.d symlink

2015-02-02 Thread Etienne Champetier
Hi, i've just spent 3 hours trying to figure out why when i compile zabbix-agentd in my image, the symlink from rc.d/zabbix_agentd to init.d/zabbix_agentd isn't created. if i execute /etc/init.d/zabbix_agentd enable the symlink is created. With BB the symlink was created. a quick extract of

[OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread Sławomir Demeszko
Compilation of packages written in C++, like smartmontools, unrar, etc. fail with message: Package smartmontools is missing dependencies for the following libraries: libuClibc++.so.0 This is due unescaped ++ in argument for grep command. --- include/package-ipkg.mk | 2 +- 1 file changed, 1

Re: [OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread John Szakmeister
On Mon, Feb 2, 2015 at 6:24 AM, Sławomir Demeszko s.demes...@wireless-instruments.com wrote: Compilation of packages written in C++, like smartmontools, unrar, etc. fail with message: Package smartmontools is missing dependencies for the following libraries: libuClibc++.so.0 This is due

Re: [OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread Sławomir Demeszko
On 02.02.2015 at 14:00, John Szakmeister wrote: On Mon, Feb 2, 2015 at 6:24 AM, Sławomir Demeszko s.demes...@wireless-instruments.com wrote: Compilation of packages written in C++, like smartmontools, unrar, etc. fail with message: Package smartmontools is missing dependencies for the

Re: [OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread Sławomir Demeszko
W dniu 02.02.2015 o 14:47, Sławomir Demeszko pisze: On 02.02.2015 at 14:00, John Szakmeister wrote: On Mon, Feb 2, 2015 at 6:24 AM, Sławomir Demeszko s.demes...@wireless-instruments.com wrote: Compilation of packages written in C++, like smartmontools, unrar, etc. fail with message: Package

Re: [OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread John Szakmeister
On Mon, Feb 2, 2015 at 9:07 AM, Sławomir Demeszko s.demes...@wireless-instruments.com wrote: [snip] I just tested and found that also a dot in filenames can be a problem. For example if we would have some.file.so then it matches also some2file.so and it could not detect missing dependency. So

[OpenWrt-Devel] elfutils with external toolchain uClibc

2015-02-02 Thread Helmut Schaa
Hi, elfutils fails to build with an external toolchain using uClibc due to the following dependency: PKG_BUILD_DEPENDS:=USE_UCLIBC:argp-standalone I tried to select USE_UCLIBC as part of the external toolchain settings but that is used at quite some points within the toolchain config. Any

Re: [OpenWrt-Devel] [PATCH 1/2] added board support for compex wpj558

2015-02-02 Thread Christian Mehlis
Am 30.01.2015 um 18:48 schrieb Christian Mehlis: diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index f7b8381..ecaa126 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -687,10 +687,13 @@

[OpenWrt-Devel] [Patch v3 1/4] build: allow openwrt.git packages to be replaced by feeds

2015-02-02 Thread Mathieu Olivari
Currently, replacing a package available in openwrt.git requires modifications in openwrt.git, or requires duplicating the package in a feed but with a different name, which causes all kind of problems related to dependencies (all packages selecting it would have to be modified accordingly to

[OpenWrt-Devel] [Patch v3 4/4] base-files: taint the build if the override mechanism is used

2015-02-02 Thread Mathieu Olivari
If some packages are overridden (using ./scripts/feeds -f), add a new taint flag in /etc/openwrt_release. We'll use the CONFIG_OVERRIDE_PKGS variable reported through the .config to detect it. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com --- include/version.mk | 1 + 1 file changed, 1

[OpenWrt-Devel] [Patch v3 2/4] build: propagate override information to .packageinfo

2015-02-02 Thread Mathieu Olivari
Packages overridden with ./scripts/feeds -f will show up with an Override: original-package-name in .packageinfo. This will be useful to create a corresponding option in .config and use this information during the build process. Signed-off-by: Mathieu Olivari math...@qca.qualcomm.com ---

[OpenWrt-Devel] [Patch v3 3/4] build: propagate override information to .config file

2015-02-02 Thread Mathieu Olivari
With this change, override information is now parsed from the metadata and put in the %packages hash. A new hash - %overrides - is created and exported, to be used during the .config-package.in generation. If an override is detected, a new option CONFIG_OVERRIDE_PKGS will be created in the

Re: [OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken at r44044

2015-02-02 Thread Mingyu Li
Dear Sir. the fe_reset only used to reset ethernet and switch driver. i think your problem is the old code is wrong. at ethernet driver(soc_rt305x.c) it just clean all reset bit (enable all functions. usb?). but the new code only reset and enable ethernet and switch block. you can see the diff as

[OpenWrt-Devel] [PATCH] Fix possible fail to check for dependencies

2015-02-02 Thread Sławomir Demeszko
Few characters in filenames (a plus sign, a dot) can be interpreted specially by grep. This can lead to the omission of missing package dependency. For example if we would have some.file.so then it matches also some2file.so. -F switch off special meaning of any character and -x match against whole

[OpenWrt-Devel] [PATCH 1/3] netifd: set current_config for simple devices when parsing device config

2015-02-02 Thread Hans Dedecker
If currrent_config is not set when the simple device config is applied the device will be deleted in device_reset_old Signed-off-by: Hans Dedecker dedec...@gmail.com --- config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/config.c b/config.c index 4e91e18..22dd835 100644 --- a/config.c

[OpenWrt-Devel] [PATCH] map: Fix white space errors

2015-02-02 Thread Hans Dedecker
Signed-off-by: Hans Dedecker dedec...@gmail.com --- package/network/ipv6/map/files/map.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/ipv6/map/files/map.sh b/package/network/ipv6/map/files/map.sh index 945accd..10789f0 100755 ---

Re: [OpenWrt-Devel] [PATCH] Fix missing dependencies for libuClibc++.so.0

2015-02-02 Thread Sławomir Demeszko
I just updated working tree and created new patch Fix possible fail to check for dependencies: https://patchwork.ozlabs.org/patch/435525/ This one can be cancelled. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH 3/3] netifd: Add option to configure base_reachable_time_ms for each device

2015-02-02 Thread Hans Dedecker
The UCI parameter neighreachabletime allows to control the hardware address to IP mapping lifetime in the neighbour table for both IPv4 and IPv6 Signed-off-by: Hans Dedecker dedec...@gmail.com Signed-off-by: Jean-Francois Remy j...@melix.org --- device.c | 14 ++ device.h

[OpenWrt-Devel] [PATCH 2/3] netifd: Remove unnecessary default_config check in config_parse_interface

2015-02-02 Thread Hans Dedecker
No need to check default_config twice as it's already checked in config_parse_interface Signed-off-by: Hans Dedecker dedec...@gmail.com --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index 22dd835..34d2f2b 100644 --- a/config.c +++

Re: [OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken at r44044

2015-02-02 Thread Christian Lamparter
Hello, On Tue, Feb 3, 2015 at 7:48 AM, Mingyu Li igv...@gmail.com wrote: Russell I just wanted to give a heads up that I built trunk r44245 last Russell night and discovered two problems: reboot no longer works, and Russell USB fails to enumerate a usb-serial device that worked Russell

Re: [OpenWrt-Devel] AsiaRF AWM002 (ramips) USB and reboot broken at r44044

2015-02-02 Thread Russell Senior
Russell == Russell Senior russ...@personaltelco.net writes: Russell I just wanted to give a heads up that I built trunk r44245 last Russell night and discovered two problems: reboot no longer works, and Russell USB fails to enumerate a usb-serial device that worked Russell previously

[OpenWrt-Devel] The MT76 Wifi chips are not working properly

2015-02-02 Thread fl.serv...@t-firefly.com
Dear sir : We found a commit about mac80211 might have some problem . commit 593f7268b0108055957f084f526724c452a04123 Author: blogic blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73 Date: Wed Jan 28 12:07:21 2015 + mac80211: Add some missing 802.11n capabilities to

Re: [OpenWrt-Devel] Status of new standard ETSI EN 300 328 (ralink)

2015-02-02 Thread Zefir Kurtisi
On 01/31/2015 12:41 PM, Michael Heimpold wrote: Hi wifi gurus :-) I recently learned that devices for the european market must fulfill the new ETSI standard EN 300 328 V1.8.1 since 2015-01-01. I also understand that most wifi chips require a firmware, often this is a binary vendor blob,

Re: [OpenWrt-Devel] [PATCH 2/2] wpj558: use own partition for rootfs

2015-02-02 Thread Christian Mehlis
Am 02.02.2015 um 09:52 schrieb John Crispin: On 30/01/2015 18:48, Christian Mehlis wrote: this change breaks rootfs detection so we should not merge it if it breaks stuff ? Hi John, this patch was the second way I tried to make the compex wpj558 work. Perhaps you can answer my mail: