[OpenWrt-Devel] [PATCH 1/1] lm-sensors: split out sensors-detect from rest of package

2011-05-04 Thread Philip Prindeville
Since sensors-detect isn't always needed where sensors is used, and has unexpressed dependency on perl (or microperl), it might make more sense to have this be separated out... Index: packages/utils/lm-sensors/Makefile === --- packa

[OpenWrt-Devel] Splitting lm-sensors

2011-05-04 Thread Philip Prindeville
Daniel pointed out to me that "lm-sensors" contains a binary /usr/sbin/sensors and a script /usr/sbin/sensors-detect which is written in Perl. If you know what your sensors are, and you're using a canned config file, then you don't need "sensors-detect". If, on the other hand, you have a generi

Re: [OpenWrt-Devel] [OpenWrt-Commits] r26822 - in trunk/package/lua: . patches

2011-05-04 Thread Philip Prindeville
Minor comment: would it have been easier to bracket src/lposix.c with #ifdef notdef/#endif instead of having a patch delete the file? Just a thought On 5/4/11 8:51 AM, openwrt-comm...@openwrt.org wrote: > Author: jow > Date: 2011-05-04 16:51:06 +0200 (Wed, 04 May 2011) > New Revision: 26822

[OpenWrt-Devel] [PATCH 1/1] alix2: provide x86/alix2 subtarget

2011-05-04 Thread Philip Prindeville
This patch provides an image suitable for the alix2*, alix3, and alix6 headless (non-VGA equipped) SBC's. Note that the Alix6 uses GPIO 27 to disable wireless transmit (W_DIS#), whereas on all other versions this is used to actuate the speaker. GPIO 1 : SIM select (Alix6) GPIO 6 : LED1 GPIO 25

Re: [OpenWrt-Devel] [PATCH] Add support for D-Link DIR-600 Rev B

2011-05-04 Thread Layne Edwards
Please review and commit this patch. Regards, Layne On Thu, 07 Apr 2011 00:43:22 -0500, Layne Edwards wrote: > This patch adds support for the D-Link DIR-600 Rev B2 (ramips rt305x). > > Signed-off-by: Layne Edwards > > Index: target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig >

Re: [OpenWrt-Devel] [PATCH] Update HW550-3G mtd partitions

2011-05-04 Thread Layne Edwards
Please review and commit this patch. Regards, Layne On Thu, 07 Apr 2011 00:16:43 -0500, Layne Edwards wrote: > This patch updates the mtd partitions for the Aztech HW550-3G (ramips > rt305x). > > Signed-off-by: Layne Edwards > > Index: target/linux/ramips/files/arch/mips/ralink/rt305

[OpenWrt-Devel] [PATCH 2/2] add kernel module for ramips usb driver (dwc otg)

2011-05-04 Thread Layne Edwards
This patch enables the ramips dwc_otg driver for use with the kmod-usb-dwc-otg kernel module. It supersedes the previous "enable dwc_otg driver" patch that was submitted with the original driver (which built the dwc_otg driver in the kernel instead of a kmod). Signed-off-by: Layne Edwards

[OpenWrt-Devel] [PATCH 1/2] add kernel module for ramips usb driver (dwc otg)

2011-05-04 Thread Layne Edwards
This patch adds kmod support for the previously submitted ramips dwc_otg driver. It has the following dependencies which have not yet been committed: Add lm device - http://patchwork.midlink.org/patch/858/ Add dwc_otg driver (updated) - http://patchwork.midlink.org/patch/873/ Signed-off-by: Lay

[OpenWrt-Devel] [PATCH] Update usb-modeswitch-data to v20110227

2011-05-04 Thread Layne Edwards
Signed-off-by: Layne Edwards Index: feeds/packages/utils/usb-modeswitch-data/Makefile === --- feeds/packages/utils/usb-modeswitch-data/Makefile (revision 26751) +++ feeds/packages/utils/usb-modeswitch-data/Makefile (working copy

[OpenWrt-Devel] [PATCH] Update usb-modeswitch to v1.1.7

2011-05-04 Thread Layne Edwards
Signed-off-by: Layne Edwards Index: feeds/packages/utils/usb-modeswitch/Makefile === --- feeds/packages/utils/usb-modeswitch/Makefile(revision 26751) +++ feeds/packages/utils/usb-modeswitch/Makefile(working copy) @@

Re: [OpenWrt-Devel] [Discussion] Device-specific configuration and firmware file wikipage

2011-05-04 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Each device article is supposed to contain a "flashing openwrt" and "upgrading openwrt" section which clearly outlines the image to use. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://

[OpenWrt-Devel] [PATCH] add interface and hosts parsing from uci dhcp config to ISC dhcpd

2011-05-04 Thread Rajko Stojadinovic
This allows people to use the luci interface to specify to dhcpd which interfaces it should listen to, and which static MAC->IP host mappings it should define For the interface, this is done in the initscript, via commandline when the server is started For the static hosts, the initscript makes a f

Re: [OpenWrt-Devel] [PATCH] [resend] base-files: copy uClibc files from ext. toolchain

2011-05-04 Thread Sven Bachmann
Hi Jow, yes thats correct, thanks. Fixed patch is attached. Bye Sven On 04/29/2011 04:48 PM, Jo-Philipp Wich wrote: > Hi, > > why not just change "ld-*.so" to "ld-*.so*" ? > > ~ Jow > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.

Re: [OpenWrt-Devel] [Discussion] Device-specific configuration and firmware file wikipage

2011-05-04 Thread Sven Bachmann
Hi Saverio, I think that page is overloaded with information for beginners. It is also missing the information which firmware file (out of about 63 for the AR7 target) to choose. A simple page on what to select in 'make menuconfig' and which file to flash would be a good thing to start with OpenW

[OpenWrt-Devel] [PATCH] Update iputils to 20101006 (notes)

2011-05-04 Thread Luis Alberto Dallos Roa
The attached patch in the first message (size: 10005 bytes) got the final newline stripped out and the inline patch in the 2nd message got word-wrapped. The working patch is the one attached with the 2nd message (size: 10006 bytes). Kind regards, ___ op

[OpenWrt-Devel] [PATCH] Update iputils to 20101006

2011-05-04 Thread Luis Alberto Dallos Roa
This patch also fixes the ping6 linking issues with uClibc by disabling the libresolv-based stuff (the "-N nodeinfo-option" feature). Signed-off-by: Luis Alberto Dallos Roa --- Index: feeds/packages/net/iputils/Makefile === --- fee

[OpenWrt-Devel] [PATCH] Update iputils to 20101006

2011-05-04 Thread Luis Alberto Dallos Roa
This patch also fixes the ping6 linking issues with uClibc by disabling the libresolv-based stuff (the "-N nodeinfo-option" feature). Signed-off-by: Luis Alberto Dallos Roa --- Index: feeds/packages/net/iputils/Makefile === --- feed