Re: [OpenWrt-Devel] Anyone working on having libpri, dahdi-linux and dahdi-tools on openwrt

2013-04-30 Thread Ming-Ching Tiew
Not sure if the maillist will accept tar attachment. Attached. From: Jiri Slachta To: Ming-Ching Tiew ; OpenWrt Development List Sent: Wednesday, May 1, 2013 12:13 AM Subject: Re: [OpenWrt-Devel] Anyone working on having libpri, dahdi-linux and dahdi

[OpenWrt-Devel] Anyone working on having libpri, dahdi-linux and dahdi-tools on openwrt

2013-04-29 Thread Ming-Ching Tiew
I tried the asterisk 11 feeds on the trunk. Noticed that it does not have dahdi-linux, dahdi-tools and libpri. Anyone currently working on or plan to work on these ? I cook up some make files for it but because of limited knowledge on the make files, the significance of various variables and di

Re: [OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT)

2012-04-24 Thread ching
Thunderbird is buggy and diffcult to use. it is hard to send a plain text email. anyway, i found the patch can be reviewed at http://patchwork.openwrt.org/patch/2112/ ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.o

Re: [OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT)

2012-04-21 Thread ching
On Sunday, April 22, 2012 01:44 AM, openwrt-devel-requ...@lists.openwrt.org wrote: -- Date: Sat, 21 Apr 2012 20:54:44 +0800 From: ching To: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH] base-files: implement new config &qu

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 76, Issue 59

2012-04-21 Thread ching
..@lists.openwrt.org wrote: -- Date: Sat, 21 Apr 2012 20:54:44 +0800 From: ching To: openwrt-devel@lists.openwrt.org Subject: [OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT) Message-ID:<4f92ae14@gmail.com>

[OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly" (RESENT)

2012-04-21 Thread ching
d flashing. root_readonly=0 #0 - root will be read-write, 1 - root will be read-only Assumption 1. Early boot process do not trigger unnecessary flashing 2. default setting=0 (read-write) to preserve backward compatibility 3. user know how to remount root rw manually if he/she set this option Signed-off-by:

[OpenWrt-Devel] [PATCH] base-files: implement new config "root_readonly"

2012-04-21 Thread ching
d flashing. root_readonly=0 #0 - root will be read-write, 1 - root will be read-only Assumption 1. Early boot process do not trigger unnecessary flashing 2. default setting=0 (read-write) to preserve backward compatibility 3. user know how to remount root rw manually if he/she set this option Signed-off-by:

Re: [OpenWrt-Devel] [PATCH] firewall: default firewall rules tweak

2012-04-10 Thread ching
rules exist for other ICMP packet. 5. remove limit 1000 to avoid possible denial of service (attacker can stop all ICMP traffic by sending more than 1000 ICMP packet/s) As I already mentioned in the ticket, instead of removing the limit, I'd rather see hashlimits implemented, that rate-li

Re: [OpenWrt-Devel] [PATCH] firewall: default firewall rules tweak

2012-04-09 Thread ching
d possible denial of service (attacker can stop all ICMP traffic by sending more than 1000 ICMP packet/s) As I already mentioned in the ticket, instead of removing the limit, I'd rather see hashlimits implemented, that rate-limit the traffic per host or prefix. answered you at the ticket.

[OpenWrt-Devel] [PATCH] firewall: default firewall rules tweak

2012-04-09 Thread ching
4. Allow most icmpv6 neighbour discovery traffic as kernel will enforce "hop-limit=255" rule (packet is not forwarded) 5. remove limit 1000 to avoid possible denial of service (attacker can stop all ICMP traffic by sending more than 1000 ICMP packet/s) Signed-off-by: ching 1 files changed