[OpenWrt-Devel] [PATCH]netifd: Fix RA spam on the LAN when 6RD interface is configured via DHCPv4

2013-12-04 Thread Hans Dedecker
Toggle the 6RD interface only when the 6rd UCI configuration has been updated or when the DHCPv4 client gets in the bound state. By doing so no RA's will be send in quick succession on the LAN after every DHCPv4 renew as described in https://lists.openwrt.org/pipermail/openwrt-devel/2013-November/0

Re: [OpenWrt-Devel] How badly broken is bluetooth on OpenWrt ?

2013-12-04 Thread valent.turko...@gmail.com
I have tested bluetooth also on wr703n tplink router which is atheros based and I also get kernel panic crashes... This looks like badly broken usb stack or bluetooth stack issue. Any other ideas? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
Here is what i did: svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment cd ~/attitude_adjustment ./scripts/feeds update -a ./scripts/feeds install -a make defconfig make prereq make menuconfig (did not change the default config just checked, saved and exit) make result: (689K) /att

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread Felix Fietkau
On 2013-12-04 11:47, cmsv wrote: > Here is what i did: > > svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment > cd ~/attitude_adjustment > ./scripts/feeds update -a > ./scripts/feeds install -a > make defconfig > make prereq > make menuconfig > (did not change the default config jus

[OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread Manuel Munz
Hi, i needed a database to be able to implement a selector where users can choose their router model and from that parameters like target/subtarget/profile/others are automatically set for the selected model. A first demo for this can be seen here (where it says WIP): http://testing.meshkit.freif

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
Inline: On 12/04/2013 06:39 AM, Felix Fietkau wrote: > On 2013-12-04 11:47, cmsv wrote: >> Here is what i did: >> >> svn co svn://svn.openwrt.org/openwrt/branches/attitude_adjustment >> cd ~/attitude_adjustment >> ./scripts/feeds update -a >> ./scripts/feeds install -a >> make defconfig >> make pr

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread Felix Fietkau
On 2013-12-04 23:57, cmsv wrote: > Inline: > > On 12/04/2013 06:39 AM, Felix Fietkau wrote: >> Please send me your bloated .ipk. > > http://wirelesspt.net/arquivos/firmware/tmp/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.ipk > > Also send me a log of the following >> comma

Re: [OpenWrt-Devel] Bloated size netifd (688K)

2013-12-04 Thread cmsv
On 12/04/2013 06:07 PM, Felix Fietkau wrote: > On 2013-12-04 23:57, cmsv wrote: >> Inline: >> >> On 12/04/2013 06:39 AM, Felix Fietkau wrote: >>> Please send me your bloated .ipk. >> >> http://wirelesspt.net/arquivos/firmware/tmp/netifd_2013-07-16-2674941b06c1ec67f1aff1bff9212e1372106641_ar71xx.i

[OpenWrt-Devel] [PATCH][1/3] ar71xx: Add kernel support for the TP-Link tl-WA801ND_v2 and tl-WA901ND_v3

2013-12-04 Thread Martijn Zilverschoon
Since both the wa750, wa850, wa801nd_v2 and the wa901nd_v3, I did some refactoring of the file mach-tl-wax50re.c This way it is a bit easier to add other tp-link range extenders based on the Atheros ap123 reference board with one lan port. This patch supersedes 4500 Signed-off-by: Martijn Zilv

[OpenWrt-Devel] [Patch][2/3] ar71xx: Add profile for the TP-Link tl-WA801ND_v2 and tl-WA901ND_v3

2013-12-04 Thread Martijn Zilverschoon
This patch supersedes 4502 and 4503 Signed-off-by: Martijn Zilverschoon diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 0f2a2bb..3fe906b 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -998,9 +998,11 @@ $(ev

[OpenWrt-Devel] [Patch][3/3] ar71xx: Add user-space support for the TP-Link tl-WA801ND_v2 and tl-WA901ND_v3

2013-12-04 Thread Martijn Zilverschoon
This patch supersedes 4501 Signed-off-by: Martijn Zilverschoon diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 216100b..5d70cdb 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread Pavel Simerda
- Original Message - > From: "Manuel Munz" > To: "OpenWrt Development List" > Sent: Wednesday, December 4, 2013 10:27:49 PM > Subject: [OpenWrt-Devel] Interest in a openwrt router database to partially > replace TOH? > > Hi, > > i needed a database to be able to implement a selector

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread James Hilliard
I would say that the best thing to do would be to tie a replacement TOH directly into version control and have supported router models populate directly from there somehow. Maybe something along the lines of how cyanognmod uses their template system http://wiki.cyanogenmod.org/w/Template:Device_inf

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread Pavel Simerda
- Original Message - > From: "James Hilliard" > To: "OpenWrt Development List" > Sent: Thursday, December 5, 2013 7:36:56 AM > Subject: Re: [OpenWrt-Devel] Interest in a openwrt router database to > partially replace TOH? > > I would say that the best thing to do would be to tie a repla

Re: [OpenWrt-Devel] Interest in a openwrt router database to partially replace TOH?

2013-12-04 Thread James Hilliard
Well, some information can likely be pulled directly from version control, such as model/chipset/broken status/supported etc. That information could then be tied into a wiki templating system to autogenerate pages which could have additional model specific information added if available. I don't th