Re: [OpenWrt-Devel] dhcpv6.script being triggered a lot

2013-09-30 Thread Steven Barth
Hi Nathan, I've seen this being reported by someone else already a few months ago also involving Comcast ( https://forum.openwrt.org/viewtopic.php?pid=191916#p191916 ). It seems they have a rather weird way of sending out Router Advertisements every 3 seconds at some locations which is

[OpenWrt-Devel] wget-nossl compile problem in trunk..

2013-09-30 Thread Daniel Petre
Hello, i'm sorry to post here but openwrt ticket system fails to interpret my ticket as anything but spam, so i cannot compile wget-nossl , the error is this: [..] mipsel-openwrt-linux-uclibc-gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/etc/wgetrc\ -DLOCALEDIR=\/usr/share/locale\ -I. -I../lib

[OpenWrt-Devel] firewall3 does not use default network option

2013-09-30 Thread Bruno Randolf
Hi! I'm reporting this here because your Trac believes this is Spam when I try to create an issue. http://wiki.openwrt.org/doc/uci/firewall#zones says: network: List of interfaces attached to this zone. If omitted and neither extra* options, subnets or devices are given, the value of name

Re: [OpenWrt-Devel] firewall3 does not use default network option

2013-09-30 Thread Jo-Philipp Wich
Hi. I understand the backwards compatibility issue but the problem with the fallback to name approach is that there is no clean way to have a zone called name that is *not* covering a network called wan automatically. I'd rather change the documentation on this and maybe add a uci-defaults

[OpenWrt-Devel] zte h218n (bcm5357) wireless support

2013-09-30 Thread Daniel Petre
Hello, Hauke was kind to add board support for this zte h218n router and so far booting ramdisk images with bgmac driver works okay, i can connect via pppoe and i get like 80 Mbit/s at speed tests but i am wondering if wireless will be supported in the near future.. Here are the revelant

Re: [OpenWrt-Devel] wget-nossl compile problem in trunk..

