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
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
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
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
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
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
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
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
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
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
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
@@
- 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
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
- 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
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
15 matches
Mail list logo