summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
2014-03-07switching 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-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2014-02-17fix installations of big packages with ipkg for some systems, like raspberry piWaldemar Brodkorb
2014-02-05start udhcpc with background optionWaldemar Brodkorb
2014-01-16fix cross-compile on OpenBSD hostWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-11-07update valgrind to latest upstream version, strlen is not a function in ↵Waldemar Brodkorb
ld.so in latest glibc/eglibc setups, just remove the redirect for now. enable automatic building of debug subpackages. update TODO
2013-11-02update busybox to latest upstreamWaldemar Brodkorb
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-18reorganize the handling of busybox applets, which needs to be disabled when ↵Waldemar Brodkorb
full programm is choosen by the user
2013-10-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-10-04fix build with muslWaldemar Brodkorb
2013-10-03enable ntpd client as defaultWaldemar Brodkorb
2013-09-13fix half way libgcc headacheWaldemar Brodkorb
2013-08-14sorry libgcc problem still exist. don't know whyWaldemar Brodkorb
2013-08-14prepare the base system without libgcc even for muslWaldemar Brodkorb
2013-08-14musl libc compat updatesWaldemar Brodkorb
2013-08-12complete musl support, tested with qemu-armWaldemar Brodkorb
2013-07-12add ntpd support for mpdbox, fix smbclient packageWaldemar Brodkorb
2013-04-29fix find usage for native adk systems, found on lemoteWaldemar Brodkorb
2013-01-31fix build errorWaldemar Brodkorb
2012-10-07support for 32/64 x86_64 multilib with eglibcWaldemar Brodkorb
2012-10-05make 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-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2012-09-27use include path for native buildsWaldemar Brodkorb
2012-09-26fix close(-1) segfaults on mips64Waldemar Brodkorb
2012-09-21add -pthread, needed for static linkingWaldemar Brodkorb
2012-08-30update busybox to latest stable version, refresh all Config.in filesWaldemar Brodkorb
2012-07-31update eglibc to 2.16Waldemar Brodkorb
2012-06-02make XZ working for old kernelWaldemar Brodkorb
2012-03-27add some symbols, enable fuser and freeWaldemar Brodkorb
2012-03-24busybox needs libtirpc, now that eglibc/glibc removed rpc stuffWaldemar Brodkorb
2012-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2012-03-20disable mconf, compile error on darwinWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2011-10-16change defaults for brctl and cpioWaldemar Brodkorb
2011-10-08push pacemaker stuff in a usable state.Waldemar Brodkorb
2011-09-25disable hdparm by defaultWaldemar Brodkorb
2011-07-28busybox needs tar functions to compileWaldemar Brodkorb
2011-06-12fix remount nfsroot bugWaldemar Brodkorb
2011-05-30added package dependencywarhog
Signed-off-by: warhog <warhog@gmx.de>
2011-04-26package/busybox: CFLAGS variable seems to be handled since last minor updatePhil Sutter
Therefore drop the EXTRA_CFLAGS variable, as that makes gcc complain because of doubly passed -fhonour-copts parameter.
2011-04-26package/busybox: add some fix and enhancement for the nameif appletPhil Sutter
2011-04-13disable cflags checkWaldemar Brodkorb
2011-04-12package/busybox: minor update, some fixes and commentsPhil 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-01fix startup scripts, when variable is not set in /etc/rc.confWaldemar Brodkorb
2011-02-11disable some applets by defaultWaldemar Brodkorb
2011-01-28remove default optimization flagsWaldemar Brodkorb
2011-01-27fix segfault in ipkg applet, sync md5 hash implementation with busyboxWaldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb