Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | add basic support to preconfigure wpa2 | 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-11 | make default mpdbox collection working out of the box | 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-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-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-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 | 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-06 | add UUID support | 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-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 | |
2014-03-25 | fix recursive tmp crap | Waldemar Brodkorb | |
2014-03-23 | fix dhcp client, when root is ro without cfgfs, simplify ipkg tmpdir stuff | Waldemar Brodkorb | |
2014-03-23 | fix ipkg url, to match my server repository | Waldemar Brodkorb | |
2014-03-21 | mdev -s is required for cfgfs, /dev/root is missing | Waldemar Brodkorb | |
2014-03-20 | DEVICE must be substituted more than once in the line | Waldemar Brodkorb | |
2014-03-19 | rework getty/shell runtime options, add git as dependency, used in ↵ | Waldemar Brodkorb | |
base-files and is always good to create patches, get updates,.. | |||
2014-03-19 | add ADK_RUNTIME_CONSOLE_SERIAL_DEVICE, minor cleanups while there | Waldemar Brodkorb | |
2014-03-15 | startup fixes | Waldemar Brodkorb | |
- always use /sbin/init, even for initramfs - mount devtmpfs for initramfs automatically in kernel space - fix armhf for adk-test-framework - remove mdev -s on boot, I think it is unneeded, takes very long on Qemu systems - add alias for ro/rw remounts of / - remove old /init and rc.shutdown, both unused | |||
2014-03-14 | rename correctly | Waldemar Brodkorb | |
2014-03-12 | separate local and net mounts, ignore comments | Waldemar Brodkorb | |
2014-03-11 | add adk-test-tools package | Waldemar Brodkorb | |
- scripts to shutdown qemu from linux - only start klogd when printk is available | |||
2014-03-10 | make printk option configurable via menuconfig | Waldemar Brodkorb | |
2014-03-07 | use standard busybox init, remove previously used /init. some configs and ↵ | Waldemar Brodkorb | |
ideas from buildroot project | |||
2014-03-04 | try to add support for graphical qemu | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-02-26 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-02-26 | rework arm support, add qemu arm model vexpress for cortex-a9 emulation ↵ | Waldemar Brodkorb | |
(hard float) | |||
2014-02-26 | update kernel 3.4.x, fixes for lemote yeelong users | Waldemar Brodkorb | |