aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slugos-init/files
AgeCommit message (Collapse)Author
2011-02-13SlugOS: slugos-init - No longer switch to DHCP if static IP==192.168.1.77Mike Westerhof
This behavior was confusing to users, and was a prime contributor to the "I've lost my Slug!" network problem. This fix ensures that if a user resets their NSLU2 to factory defaults, it will boot up at the expected IP address in all cases.
2011-02-13SlugOS: slugos-init/files/functions -- fix spurious shell error messageMike Westerhof
Fixes spurious message "bad number" from /bin/sh on initial boot.
2011-02-12SlugOS: turnup - create /var/lib/opkg/tmp directory (for opkg).Mike Westerhof
2011-01-30SlugOS: sysconf - change cpio usage from "crc" format to "newc" formatMike Westerhof
(busybox cpio does not (yet) support the crc format) Signed-off-by: Mike Westerhof <mike@mwester.net>
2011-01-30SlugOS: sysconf - pass along hostname to DHCP serverMike Westerhof
This change will result in the appropriate DNS entry being created dynamically, if the DHCP server supports doing so. Signed-off-by: Mike Westerhof <mike@mwester.net>
2010-11-14slugos-init: fix sh equality operatorAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-04-05SlugOS: leds - fix logic to attempt to beep even if udev hasn't yet run.Mike Westerhof
2009-04-05SlugOS: leds - attempt to modload ledtrig-timer rather than assumingMike Westerhof
it is built into the kernel. (From Martin Michlmayr)
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>