Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵ | Waldemar Brodkorb | |
tools in default config | |||
2015-01-26 | remove debug code | Waldemar Brodkorb | |
2015-01-09 | update busybox to 2.23.0 | Waldemar Brodkorb | |
add upstream patches. Fix the busybox disable mechanism. When you choose less or lsusb full blown version, be sure busybox applet is disabled. | |||
2014-12-28 | bring coldfire support in shape | Waldemar Brodkorb | |
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. | |||
2014-12-27 | use second partition on solidrun hw. fix install script | Waldemar Brodkorb | |
2014-12-27 | convert checksum check to sha256 | Waldemar Brodkorb | |
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages. | |||
2014-12-26 | kernel config style. fixes for allmodconfig. | Waldemar Brodkorb | |
2014-08-31 | disable rdate by default | Waldemar Brodkorb | |
2014-08-26 | add sash, simpleinit and a uclibc config for nonmmu case | Waldemar Brodkorb | |
2014-08-15 | be sure to use NOMMU | Waldemar Brodkorb | |
2014-08-15 | use 5307 for now, which results in a working userland. need to investigate. | 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-25 | disable busybox rdate, when package/rdate is used | Waldemar Brodkorb | |
2014-06-27 | rework service startup, do not hardcode into postinst scripts | 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-04 | add kmod utils subpackage | Waldemar Brodkorb | |
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-06-01 | disabel crontab, enable devmem | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-25 | make bootup really quiet | Waldemar Brodkorb | |
2014-05-25 | fix compile on Darwin | Waldemar Brodkorb | |
2014-05-24 | allow to hide packages, which are provided by busybox applets | Waldemar Brodkorb | |
2014-05-24 | remove PKG_NEED_CXX | Waldemar Brodkorb | |
2014-05-24 | remove suid bit from busybox, try experimental ping patch from John Spencer | Waldemar Brodkorb | |
2014-05-23 | update to latest upstream, cleanup makefile | Waldemar Brodkorb | |
2014-05-18 | remove -lgcc stuff, we use static-libgcc | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-05-05 | gnu sed no longer required, will be build as hosttool | Waldemar Brodkorb | |
2014-05-05 | enable network by default | Waldemar Brodkorb | |
2014-05-04 | small fix for the new services busybox stuff | Waldemar Brodkorb | |
2014-05-04 | dynamically start busybox’ services | Thorsten Glaser | |
2014-05-04 | simplify add_rcconf | Waldemar Brodkorb | |
2014-05-04 | fix $syslogd_flags misuse | Thorsten Glaser | |
2014-05-04 | automatic dæmonising of services | Thorsten Glaser | |
2014-05-02 | create core package section, cleanup old installer stuff | Waldemar Brodkorb | |
2014-04-26 | add support for wlan and bluetooth on cubox, only wlan verified and working | Waldemar Brodkorb | |
2014-04-13 | fix postinst script | Waldemar Brodkorb | |
2014-04-07 | resolve merge | Waldemar Brodkorb | |
2014-04-07 | allow to enable daemons on startup via menuconfig | Waldemar Brodkorb | |
2014-04-07 | fix build when tar is disabled | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |
2014-03-19 | use BUSYBOX_STATIC when ADK_STATIC is choosen | Waldemar Brodkorb | |
2014-03-14 | add cifs example, disable busybox internal cifs code | 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-07 | switching to mksh as default shell. It just works nice, when trying to debug ↵ | Waldemar Brodkorb | |
the bootup process. set -x wirh ash is not working well. And another reason, I have a good contact to the main developer of mksh. Actually he is a friend of mine ;). Adds 50 Kb to the default system (measured for x86 initramfs+kernel) | |||
2014-03-06 | get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵ | Waldemar Brodkorb | |
not satisfying. | |||
2014-02-17 | fix installations of big packages with ipkg for some systems, like raspberry pi | Waldemar Brodkorb | |
2014-02-05 | start udhcpc with background option | Waldemar Brodkorb | |
2014-01-16 | fix cross-compile on OpenBSD host | Waldemar Brodkorb | |
2013-12-02 | update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵ | Waldemar Brodkorb | |
libmpd, ffmpeg |