[OpenWrt-Devel] hotplug / micro-optimization

2014-06-05 Thread Bastian Bittorf
i have a router here with 400 vlan-interfaces. i'am still not happy, that an hotplug-event triggers a lot of unneccesary action. i see at least 3 possibilities reduce the load: (beside the upcoming procd-interface job) 1) each script implements something like: #!/bin/sh /etc/init.d/$daemon

Re: [OpenWrt-Devel] hotplug / micro-optimization

2014-06-09 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [09.06.2014 21:23]: [...] For this trigger we can add a time delay, which will aggregate events. Once that is implemented correctly, 400 ifup events in rapid succession will lead to only one series of init script calls instead of 400. With that approach, such

Re: [OpenWrt-Devel] [PATCH 2/2] busybox: use ntp enabled config option

2014-06-26 Thread Bastian Bittorf
* Luka Perkov l...@openwrt.org [26.06.2014 14:24]: + [ $enabled = 0 ] return This can also be 'true' or 'false' or 'disabled'. I see, that other packages are also doing it like this, but i remeber there was an uci-thingy() doing that, wasn't it? bye, bastian

[OpenWrt-Devel] trac/rss-feed has changed?

2014-07-16 Thread Bastian Bittorf
my feedreader was used to fetch https://dev.openwrt.org/log/trunk?limit=100mode=stop_on_copyformat=rss but this stopped working around 13. july 13:00 why? what should i use now? bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] trac/rss-feed has changed?

2014-07-21 Thread Bastian Bittorf
* Mathias Kresin open...@kresin.me [18.07.2014 19:36]: i'm using the rss feed from gitweb http://git.openwrt.org/?p=openwrt.git;a=atom;opt=--no-merges which works quite nice. works, thank you! - bye, bastian ___ openwrt-devel mailing list

[OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

2014-07-22 Thread Bastian Bittorf
when reading http://en.wikipedia.org/wiki/IPv6#Link_local_address it seems to me, that the linklocal-address should be uniq, but here: root@box:~ ip neigh | grep ^'fe80::' | grep lladdr $mac fe80::1cfc:fe65:769:3784 dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE fe80::cea:3b47:5812:96be dev wlan0

Re: [OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

2014-07-22 Thread Bastian Bittorf
* Baptiste Jonglez bjong...@illyse.org [22.07.2014 13:21]: On Tue, Jul 22, 2014 at 11:50:55AM +0200, Bastian Bittorf wrote: when reading http://en.wikipedia.org/wiki/IPv6#Link_local_address it seems to me, that the linklocal-address should be uniq, unique is ambiguous: do you mean

Re: [OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

2014-07-22 Thread Bastian Bittorf
* Gui Iribarren g...@altermundi.net [22.07.2014 13:21]: fe80::1cfc:fe65:769:3784 dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE fe80::cea:3b47:5812:96be dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE different link-local addresses, same MAC address. nothing wrong about that any idea which part of

Re: [OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

2014-07-22 Thread Bastian Bittorf
* Baptiste Jonglez bjong...@illyse.org [22.07.2014 13:21]: root@box:~ ip neigh | grep ^'fe80::' | grep lladdr $mac fe80::1cfc:fe65:769:3784 dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE fe80::cea:3b47:5812:96be dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE # ip -6 addr add

Re: [OpenWrt-Devel] USB crash when USB WiFi dongle is used (RTL8192CU) - WDR4300

2014-08-12 Thread Bastian Bittorf
* Łukasz Baj l@radytek.com [11.08.2014 16:56]: 3.14.12. When I connect this dongle to USB and then disconnect it I see following crash and USB stops working. Any ideas how to fix this problem? does it also happen, when you force a 'wifi down' before unplugging? (please check with 'iw dev

[OpenWrt-Devel] Q: curl: IPv6 zone identifiers / RFC6874 / OpenWrt

2014-08-13 Thread Bastian Bittorf
dear devs, i build 7.37.1 from 2014 jul 16 for OpenWrt on arch ar71xx: (the feature was at added at 9317eced9840 / 2014 Mar 15) root@box:~ curl --version curl 7.37.1 (mips-openwrt-linux-gnu) libcurl/7.36.0 PolarSSL/1.3.8 Protocols: file ftp ftps http https Features: IPv6 Largefile SSL when

Re: [OpenWrt-Devel] Q: curl: IPv6 zone identifiers / RFC6874 / OpenWrt

2014-08-14 Thread Bastian Bittorf
by accident i mixed curl 7.37.1 with libcurl 7.36. after upgrading libcurl everything is working: root@box:~ curl http://[fe80::6670:2ff:fe8b:221e%25wlan0]/robots.txt User-agent: * Disallow: /cgi-bin/ root@box:~ curl http://[fe80::6670:2ff:fe8b:221e%wlan0]/robots.txt User-agent: * Disallow:

[OpenWrt-Devel] dnsmasq 2.71 dies silently (hangs) / how to debug

2014-08-19 Thread Bastian Bittorf
sometimes dnsmasq 2.71 (trunk) dies silently but the process is still running. when sending: kill -SIGSEGV $PID there is no coredump but the daemon gets restarted (via procd?) normally inserting 'ulimit -c unlimited' just before starting the daemon should be enough, but i'am unsure how to apply,

[OpenWrt-Devel] kirkwood / howto make bootloader

2014-08-19 Thread Bastian Bittorf
under http://downloads.openwrt.org/barrier_breaker/14.07-rc3/kirkwood/generic/uboot-kirkwood-goflexhome/ i can see the kwb-files, but how can i build them? (when building generic or a subtarget they will not show up) bye, bastian ___ openwrt-devel

Re: [OpenWrt-Devel] dnsmasq 2.71 dies silently (hangs) / how to debug

2014-08-19 Thread Bastian Bittorf
* Steven Barth cy...@openwrt.org [19.08.2014 12:49]: procd_set_param limits core=unlimited thanks, this works fine here when the 'root' part of dnsmasq gets a -SIGSEGV (or during a real crash) and produces coredumps. i will keep the list updated, when i catch a real hang. bye, bastian

[OpenWrt-Devel] kirkwood not booting / goflex net / goflex home

2014-08-20 Thread Bastian Bittorf
while investigating the hanging boot/kernel on goflex home i see commit r38279 / d8eb02a921fa2c06118347231f3fd69285b8a5c7 kirkwood: prepare for 3.10 which removed target/linux/kirkwood/files-3.3/arch/arm/mach-kirkwood/goflexhome-setup.c is'nt it need for 3.10+ or what was the reason for

[OpenWrt-Devel] kirkwood / missing kernel-module?

2014-08-20 Thread Bastian Bittorf
during boot i see in a long loop these messages, which kernel module is missing or which symbol must be active? (kernel 3.14.17) [ 86.817858] act_ipt: Unknown symbol tcf_hash_check (err 0) [ 86.823424] act_ipt: Unknown symbol tcf_hash_create (err 0) [ 86.829162] act_ipt: Unknown symbol

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

2014-08-20 Thread Bastian Bittorf
* Steven Barth cy...@openwrt.org [13.08.2014 10:48]: The current status of oldpackages is this: If you are using trunk and want to use the possibly outdated packages you have to enable the oldpackages feed and build them manually. how is this done? till some weeks it was: make

[OpenWrt-Devel] [PATCH] [base-files] remove useless explicit set of function returncode

2014-08-20 Thread Bastian Bittorf
safely remove the command 'return $?'. reference: http://tldp.org/LDP/abs/html/exit-status.html The last command executed in the function or script determines the exit status. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/base-files/files/etc/init.d/system |2

Re: [OpenWrt-Devel] kirkwood / missing kernel-module?

2014-08-21 Thread Bastian Bittorf
* Felix Kaechele fe...@fetzig.org [21.08.2014 08:05]: during boot i see in a long loop these messages, which kernel module is missing or which symbol must be active? (kernel 3.14.17) That is very strange. I ran a make dirclean and built r42230 today for my Pogoplug E02. Both u-boot and

[OpenWrt-Devel] procd / hang during shutdown/startup / regression?

2014-08-22 Thread Bastian Bittorf
i while ago, procd implemented a timeout (15 sec) for hanging tasks during startup/init. this works and can be easily checked with placing this snippet in any startup-script: start() { local i=300 while let i-=1; do echo still running: $i /tmp/CHECK

Re: [OpenWrt-Devel] [BB-rc3] Disabling DHCPv6 also disables IPv6 SLAAC

2014-08-22 Thread Bastian Bittorf
* Baptiste Jonglez bjong...@illyse.org [22.08.2014 22:34]: What is the default value, then? Is it none or disabled? What is the difference? internally it's a bool/switch, which can have: 0|off|false|no|disabled or 1|on|true|yes|enabled adding 'none' is possible, but... bye, bastian

Re: [OpenWrt-Devel] [PATCH] [boot] /init: allow easier customisation of ramfs boot.

2014-08-24 Thread Bastian Bittorf
* Stephen Parry sgpa...@mainscreen.com [24.08.2014 08:28]: +if [ -e /bin/ramfsinit ]; then + exec /bin/ramfsinit +fi better use: elif [ -e /sbin/ramfsinit ]; then +if [ -e /sbin/ramfsinit ]; then + exec /sbin/ramfsinit +fi bye, bastian

[OpenWrt-Devel] platform name 'ramips' VS 'ramips_24kec'

2014-08-27 Thread Bastian Bittorf
i stumbled in a custom script over this problem: root@fonera2n:~ opkg status kernel Package: kernel Version: 3.10.34-1-9ab8a27dee25ed0e5197bf83aebd96c3 Depends: libc Status: install hold installed Architecture: ramips_24kec Installed-Time: 1396519878 # so the platform/architacture name is

Re: [OpenWrt-Devel] platform name 'ramips' VS 'ramips_24kec'

2014-08-27 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Vereinsvorsitzender: Bastian Bittorf bitt...@bluebottle.com [27.08.2014 09:42]: can somebody explain this? bye, bastian digging through 'target/linux/ramips' i can see, that all boards are CPU_TYPE:=24kec but only 1 board 'rt288x' is CPU_TYPE:=mips32r2 (so '24kec

Re: [OpenWrt-Devel] [Bug: Busybox 1.22.1] false return 0 instead of 1 with '--help' switch.

2014-08-30 Thread Bastian Bittorf
* Alive4ever alive4e...@live.com [29.08.2014 14:03]: I'm using an embedded system with busybox v1.22.1, running Openwrt Chaos Chalmer r42321, mips24k AR9330 When I call 'busybox false --help', the return status is zero. I think it has nothing todo with openwrt, because it's the output of

Re: [OpenWrt-Devel] gigabit router !

2014-08-30 Thread Bastian Bittorf
* Daniel Petre daniel.pe...@gmail.com [30.08.2014 07:42]: is there any OpenWrt compatible gigabit router that can do more than 400 Mbit/s WAN to LAN except linksys wrt1900ac ? I know netgear wndr3700/wndr3800 and tp-link wr1043nd do around 380-400 Mbit/s but is there any other hardware more

Re: [OpenWrt-Devel] [PATCH] [scripts] Fix typo, replace quotes in comments

2014-09-04 Thread Bastian Bittorf
* Robert P. J. Day rpj...@crashcourse.ca [04.09.2014 10:54]: -# Example: `scripts/update-package-md5sum feeds/packages/python` +# Example: $ scripts/update-package-md5sum feeds/packages/python if you use '$' instead of '`', you must use e.g. $(...) so `shell_command` or $(shell_command) bye,

[OpenWrt-Devel] mac80211/DFS-support default since r42431

2014-09-08 Thread Bastian Bittorf
with r42431 DFS is enabled by default[1]: mac80211: enable DFS support for ath9k/10k by default The DFS pattern detector now supports all three regions; ETSI, FCC and JP, so there is no reason to not have it enabled anymore. there was a long discussion on battlemesh/Leipzig[2] that this is from

Re: [OpenWrt-Devel] mac80211/DFS-support default since r42431

2014-09-08 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [08.09.2014 10:36]: is from a security point of view a difficult thing - because everybody can take down a complete city-network. I've never heard this claim before. How does enabling this option allow people to take down a network? the theory is here:

Re: [OpenWrt-Devel] mac80211/DFS-support default since r42431

2014-09-08 Thread Bastian Bittorf
* Jonas Gorski j...@openwrt.org [08.09.2014 11:54]: detection support in ath9k/ath10k. So if CSAs are an issue, it was already an issue before. thanks for pointing that, it was not clear to me. somebody can just mark all channels as unavailable. How would they do that? Especially with

Re: [OpenWrt-Devel] Possible to add horst 4.1 to packages for 14.07?

2014-09-26 Thread Bastian Bittorf
* Bruno Randolf b...@einfach.org [26.09.2014 14:11]: horst 4.1 to the for-14.07 branch... Here's the pull request: i vote for it - bye, bastian. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/2] base-files: add network_get_ipaddrs_all()

2014-10-06 Thread Bastian Bittorf
* Mathias Kresin open...@kresin.me [06.10.2014 20:23]: +network_get_ipaddrs_all() { + local __addr + local __list= 1) is there a special reason for starting everything with '__'? (the vars are local anyway). 2) is there a special reason not to name the vars $1 and $2? e.g. local

[OpenWrt-Devel] Q: mac80211: defailt distance-settings 0

2014-10-07 Thread Bastian Bittorf
i seems that '/lib/netifd/wireless/mac80211.sh' sets the default distance to '0' if not defined via uci. what does that mean? dynamic ack or not? because 0 seems to be a valid value: root@box:~ iw phy phy0 set distance Usage: iw [options] phy phyname set distance auto|distance Enable ACK

[OpenWrt-Devel] [PATCH] [base-files] shell-scripting: fix wrong usage of '==' operator

2014-10-07 Thread Bastian Bittorf
not change the behavior/logic of the scripts. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/base-files/files/lib/functions/uci-defaults-new.sh |2 +- package/base-files/files/lib/functions/uci-defaults.sh |2 +- package/base-files/files/sbin/led.sh

Re: [OpenWrt-Devel] Q: mac80211: default distance-settings 0

2014-10-07 Thread Bastian Bittorf
* Felix Fietkau n...@openwrt.org [07.10.2014 13:40]: On 2014-10-07 08:15, Bastian Bittorf wrote: because 0 seems to be a valid value: 0 does not imply dynamic ACK, it is simply the minimum value. Enabling dynack by default would be a bad idea. what does 0 mean? the wiki says: 0 meters away

Re: [OpenWrt-Devel] iproute2 / macvlan-problem [SOLVED]

2014-10-09 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Vereinsvorsitzender: Bastian Bittorf bitt...@bluebottle.com [07.10.2014 17:38]: since some weeks i have problems using 'macvlan'. it works with r41037 / kernel 3.10.36 and does not work with r42830 / kernel 3.10.49 or .55 what i do is this: brctl addbr br-test

[OpenWrt-Devel] Q: update kernel from 3.10.49 to 3.10.57

2014-10-09 Thread Bastian Bittorf
i would like to update the kernel, but just changing the entry in 'target/linux/ar71xx/Makefile' to LINUX_VERSION:=3.10.57 will not work, because some patches cannot be applied anymore. (it works without probs till 3.10.55). the question is: can somebody give me a hint about the workflow of how

Re: [OpenWrt-Devel] Help, how to troubleshoot openwrt crash(reboot)

2014-10-12 Thread Bastian Bittorf
* document caoxi...@gmail.com [12.10.2014 07:54]: i have a little linux skill, but output of logread at openwrt-12.09 will not help and will be empty when there is a new boot. try a 'cat /sys/kernel/debug/crashlog' after a crash/reboot. some platforms (e.g. ar71xx) support this, maybe yours

[OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-12 Thread Bastian Bittorf
you have no internet access in this mode, so you cannot use the wiki. this supersedes the old patches: http://patchwork.openwrt.org/patch/3337/ http://patchwork.openwrt.org/patch/3553/ Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/base-files/files/etc/banner.failsafe | 16

[OpenWrt-Devel] idea: trigger failsafe mode in software

2014-10-12 Thread Bastian Bittorf
sometimes it can be useful to trigger failsafe without beeing physically at the box. during bootup there is a decision made if the box should startup normal or in failsafe. in this state we dont have uci yet (or the rootfs) but it should be possible to early mount the debugfs and look for a magic

Re: [OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-13 Thread Bastian Bittorf
* John Crispin blo...@openwrt.org [13.10.2014 21:18]: as before, i like the idea however you claim experienced users need help and then you list /etc/config, passwd and reboot -f also experienced users - this includes the mortal ones. even the best are not used to e.g. 'mount_root' and

Re: [OpenWrt-Devel] [PATCH 1/3] rb532: add 3.14 support / sysupgrade-support

2014-10-14 Thread Bastian Bittorf
* Roman Yeryomin leroi.li...@gmail.com [10.10.2014 13:07]: On 7 October 2014 08:32, Roman Yeryomin leroi.li...@gmail.com wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/config-3.14 | 148 + thanks for the patches! i have

[OpenWrt-Devel] [PATCH] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
' when $gid is emtpy, proof: root@box:~ [ -n ] echo 'filled' || echo 'echo failed' echo failed Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/base-files/files/lib/functions.sh |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/base-files

Re: [OpenWrt-Devel] [PATCH] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
forget this patch - it's wrong. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH v2] [base-files] default_postinst() fix wrong call of group_add

2014-10-15 Thread Bastian Bittorf
, proof: root@box:~ functionA() { echo A; } root@box:~ functionB() { echo B; } root@box:~ VAR= root@box:~ [ -n $VAR ] functionA || functionB B root@box:~ # functionB was called, but VAR is not filled root@box:~ VAR=filled root@box:~ [ -n $VAR ] functionA || functionB A Signed-off-by: Bastian Bittorf

[OpenWrt-Devel] [PATCH] [netifd/scripts] support numeric and symbolic values for signal in proto_kill_command()

2014-10-16 Thread Bastian Bittorf
[netifd/scripts] support numeric and symbolic values for signal in proto_kill_command() instead of let the caller do the conversion of symbolic to numeric, do the conversion internally - the old mode (numeric) is still supported Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- scripts

[OpenWrt-Devel] [PATCH] [netifd/proto/dhcp.sh] directly use signal name

2014-10-16 Thread Bastian Bittorf
[netifd/proto/dhcp.sh] directly use signal name in proto_dhcp_renew() we call proto_kill_command, which now supports symbolic names directly, so conversion unneeded. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/config/netifd/files/lib/netifd/proto/dhcp.sh |6

[OpenWrt-Devel] [PATCH] [odhcp6c/scripts] directly use signal name

2014-10-16 Thread Bastian Bittorf
[odhcp6c/scripts] directly use signal name in proto_dhcp_renew() we call proto_kill_command, which now supports symbolic names directly, so conversion unneeded. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/ipv6/odhcp6c/files/dhcpv6.sh |6 +++--- 1 file changed

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

2014-10-16 Thread 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 supported Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH] [base-files] /lib/netifd/dhcp.script - only call firewall, if installed

2014-10-16 Thread Bastian Bittorf
[base-files] /lib/netifd/dhcp.script - only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/config/netifd/files/lib

[OpenWrt-Devel] [PATCH] [odhcp6c] script: only call firewall, if installed

2014-10-16 Thread Bastian Bittorf
[odhcp6c] script: only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/ipv6/odhcp6c/files/dhcpv6.script |4

[OpenWrt-Devel] [PATCH 1/9] [ar71xx/kernel] upgrade 3.10.49 to 3.10.50 - released 2014-07-28

2014-10-17 Thread Bastian Bittorf
-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 1b40074..c687d21 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux

[OpenWrt-Devel] [PATCH 2/9] [ar71xx/kernel] upgrade 3.10.50 to 3.10.51 - released 2014-07-31

2014-10-17 Thread Bastian Bittorf
/COFF headers Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index c687d21..a91b986 100644 --- a/target/linux/ar71xx/Makefile

[OpenWrt-Devel] [PATCH 3/9] [ar71xx/kernel] upgrade 3.10.51 to 3.10.52 - released 2014-08-07

2014-10-17 Thread Bastian Bittorf
x86, espfix: Make it possible to disable 16-bit support x86, espfix: Move espfix definitions into a separate header file x86/espfix/xen: Fix allocation of pages for paravirt page tables Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- 1 file changed

[OpenWrt-Devel] [PATCH 5/9] [ar71xx/kernel] upgrade 3.10.53 to 3.10.54 - released 2014-09-05

2014-10-17 Thread Bastian Bittorf
to pr_level x86: don't exclude low BIOS area when allocating address space for non-PCI cards x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVAL Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux

[OpenWrt-Devel] [PATCH 6/9] [ar71xx/kernel] upgrade 3.10.54 to 3.10.55 - released 2014-09-17

2014-10-17 Thread Bastian Bittorf
dirty buffers beyond EOF xfs: don't zero partial page cache pages during O_DIRECT writes xfs: don't zero partial page cache pages during O_DIRECT writes xfs: quotacheck leaves dquot buffers without verifiers Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2

[OpenWrt-Devel] [PATCH 4/9] [ar71xx/kernel] upgrade 3.10.52 to 3.10.53 - released 2014-08-14

2014-10-17 Thread Bastian Bittorf
in compute_effective_address(). sparc64: ldc_connect() should not return EINVAL when handshake is in progress. sparc64: Make itc_sync_lock raw sunsab: Fix detection of BREAK on sunsab serial console tcp: Fix integer-overflow in TCP vegas tcp: Fix integer-overflows in TCP veno Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH 8/9] [ar71xx/kernel] upgrade 3.10.56 to 3.10.57 - released 2014-10-09

2014-10-17 Thread Bastian Bittorf
huge pages mm, thp: move invariant bug check out of loop in __split_huge_page_map nl80211: clear skb cb before passing to netlink perf: fix perf bug in fork() ring-buffer: Fix infinite spin in reading buffer udf: Avoid infinite loop when processing indirect ICBs Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH 7/9] [ar71xx/kernel] upgrade 3.10.55 to 3.10.56 - released 2014-10-05

2014-10-17 Thread Bastian Bittorf
definitions with constants Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- .../062-mips_decompressor_build_fix.patch | 66 2 files changed, 1 insertion(+), 67 deletions(-) delete mode 100644 target

[OpenWrt-Devel] [PATCH 9/9] [ar71xx/kernel] upgrade 3.10.57 to 3.10.58 - released 2014-10-15

2014-10-17 Thread Bastian Bittorf
entries: 512 [0.09] NET: Registered protocol family 16 [0.10] MIPS: machine is TP-LINK TL-WR1043ND [...] shortlog from https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.10.58 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- 1 file

[OpenWrt-Devel] [PATCH 9/9 v2] [ar71xx/kernel] upgrade 3.10.57 to 3.10.58 - released 2014-10-15

2014-10-17 Thread Bastian Bittorf
for ASUS T100 Base Station keyboard USB: cp210x: add support for Seluxit USB dongle USB: serial: cp210x: added Ketra N1 wireless interface support Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- target/linux/ar71xx/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH 1/9] [ar71xx/kernel] upgrade 3.10.49 to 3.10.50 - released 2014-07-28

2014-10-17 Thread Bastian Bittorf
* Rafał Miłecki zaj...@gmail.com [17.10.2014 13:16]: On 17 October 2014 12:46, Bastian Bittorf bitt...@bluebottle.com wrote: [ar71xx/kernel] upgrade 3.10.49 to 3.10.50 - released 2014-07-28 Why 9 patches instead of 1 (3.10.49 - 3.10.56)? Why only ar71xx? just for completeness and i wanted

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

2014-10-17 Thread Bastian Bittorf
* Álvaro Fernández Rojas nolt...@gmail.com [17.10.2014 15:11]: - [ $leddc -eq 0x ] || { + [ $leddc == 0x\n ] || { this is a bashism, use: [ $leddc = '0x\n' ] || { bye, bastian ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH 1/9] [ar71xx/kernel] upgrade 3.10.49 to 3.10.50 - released 2014-07-28

2014-10-17 Thread Bastian Bittorf
* Rafał Miłecki zaj...@gmail.com [17.10.2014 13:46]: Why 9 patches instead of 1 (3.10.49 - 3.10.56)? Why only ar71xx? just for completeness and i wanted to test each version anyway if patches are affected. i can not test all platforms. is there a global point where i can change the

[OpenWrt-Devel] [PATCH] [kernel] upgrade from 3.10.49 to 3.10.58

2014-10-17 Thread Bastian Bittorf
[kernel] upgrade from 3.10.49 to 3.10.58 removed 062-mips_decompressor_build_fix.patch, which seems to be obsolete because of commit 29593fd5a8149462ed6fad0d522234facdaee6c8 upstream compile and run-tested on ar71xx Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- include/kernel

[OpenWrt-Devel] [PATCH v2] [base-files] failsafe-mode: print short help on commandline

2014-10-17 Thread Bastian Bittorf
patches: http://patchwork.openwrt.org/patch/3337/ http://patchwork.openwrt.org/patch/3553/ Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/base-files/files/etc/banner.failsafe | 13 + package/base-files/files/etc/profile |1 + 2 files changed, 14

Re: [OpenWrt-Devel] [PATCH] [base-files] failsafe-mode: print short help on commandline

2014-10-17 Thread Bastian Bittorf
* John Crispin blo...@openwrt.org [13.10.2014 21:18]: P.S.: i thought i fixed the -f thing. sure it does not work without ? you are right - it works, i remove the 'reboot -f' hint and send a [patch v2] for reference, a running failsafe-session with r42884 looks like: root@(none):/# ps PID

Re: [OpenWrt-Devel] [PATCH] [dnsmasq] support enforced start-IP, end-IP, netmask

2014-10-17 Thread Bastian Bittorf
* Jo-Philipp Wich j...@openwrt.org [15.10.2014 08:59]: So this should work: config dhcp 'roaming' option interface 'voyager' option start 192.168.8.1 option limit 252 wow, this works! thank you - this ipcalc.sh beast really needs some documentation 8-) John: the patch can be dropped.

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 yszhou4t...@gmail.com [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,

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

2014-10-18 Thread Bastian Bittorf
* Nathan Hintz nlhi...@hotmail.com [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

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

2014-10-19 Thread Bastian Bittorf
* Nathan Hintz nlhi...@hotmail.com [19.10.2014 08:49]: case $leddc in '0x'*) leddc='0x005a000a' ;; esac IMHO the approach from felix does not work: root@box:~ echo $((0x)) 65535 root@box:~ echo $((0x\n)) -ash: arithmetic syntax error the

Re: [OpenWrt-Devel] omap4 / Pandaboard / Pandaboard-ES / Kernel 3.14.22

2014-10-21 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Vereinsvorsitzender: Bastian Bittorf bitt...@bluebottle.com [27.03.2014 15:53]: http://www.intercity-vpn.de/files/openwrt/pandaboard_dmesg_booterror-kernel_3.14-rc8-new_uboot.txt today i tried kernel 3.14.22 without luck, this is the bootlog which just hangs. Has

Re: [OpenWrt-Devel] mpcC85xx

2014-10-22 Thread Bastian Bittorf
* Klaus Maus klaus.ma...@aol.com [22.10.2014 10:57]: Could you clarify the state of the future support this router or SoC i have some (~50) and the german Telekom uses the platform in the trains, so i bet somebody will take core of it 8-) and it's FOSS and ath9k based, so you will not totally

[OpenWrt-Devel] [PATCH] [kernel] update 3.10.49 to 3.10.58

2014-10-22 Thread Bastian Bittorf
and brcm47xx Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- include/kernel-version.mk |2 +- target/linux/ar7/Makefile |2 +- target/linux/ar71xx/Makefile |2 +- target/linux/au1000/Makefile

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

2014-10-23 Thread 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 supported Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH/resend] [odhcp6c] script: only call firewall, if installed

2014-10-23 Thread Bastian Bittorf
odhcp6c: script: only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/ipv6/odhcp6c/files/dhcpv6.script |4

[OpenWrt-Devel] [PATCH] [base-files] dhcp.script - only call firewall, if installed

2014-10-23 Thread Bastian Bittorf
base-files: dhcp.script: - only call firewall, if installed we dont use fw3, so i was wondering about error-messages in syslog about fw3. check if 'fw3' is in place, before calling it. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/config/netifd/files/lib/netifd

[OpenWrt-Devel] [PATCH/resend] [odhcp6c/scripts] directly use signal name

2014-10-23 Thread Bastian Bittorf
odhcp6c: scripts: directly use signal name in proto_dhcp_renew() we call proto_kill_command, which now supports symbolic names directly, so conversion unneeded. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/ipv6/odhcp6c/files/dhcpv6.sh |6 +++--- 1 file changed

[OpenWrt-Devel] [PATCH/resend] [netifd] /proto/dhcp.sh: directly use signal name

2014-10-23 Thread Bastian Bittorf
netifd: proto/dhcp.sh: directly use signal name in proto_dhcp_renew() we call proto_kill_command, which now supports symbolic names directly, so conversion unneeded. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- package/network/config/netifd/files/lib/netifd/proto/dhcp.sh |6

[OpenWrt-Devel] [PATCH] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-23 Thread Bastian Bittorf
://dev.openwrt.org/ticket/14714 Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- .../mpc85xx/base-files/etc/uci-defaults/02_network | 26 1 files changed, 5 insertions(+), 21 deletions(-) diff --git a/target/linux/mpc85xx/base-files/etc/uci-defaults/02_network b/target/linux

Re: [OpenWrt-Devel] git.infradead.org offline? mirror for mtd-utils-1.4.5?

2014-10-24 Thread Bastian Bittorf
* Claudio Thomas c...@xmodus-systems.de [24.10.2014 10:08]: ist there somewhere a mirror for mtd-utils-1.4.5? git.infradead.org copy these to your local dl/ dir: http://www.intercity-vpn.de/files/openwrt/mtd-utils-1.4.5.tar.gz http://www.intercity-vpn.de/files/openwrt/mtd-utils-1.5.0.tar.gz

[OpenWrt-Devel] [PATCH] kernel: makefile: make use of new var KERNEL_PATCHVER

2014-10-24 Thread Bastian Bittorf
kernel: makefile: make use of new var KERNEL_PATCHVER replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-24 Thread Bastian Bittorf
] ./smoketest.sh: realview - OK [Wed Oct 22 04:09:47 CEST 2014] ./smoketest.sh: sparc - OK [Wed Oct 22 04:23:37 CEST 2014] ./smoketest.sh: x86 - OK [Wed Oct 22 04:35:56 CEST 2014] ./smoketest.sh: xburst - OK run tested on x86, au1000, ar71xx, mpc85xx and brcm47xx Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-24 Thread Bastian Bittorf
] ./smoketest.sh: realview - OK [Wed Oct 22 04:09:47 CEST 2014] ./smoketest.sh: sparc - OK [Wed Oct 22 04:23:37 CEST 2014] ./smoketest.sh: x86 - OK [Wed Oct 22 04:35:56 CEST 2014] ./smoketest.sh: xburst - OK run tested on x86, au1000, ar71xx, mpc85xx and brcm47xx Signed-off-by: Bastian Bittorf bitt

[OpenWrt-Devel] [PATCH] mpc85xx: fix WAN/LAN-MAC for TP-LINK TL-WDR4900 v1

2014-10-25 Thread Bastian Bittorf
the device address which to my understanding is provided in the mtd. Signed-off-by: Bastian Bittorf bitt...@bluebottle.com --- .../mpc85xx/base-files/etc/uci-defaults/02_network | 26 1 files changed, 5 insertions(+), 21 deletions(-) diff --git a/target/linux/mpc85xx/base-files

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen dirkneukirc...@web.de [28.10.2014 08:18]: ar7, au1000 and xburst fail to build on the buildbots around the update with the same error in image generation regarding an included header unsure whats wrong on buildserver. with r43099 i did a clean build (tools+toolchain+kernel)

Re: [OpenWrt-Devel] [PATCH v2] kernel: update 3.10.49 to 3.10.58 (released 2014-oct-15)

2014-10-28 Thread Bastian Bittorf
* Dirk Neukirchen dirkneukirc...@web.de [28.10.2014 08:18]: http://buildbot.openwrt.org:8010/builders/ar7 726/727 http://buildbot.openwrt.org:8010/builders/au1000 655/656 http://buildbot.openwrt.org:8010/builders/xburst 705/706 i can reproduce it here - will dig into this. bye, bastian

[OpenWrt-Devel] platform xburst / maintainer

2014-10-28 Thread Bastian Bittorf
can somebody please add the maintainer of 'xburst' to https://dev.openwrt.org/wiki/platforms when looking into the commits, it seems 'lars' is it?! bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] platform xburst / maintainer

2014-10-28 Thread Bastian Bittorf
* Mirko Vogt mi...@openwrt.org [28.10.2014 22:56]: hi mirko, That was a long time ago and I guess we should consider that platform currently unmaintained. May I ask what's your interest in this platform? i just wanted show look, which arch/endianness this is and missed it, so nothing

Re: [OpenWrt-Devel] jffs takes about 18 minutes to get ready on 3.10 kernel

2014-10-29 Thread Bastian Bittorf
* Claudio Thomas c...@xmodus-systems.de [29.10.2014 13:18]: [ 800.742671] jffs2: notice: (888) jffs2_build_xattr_subsystem: how large is the partitionsize? while we are at it: till r40402 we where probing jffs2_ready() before writing to disc (e.g. new config-files). what is the supposed way

Re: [OpenWrt-Devel] system reboot command from ssh failed sometimes on my ar9344 board

2014-11-02 Thread Bastian Bittorf
* zhang zhao formywillcan...@gmail.com [02.11.2014 08:32]: It's just weird that sometimes when I perform reboot operation on my tp-link wdr6300v2(ar9344), the reboot procedure just hang up with all leds see https://dev.openwrt.org/ticket/17839 bye, bastian

Re: [OpenWrt-Devel] Hooks on wifi up/down for starting/stopping dependent functionality?

2014-11-12 Thread Bastian Bittorf
* Johan Almbladh j...@anyfi.net [12.11.2014 10:45]: I tried just doing ubus listen in one shell and then running wifi from another, but that doesn't give much to go on: which events do you need? a joining or leaving station? use 'iw event' an upcoming (or going down) interface? use

Re: [OpenWrt-Devel] Hooks on wifi up/down for starting/stopping dependent functionality?

2014-11-17 Thread Bastian Bittorf
* Johan Almbladh j...@anyfi.net [17.11.2014 10:22]: The hotplug scripts receive events for interface names, but they know nothing about the underlying configuration. Is there any way to map a WLAN interface name, e.g. wlan0, to the corresponding UCI config entry in /etc/config/wireless?

Re: [OpenWrt-Devel] Autoneg problems with ar8216 on kernel 3.14 (related to ticket 17800)

2014-11-24 Thread Bastian Bittorf
* Weedy weedy2...@gmail.com [24.11.2014 14:14]: [deleted ~250 lines fullquote] you (and the others too) are experienced users, so please read https://www.netmeister.org/news/learn2quote2.html#ss2.8 bye, bastian ___ openwrt-devel mailing list

[OpenWrt-Devel] Seagate FreeAgent GoFlex Home / SATA not working

2012-06-29 Thread Bastian Bittorf
today i installed via serial openwrt trunk r32520 on this device, images are from: http://downloads.openwrt.org/snapshots/trunk/kirkwood openwrt-kirkwood-uImage openwrt-kirkwood--jffs2-128k.img picture: http://i32.tinypic.com/2ntiqkj.jpg installing via uboot / nandwrite:

Re: [OpenWrt-Devel] Captive Portal with OAuth support?

2012-06-29 Thread Bastian Bittorf
Is there anyone in this mailing list tried with this idea? Which should I start from? we have this included since a long time: https://github.com/bittorf/kalua a good starting point is: https://github.com/livibetter/bash-oauth/blob/master/OAuth.sh bye, bastian.

Re: [OpenWrt-Devel] Seagate FreeAgent GoFlex Home / SATA not working / Bootloader

2012-06-29 Thread Bastian Bittorf
http://downloads.openwrt.org/snapshots/trunk/kirkwood openwrt-kirkwood-uImage openwrt-kirkwood--jffs2-128k.img just for documentation: bootloader is from here: http://www.cyrius.com/debian/kirkwood/sheevaplug/uboot-upgrade.html http://people.debian.org/~tbm/u-boot/2011.12-3/dockstar/u-boot.kwb

Re: [OpenWrt-Devel] Seagate FreeAgent GoFlex Home / klog-line missing / Dockstart VS GoFlex

2012-06-29 Thread Bastian Bittorf
dmesg: [0.00] Booting Linux on physical CPU 0 [0.00] Linux version 3.3.8 (fnord@tschunk) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Jun 29 03:26:51 UTC 2012 [0.00] CPU: Feroceon 88FR131 [56251311] revision 1 (ARMv5TE), cr=00053977 [

Re: [OpenWrt-Devel] Seagate FreeAgent GoFlex Home / SATA not working / patch missing?

2012-06-29 Thread Bastian Bittorf
Is this patch from february still missing? http://patchwork.openwrt.org/patch/734/ bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

  1   2   3   4   5   6   7   8   >