Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-26 | fix sound device name | Waldemar Brodkorb | |
2014-08-11 | check for file existence | Waldemar Brodkorb | |
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-07-22 | show only one ip, when default route is missing | Waldemar Brodkorb | |
2014-07-22 | create mountpoint | Waldemar Brodkorb | |
2014-07-11 | make default mpdbox collection working out of the box | Waldemar Brodkorb | |
2014-07-11 | add bin/daemon users for ltp, finetune ltp | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | Waldemar Brodkorb | |
2014-06-27 | non-verbose fsck | Waldemar Brodkorb | |
2014-06-25 | add proxy support | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-18 | package/base-files: tolerate systems without rfkill application | Phil Sutter | |
Without this, ifup will fail for wireless interfaces. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2014-06-16 | remove stdout logging | Waldemar Brodkorb | |
2014-06-04 | rework simple network config, allow to configure one gateway | Waldemar Brodkorb | |
2014-05-31 | do not install ipkg.conf by default | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-28 | fix mounting | Waldemar Brodkorb | |
2014-05-27 | comment the example | Waldemar Brodkorb | |
2014-05-26 | fix parse error when rcquiet is not set | Waldemar Brodkorb | |
2014-05-25 | add ip adress before login screen | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-23 | remove, not needed and fails in nfsroot case | Waldemar Brodkorb | |
2014-05-22 | fix automount of devices registered in /etc/fstab, when usb-storage is ↵ | Waldemar Brodkorb | |
kernel builtin | |||
2014-05-19 | do not log to stderr | Waldemar Brodkorb | |
2014-05-18 | move cifs/nfs startup script back to base-files | Waldemar Brodkorb | |
2014-05-16 | move adkconfig.gz generation and adkversion to mk/image.mk, otehrwise old ↵ | Waldemar Brodkorb | |
data is included | |||
2014-05-10 | do not remount rw | Waldemar Brodkorb | |
2014-05-10 | minor fixes for nfsroot bootup | Waldemar Brodkorb | |
2014-05-10 | avoid automount of root disk partitions in mdev script | Waldemar Brodkorb | |
2014-05-10 | move bootup code into rcS, we need to setup cfgfs before starting services | Waldemar Brodkorb | |
2014-05-07 | fix some raspberry pi probs | Waldemar Brodkorb | |
2014-05-07 | add ntfs example | Waldemar Brodkorb | |
2014-05-06 | add UUID support | Waldemar Brodkorb | |
2014-05-06 | rework local mounts of bootdevice | Waldemar Brodkorb | |
2014-05-06 | use global vars | Waldemar Brodkorb | |
2014-05-06 | logic still required for partitions on boot device, move fsnet to cifs package | Waldemar Brodkorb | |
2014-05-06 | fix automounting of usb sticks | Waldemar Brodkorb | |
2014-05-05 | start shell on serial and vga, if both available | Waldemar Brodkorb | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | display Starting/Stopping service only when its enabler var is not NO | Thorsten Glaser | |
also, show only the basename and do not leak rcquiet to child env | |||
2014-05-04 | verbose (by default, deactivatable) init scripts | Thorsten Glaser | |
2014-05-02 | create core package section, cleanup old installer stuff | Waldemar Brodkorb | |
2014-04-29 | add vfat to supported filesystems | Waldemar Brodkorb | |
2014-04-04 | make fsck work | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | remove performance killer on bootup | Waldemar Brodkorb | |
2014-03-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-29 | install ipkg stuff only when choosen, be quit for rstrip, do not execute ↵ | Waldemar Brodkorb | |
make prereq | |||
2014-03-26 | remove git as dependency, we now have snapshot tarballs | Waldemar Brodkorb | |