Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-27 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-09-27 | use include path for native builds | Waldemar Brodkorb | |
2012-09-26 | fix close(-1) segfaults on mips64 | Waldemar Brodkorb | |
2012-09-21 | add -pthread, needed for static linking | Waldemar Brodkorb | |
2012-08-30 | update busybox to latest stable version, refresh all Config.in files | Waldemar Brodkorb | |
2012-07-31 | update eglibc to 2.16 | Waldemar Brodkorb | |
2012-06-02 | make XZ working for old kernel | Waldemar Brodkorb | |
2012-03-27 | add some symbols, enable fuser and free | Waldemar Brodkorb | |
2012-03-24 | busybox needs libtirpc, now that eglibc/glibc removed rpc stuff | Waldemar Brodkorb | |
2012-03-24 | update gcc, glibc and fix build breakage | Waldemar Brodkorb | |
2012-03-20 | disable mconf, compile error on darwin | Waldemar Brodkorb | |
2012-03-20 | allconfig fixes for lemote yeelong | Waldemar Brodkorb | |
2011-10-16 | change defaults for brctl and cpio | Waldemar Brodkorb | |
2011-10-08 | push pacemaker stuff in a usable state. | Waldemar Brodkorb | |
2011-09-25 | disable hdparm by default | Waldemar Brodkorb | |
2011-07-28 | busybox needs tar functions to compile | Waldemar Brodkorb | |
2011-06-12 | fix remount nfsroot bug | Waldemar Brodkorb | |
2011-05-30 | added package dependency | warhog | |
Signed-off-by: warhog <warhog@gmx.de> | |||
2011-04-26 | package/busybox: CFLAGS variable seems to be handled since last minor update | Phil Sutter | |
Therefore drop the EXTRA_CFLAGS variable, as that makes gcc complain because of doubly passed -fhonour-copts parameter. | |||
2011-04-26 | package/busybox: add some fix and enhancement for the nameif applet | Phil Sutter | |
2011-04-13 | disable cflags check | Waldemar Brodkorb | |
2011-04-12 | package/busybox: minor update, some fixes and comments | Phil Sutter | |
- update to 1.18.4 - introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit - document how the package/busybox/config may be updated - document what needs to be done so one may drop 003-defaults.patch - update package/busybox/config, a few busybox features were not selectable | |||
2011-03-01 | fix startup scripts, when variable is not set in /etc/rc.conf | Waldemar Brodkorb | |
2011-02-11 | disable some applets by default | Waldemar Brodkorb | |
2011-01-28 | remove default optimization flags | Waldemar Brodkorb | |
2011-01-27 | fix segfault in ipkg applet, sync md5 hash implementation with busybox | Waldemar Brodkorb | |
2011-01-26 | some usb fixes, wrong controller choosen. (and some more minor changes) | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2011-01-06 | workaround for make package=busybox | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | fix build error due to missing includes | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-04 | unblock wlan before starting networking | Waldemar Brodkorb | |
2011-01-01 | use /sbin for watchdog binary | Waldemar Brodkorb | |
2010-12-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-12-30 | fix startup scripts, fix stop routine | Waldemar Brodkorb | |
2010-12-30 | resolve merge conflicts | Waldemar Brodkorb | |
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-16 | enable automatic filesystem checks for devices/partitions in /etc/fstab | Waldemar Brodkorb | |
2010-12-01 | fix ipkg and ipkg tools, consolidate mdev.conf | Waldemar Brodkorb | |
cpio under macosx or bsd creates tar archives via stdin while using find . with leading ./. heirloom cpio shipped with OpenADK does remove the leading ./. Adopt ipkg busybox applet to work without ./. Fix ipkg-build to be faster and to use included cpio for inner tar creation. Dependency to GNU tar can now be dropped. | |||
2010-11-28 | only set suid bit when installing on target | Waldemar Brodkorb | |
2010-11-28 | use desktop ps by default, add suid bit via postinst | Waldemar Brodkorb | |
2010-11-26 | change defaults, enable more tr features | Waldemar Brodkorb | |
2010-11-22 | add support for keyboard layout as a runtime option | Waldemar Brodkorb | |
2010-11-20 | unbreak on MirBSD (and, possibly, OpenBSD) | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2010-11-08 | check before calling ifdown if config exist | Waldemar Brodkorb | |
2010-09-28 | add macosx compat patches from git | Waldemar Brodkorb | |
2010-09-18 | update to latest stable version | Waldemar Brodkorb | |
2010-09-16 | fintune rebuild stuff, fix some warnings | Waldemar Brodkorb | |