[OpenWrt-Devel] Failing x86 builds with eglibc

2013-08-30 Thread Philip A. Prindeville
I tried to build eglibc 2.15, 2.16, and 2.17 for the Alix platform, but I'm consistently seeing: make[3]: Entering directory `/home/philipp/openwrt2/toolchain/eglibc' [ -f /home/philipp/openwrt2/build_dir/toolchain-i386_gcc-4.6-linaro_eglibc-2.15/eglibc-2.15-r18909/.autoconf ] || { cd

[OpenWrt-Devel] [PATCH] build scripts: fix 'make defconfig' damage

2013-08-28 Thread Philip A. Prindeville
explicitly specified. This patch fixes this regression from r36361. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: include/toplevel.mk === --- include/toplevel.mk (revision 37824) +++ include/toplevel.mk (working

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
Sorry if it's a little after-the-fact, but I've been wondering about the need to have a separate config domain section at all. Why not just have something like: config host ... option wants-dns-rr on Yes, config domain is still useful for external sites or for resources with static

Re: [OpenWrt-Devel] [PATCH] dnsmasq: add an --address entry for each host

2013-08-28 Thread Philip A. Prindeville
On 07/16/2013 08:48 PM, Julián Landerreche wrote: Thinking a little more about this, I'd dare to say: the dhcp_domain_add function might be ditched without remorse. After r36943 changeset, it seems it's not currently used any more. Also, after reading re-reading the dnsmasq man page a few

Re: [OpenWrt-Devel] [PATCH] [package] dnsmasq: use host-record instead of address

2013-08-28 Thread Philip A. Prindeville
I should have sent this AFTER trying out patch 3828. Julian's patch is even simpler than my suggestion. On 08/28/2013 02:42 PM, Philip A. Prindeville wrote: Sorry if it's a little after-the-fact, but I've been wondering about the need to have a separate config domain section at all. Why

[OpenWrt-Devel] [PATCH] DHCP clients requiring broadcast responses, add 'broadcast' option bool

2013-08-20 Thread Philip A. Prindeville
to be sent as an Ethernet broadcast and not as a unicast. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: package/network/services/dnsmasq/files/dnsmasq.init === --- package/network/services/dnsmasq/files

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

2011-05-12 Thread Philip A. Prindeville
: LED2 GPIO 27 : LED3 or RFKILL (Alix6) GPIO 24 : Soft switch 1 Signed-off-by: Philip Prindeville phil...@redfish-solutions.com Index: target/linux/x86/alix2/config-default === --- target/linux/x86/alix2/config-default

Re: [OpenWrt-Devel] [PATCH] Option to allow boot to run to completion before starting shell

2010-04-16 Thread Philip A. Prindeville
On 04/13/2010 01:58 PM, Florian Fainelli wrote: Le dimanche 11 avril 2010 18:44:05, Philip A. Prindeville a écrit : Setting the system variable foreground to yes causes the system to run the init scripts in series and wait for completion. This is useful if (a) you don't want the user getting

Re: [OpenWrt-Devel] [PATCH v2] Add support for net5501 SBC

2010-04-13 Thread Philip A. Prindeville
a couple of 4801. Let me know if you need something tested on it. On 04/11/2010 07:33 PM, Philip Prindeville wrote: On 4/11/10 10:51 AM, Jo-Philipp Wich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hii. Why a new subtarget and not a new profile for the generic subtarget? Because

Re: [OpenWrt-Devel] [PATCH v2] Add support for net5501 SBC

2010-04-11 Thread Philip A. Prindeville
On 04/11/2010 06:37 AM, Florian Fainelli wrote: Hi Philip, Le vendredi 9 avril 2010 23:26:19, Philip A. Prindeville a écrit : [ Since the last posting, rtz2 suggested that I remove DMI, ACPI, Mouse, Keyboard, and other unused drivers. ] This patch brings up the net5501 platform. Note

[OpenWrt-Devel] Adding an option for /etc/init.d/rcS to run to completion

2010-04-11 Thread Philip A. Prindeville
Normally the system boots with the startup scripts in /etc/init.d/ being backgrounded by /etc/init.d/rcS, as in: if [ $1 = S ]; then run_scripts $1 $2 else run_scripts $1 $2 fi but I'm thinking it might be nice to allow a variable that controls backgrounding (i.e. optionally

[OpenWrt-Devel] [PATCH] Option to allow boot to run to completion before starting shell

2010-04-11 Thread Philip A. Prindeville
ordering (and no possible race conditions). Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: package/base-files/files/etc/init.d/rcS === --- package/base-files/files/etc/init.d/rcS (revision 20795

[OpenWrt-Devel] [PATCH] Add debugging entry to hotplug config

2010-04-10 Thread Philip A. Prindeville
This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville phil...@redfish-solutions.com --- Index: package/base-files/files/etc/hotplug2-common.rules === --- package/base-files/files/etc

[OpenWrt-Devel] [PATCH] Add support for net5501 SBC

2010-04-09 Thread Philip A. Prindeville
-by: Philip Prindeville philipp_s...@redfish-solutions.com --- Index: target/linux/x86/net5501/config-default === --- target/linux/x86/net5501/config-default (revision 0) +++ target/linux/x86/net5501/config-default (revision 0

[OpenWrt-Devel] [PATCH v2] Add support for net5501 SBC

2010-04-09 Thread Philip A. Prindeville
, moving that to the generic subtarget. Fortunately, this was a fairly benign tweak. The net5501 board includes the following logic: Geode/LX processor CS5535 super-I/O chip PC87360 sensor chip Via Rhine Ethernet controllers Via Sata controllers USB, LEDS, I2C Signed-off-by: Philip Prindeville

[OpenWrt-Devel] Bringing up new platforms

2010-04-08 Thread Philip A. Prindeville
I'm trying to bring up the net5501 and having some success, but since I've just been using the project since Sunday I'm a bit at the bottom of the learning curve. I was wondering if there was a cheat-sheet on how to build common targets that might assist in doing a partial rebuild, etc. Here are