[OpenWrt-Devel] [PATCH] button-hotplug: Add KEY_POWER handling

2013-07-04 Thread Helmut Schaa
When running OpenWrt within KVM KEY_POWER is generated from the ACPI button driver when restarting or powering down the VM. Extend button-hotplug to allow user space handlers for these events. Signed-off-by: Helmut Schaa --- package/kernel/button-hotplug/src/button-hotplug.c |1 + 1 file ch

[OpenWrt-Devel] Is RT5350 supports temperature compensation of wifi tx power?

2013-07-04 Thread xakep6666
Hello all. I found, why my router (d-link dir-320 b1 aka dir-320 nru) with openwrt has small tx power (lower than on original firmware). When mac80211 (rt2800lib.ko) calculates the gain calibration delta (function rt2880_get_gain_calibration_delta), it gets extremely low value (~ -513). Beacuse of

[OpenWrt-Devel] new block mount howto

2013-07-04 Thread John Crispin
Hi a new block mount has been added to openwrt. here is a short howto for using it. you can do "block info" to get the same output that blkid delivered you can do "block mount" to mount all devices (same as what /etc/init.d/fstab restart" used to do if you run "block detect" you will get a

Re: [OpenWrt-Devel] [PATCH] [package] lldpd: upgrade to 0.7.5

2013-07-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Applied in r37168 - thanks! -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlHVqesACgkQdputYINPTPMKHwCfaJscFWqUQLolmjRIJOfodWMJ Lg0An2nL2bNcfcM00vON3YA/ZIGb

Re: [OpenWrt-Devel] OpenOCD and RT3050/5350

2013-07-04 Thread jonsm...@gmail.com
On Tue, Apr 16, 2013 at 6:32 PM, Drasko DRASKOVIC wrote: > Hi Jon, > both RT3050 and RT5350 have MIPS 24Kc core. I have successfully used > OpenOCD with similar (not exactly these) chips, having the same MIPS > core. > > You should use MIPS 4K as a target. I've bricked one of my AsiaRF modules an

Re: [OpenWrt-Devel] OpenOCD and RT3050/5350

2013-07-04 Thread Drasko DRASKOVIC
Hi Jon, On Fri, Jul 5, 2013 at 12:35 AM, jonsm...@gmail.com wrote: > On Tue, Apr 16, 2013 at 6:32 PM, Drasko DRASKOVIC > wrote: >> Hi Jon, >> both RT3050 and RT5350 have MIPS 24Kc core. I have successfully used >> OpenOCD with similar (not exactly these) chips, having the same MIPS >> core. >> >

Re: [OpenWrt-Devel] OpenOCD and RT3050/5350

2013-07-04 Thread jonsm...@gmail.com
On Thu, Jul 4, 2013 at 7:32 PM, Drasko DRASKOVIC wrote: > Hi Jon, > > On Fri, Jul 5, 2013 at 12:35 AM, jonsm...@gmail.com > wrote: >> On Tue, Apr 16, 2013 at 6:32 PM, Drasko DRASKOVIC >> wrote: >>> Hi Jon, >>> both RT3050 and RT5350 have MIPS 24Kc core. I have successfully used >>> OpenOCD with

[OpenWrt-Devel] More AR9331 and RT5350 modules

2013-07-04 Thread jonsm...@gmail.com
Anyone have comments on these? AR9331 http://www.movingcomm.com/doce/ProductShow.asp?ID=155 http://v-solution.en.alibaba.com/product/743574875-218088660/WLM115_4LAN_WAN_WLAN_WiFi_module.html Also note that these three castellated modules are not the same: http://hsdlingo.cn.makepolo.com/product/

[OpenWrt-Devel] what should I do to let UCI system support a new package?

2013-07-04 Thread ??????o
Hi, it's well know that the uci can auto generate a config file, such as dnamasq, its configuration file is auto generated at /etc/dnsmasq.conf but now I want to replace the dnsmasq with "ISC-DHCP-Server", thus what should I do to make the uci system generate my /etc/dhcp.conf file any s