2013-09-30 Thread Sedat Dilek
Try to attach your build-log as a text-file (Bug-Tracking-System and/or Mailing-List)? From what I see (on a quick look) sth. wrong when generating the docs... I am wondering why the docs are built/generated here. I any case, please add also your config files! ( Not that I am willing or able to

[OpenWrt-Devel] [PATCH] [ramips] Add support for Belkin F5D8233-4 V4 wireless router

2013-09-30 Thread Chris Bajumpaa
From: cbaju...@gmail.com This patch adds OpenWRT 12.09.1 support for the Belkin F5D8233-4 V4 wireless router. Technical details for this router can be found at http://www.belkin.com/us/support-product?rnId=332 and http://wikidevi.com/wiki/Belkin_F5D8233-4_v4 I've added the patch as an

Re: [OpenWrt-Devel] [PATCH] [ramips] Add support for Belkin F5D8233-4 V4 wireless router

2013-09-30 Thread Chris Bajumpaa
Here is the actual patch... I included the wrong one in the previous message... Sorry. diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 395ed6f..cdd7772 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++

[OpenWrt-Devel] [PATCH] [packages] alpine: New package (v2)

2013-09-30 Thread Antti Seppälä
Add Alpine v. 2.10 console mail client as new package to OpenWrt. Alpine stands for Alternatively Licensed Program for Internet News and Email and is suitable for both the inexperienced email user as well as for the most demanding power user. This is a v2 of my previous patch fixing build

Re: [OpenWrt-Devel] We are seeking bandwith per user configuration

2013-09-30 Thread Weedy
On Sat, Sep 28, 2013 at 7:21 PM, atilla.o.er...@gmail.com wrote: Dear friends long time i can not solve per user mac+ip+DL+UL reservation are you able to help me by example command and dependency packages for OpenWRT we have about 10 20 user in office and each one has own speed own

[OpenWrt-Devel] per user DL and UL script

2013-09-30 Thread atilla.o.ersoz
: http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20130930/5f3a7bee/attachment-0001.sig -- Message: 2 Date: Mon, 30 Sep 2013 12:48:34 +0300 From: Daniel Petre daniel.pe...@gmail.com To: OpenWrt Devel List openwrt-devel@lists.openwrt.org Subject: [OpenWrt

[OpenWrt-Devel] [PATCH 0/5] Initial WNDR4300 support with UBIFS

2013-09-30 Thread Stefan Agner
Hi, Using this patch one can build an factory image openwrt-ar71xx-nand-wndr4300-ubifs-factory.img for WNDR4300 which is 25MiB in size (exactly the firmware partition size). The image contains only one UBIFS filesystem, so there is no recovery possible currently. Its implemented in the nand

[OpenWrt-Devel] [PATCH 1/5] ar71xx: create new subtarget nand-yaffs2

2013-09-30 Thread Stefan Agner
This target will be used for Mikrotik devices using YAFFS2 flash. The subtarget nand will support NAND devices on UBI/UBIFS. Signed-off-by: Stefan Agner ste...@agner.ch --- target/linux/ar71xx/Makefile | 6 +--- target/linux/ar71xx/nand-yaffs2/config-default | 34

[OpenWrt-Devel] [PATCH 3/5] ar71xx: Added ubinize.cfg and UBI flags to image Makefile

2013-09-30 Thread Stefan Agner
In order to generate UBI root filesytems the ubinize.cfg needs to be in place. The Makefile provides working default parameters for WNDR4300 used by the UBI utilities. Signed-off-by: Stefan Agner ste...@agner.ch --- target/linux/ar71xx/image/Makefile| 3 +++

[OpenWrt-Devel] [PATCH 4/5] ar71xx: factory image generation for WNDR4300

2013-09-30 Thread Stefan Agner
Add factory image generation using UBI/UBIFS. The rootfile is mounted rw, no overlay support yet. Just in front of the rootfs (still on the kernel partition), a fake header needs to be in place to make stock U-Boot happy. This fake header tells the system rootfs is 4 bytes long. The first for

[OpenWrt-Devel] [PATCH 5/5] ar71xx: Empty whole rootfs partition on WNDR4300

2013-09-30 Thread Stefan Agner
UBIFS needs the whole partition to be empty upon first mounting. Since the bootloader only flashes the used amount of the UBI image, this patch padds the image with 0xff. Signed-off-by: Stefan Agner ste...@agner.ch --- target/linux/ar71xx/image/Makefile | 17 +++-- 1 file changed, 11

[OpenWrt-Devel] [PATCH 2/5] ar71xx: altered subtarget nand for UBI/UBIFS

2013-09-30 Thread Stefan Agner
Altered the subtarget nand, use UBI/UBIFS instead of YAFFS2. Added the first board WNDR4000 to the subtarget to generate an initramfs image with NAND/UBI/UBIFS support. Signed-off-by: Stefan Agner ste...@agner.ch --- target/linux/ar71xx/nand/config-default | 53 -

Re: [OpenWrt-Devel] wget-nossl compile problem in trunk..

2013-09-30 Thread Jonathan McCrohan
Hi Daniel, On Mon, 30 Sep 2013 11:49:31 +0300, Daniel Petre wrote: so i cannot compile wget-nossl , the error is this: [..] any ideas please? Thanks! This is due to new behaviour in Perl 5.18. I submitted a patch for this issue two weeks ago. http://patchwork.openwrt.org/patch/4062/ Jon

Re: [OpenWrt-Devel] dhcpv6.script being triggered a lot

2013-09-30 Thread Nathan Hintz
On Mon, 30 Sep 2013 08:18:58 +0200 Steven Barth cy...@openwrt.org wrote: Hi Nathan, I've seen this being reported by someone else already a few months ago also involving Comcast ( https://forum.openwrt.org/viewtopic.php?pid=191916#p191916 ). It seems they have a rather weird way of