| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
directly from attached storage (and therefore need most kernel modules compiled in)
SVN-Revision: 9669
|
|
|
|
| |
SVN-Revision: 9668
|
|
|
|
| |
SVN-Revision: 9667
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From the patch:
This setup gives us 3.5 distinguishable states:
- Solid OFF: Bootloader running, or kernel hung (timer task stalled)
- Solid ON: Kernel hung (timer task stalled)
- 5Hz blink: preinit
- Heartbeat: normal operation
Signed-off-by: oliver@opencloud.com
SVN-Revision: 9666
|
|
|
|
|
|
| |
Signed-off-by: oliver@opencloud.com
SVN-Revision: 9665
|
|
|
|
|
|
| |
Signed-off-by: oliver@opencloud.com
SVN-Revision: 9664
|
|
|
|
|
|
| |
disabling its use in busybox completely
SVN-Revision: 9663
|
|
|
|
|
|
|
|
| |
OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail.
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9662
|
|
|
|
|
|
|
|
| |
$(CP) is defined as CP:="cp -fpR"
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9661
|
|
|
|
|
|
| |
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9660
|
|
|
|
|
|
| |
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9659
|
|
|
|
|
|
| |
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9658
|
|
|
|
| |
SVN-Revision: 9657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch allows VLYNQ devices on the DG834Gv1 to be successfully
enabled.
Currently the "__vlynq_enable_device" function attempts to set the VLYNQ
device clock divisor to values from 1 through 8 until a link is
successfully established. On the DG834Gv1 (but not the DG834Gv2),
setting the VLYNQ device clock divisor to 1 (full rate) results in all
further VLYNQ operations failing (including software reset), so the
device is never enabled. This patches changes the function to only
attempt divisors 2 through 8, and hence the device is successfully
enabled.
Signed-off-by: Nick Forbes <nick.forbes@huntsworth.com>
---------
SVN-Revision: 9656
|
|
|
|
| |
SVN-Revision: 9655
|
|
|
|
|
|
| |
in 3.80
SVN-Revision: 9654
|
|
|
|
|
|
| |
Signed-off-by: Jan Willies <jan@willies.info>
SVN-Revision: 9652
|
|
|
|
|
|
| |
packaging code (ported from wr to kamikaze)
SVN-Revision: 9651
|
|
|
|
| |
SVN-Revision: 9650
|
|
|
|
|
|
| |
archive
SVN-Revision: 9649
|
|
|
|
|
|
| |
issues, needs more testing
SVN-Revision: 9648
|
|
|
|
| |
SVN-Revision: 9645
|
|
|
|
|
|
| |
during the init (should fix #2772)
SVN-Revision: 9644
|
|
|
|
| |
SVN-Revision: 9643
|
|
|
|
| |
SVN-Revision: 9642
|
|
|
|
| |
SVN-Revision: 9641
|
|
|
|
| |
SVN-Revision: 9640
|
|
|
|
| |
SVN-Revision: 9639
|
|
|
|
| |
SVN-Revision: 9638
|
|
|
|
| |
SVN-Revision: 9637
|
|
|
|
| |
SVN-Revision: 9636
|
|
|
|
|
|
| |
compile issues)
SVN-Revision: 9635
|
|
|
|
| |
SVN-Revision: 9634
|
|
|
|
|
|
|
|
|
|
| |
For some architectures like powerpc, the library must be compiled with
-fPIC
(checked also for mips/mipsel)
Signed-off-by: Thomas Langer <thomas.langer@infineon.com>
SVN-Revision: 9632
|
|
|
|
| |
SVN-Revision: 9629
|
|
|
|
| |
SVN-Revision: 9625
|
|
|
|
|
|
| |
Vasilis T. (aka Acinonyx)
SVN-Revision: 9624
|
|
|
|
| |
SVN-Revision: 9619
|
|
|
|
| |
SVN-Revision: 9618
|
|
|
|
| |
SVN-Revision: 9615
|
|
|
|
|
|
| |
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>
SVN-Revision: 9613
|
|
|
|
| |
SVN-Revision: 9612
|
|
|
|
| |
SVN-Revision: 9611
|
|
|
|
|
|
| |
Acinonyx)
SVN-Revision: 9610
|
|
|
|
| |
SVN-Revision: 9609
|
|
|
|
| |
SVN-Revision: 9608
|
|
|
|
|
|
|
|
|
|
|
|
| |
We try to unconditionally execute /etc/rc.d/* files, even if they're
not executable - an easy way of temproarily disabling a service. When
this happens, we get a permission denied error on boot.
This change only tries to run execulable startup scripts.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9607
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current init script always tries to start hotplug 2, even if
it's not present, so we get an error on boot.
This change checks for the presence of the hotplug2 binary before
trying to start it.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9606
|
|
|
|
|
|
|
|
|
| |
The ps3 video modes can be specified as readable names (eg "720p"), so
use those instead.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9605
|
|
|
|
|
|
|
|
|
| |
This changes the ps3 kernel config to build-in the System Manager
module, which is required for proper shutdown and reboot.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
SVN-Revision: 9604
|