diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 22:25:29 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-28 22:27:34 -0600 |
commit | 0e3585dae500fb0a976888f5dbdf3a37769680ec (patch) | |
tree | 89f0f3768794a9daf3253c8a2e832c3ebb3a582a /package/simpleinit/files/rc | |
parent | 6488ae4a7b82ac7c95adc34281459c373fba6be3 (diff) |
bring coldfire support in shape
Binutils 2.24 is required to get a working kernel.
Ethernet in Qemu is still broken.
Qemu Patch is still rquired in 2.2.0.
Only kernel+initramfs is working.
It seems the signal handler problem is gone with
sash and simpleinit.
Diffstat (limited to 'package/simpleinit/files/rc')
-rwxr-xr-x | package/simpleinit/files/rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/simpleinit/files/rc b/package/simpleinit/files/rc index ec8ace337..8d7189793 100755 --- a/package/simpleinit/files/rc +++ b/package/simpleinit/files/rc @@ -11,5 +11,4 @@ mkdir -p /var/log mkdir -p /var/run mkdir -p /var/tmp mdev -s -mount ifconfig lo 127.0.0.1 up |