[OpenWrt-Devel] [Patch v2] Geos -- new x86 subtarget definition

2010-10-07 Thread Philip Prindeville
This defines the Geos platform from Traverse Technologies in AUS. This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot. I'll add support for the LEDs separately. Signed-off-by: Philip A. Prindeville

[OpenWrt-Devel] UBNT AirRouter WIP?

2010-10-07 Thread Kelly Hogan
Anyone else working with the Ubiquiti AirRouter yet? Were attempting to get it running. We've got the backfire kernel from the Nano M running on it, and making progress, but the radio still is unrecognized. If others are working on it, let us know so we can collaborate on the process. THanks!

Re: [OpenWrt-Devel] [PATCH] Allow install of packages to be customized per target without tainting packages themselves

2010-10-07 Thread Felix Fietkau
On 2010-10-06 7:57 PM, Philip Prindeville wrote: > > > This patch allows an ipkg install and then invoking post-processing rules to > customize it in-place on the target. > > An example is target/linux/x86/geos/target.mk: > > ... > CS5535_MASK:=0x0E00048 > ... > > define Package/kmod-gpio-cs5

Re: [OpenWrt-Devel] Question about package dependencies

2010-10-07 Thread Alan Post
This is very useful, thank you mirko. Should I include depends on things like libc? I notice there is a variable called PKG_BUILD_DEPENDS. I've seen it used for host-side compilation of the same package. A package I'm working on also needs bison and flex and build-time dependencies. Is it appr

Re: [OpenWrt-Devel] Question about package dependencies

2010-10-07 Thread Mirko Vogt
Hey Alan, let's imagine we have a Makefile/port/package called , and the following within the respective Makefile: DEPENDS:=bar # package will be only selectable, if is selected DEPENDS:=+bar # will be always selectable and - if selected - is going to select automatically as dependency Gree

Re: [OpenWrt-Devel] Lua number representation: request for rollback

2010-10-07 Thread Jo-Philipp Wich
Hi. I changed the internal number representation to double now. "Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio (double int32)" > function err() >local t = os.time() >print(string.format("%d %d\n", t, t + math.floor(1))) > end > > err() 1286455595 1286455596 > x = 12345678

Re: [OpenWrt-Devel] How to make "backup dns" entries

2010-10-07 Thread Alexey Loukianov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 06.10.2010 18:43, Lukas Macura wrote: > If I understand it good, /etc/hosts has precedence in normal situation. > This could be probably solved by nsswitch.conf, but it seems that it is > not used in light dns resolver which is in OpenWrt. > dnsmasq

Re: [OpenWrt-Devel] [PATCH] kmod-sound-i8x0 missing dependencies

2010-10-07 Thread Jo-Philipp Wich
Committed in r23283 - thanks! ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel