summaryrefslogtreecommitdiff
path: root/package/busybox/config
AgeCommit message (Collapse)Author
2015-11-12default UTMP/WTMP offWaldemar Brodkorb
2015-11-06disable UTMP/WTMP for musl buildsWaldemar Brodkorb
2015-11-01busybox: update to latest stable versionWaldemar Brodkorb
2015-07-02don't stop busybox build, when iproute2 is choosenWaldemar Brodkorb
2015-06-16fix h8/300 userland buildWaldemar Brodkorb
2015-06-04enable busybox ipv6 only when kernel module is choosenWaldemar Brodkorb
2015-06-02add missing ash symbol, reported via #openadkWaldemar Brodkorb
2015-05-30use busybox rdate for adktestWaldemar Brodkorb
2015-02-28package/busybox: prevent ip applet compile when iproute2 is activePhil Sutter
2015-02-06remove bkeymaps, does not work well anymore, use kbd package. reduce busybox ↵Waldemar Brodkorb
tools in default config
2015-01-09update busybox to 2.23.0Waldemar 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-28bring coldfire support in shapeWaldemar 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-27use second partition on solidrun hw. fix install scriptWaldemar Brodkorb
2014-12-26kernel config style. fixes for allmodconfig.Waldemar Brodkorb
2014-08-31disable rdate by defaultWaldemar Brodkorb
2014-08-26add sash, simpleinit and a uclibc config for nonmmu caseWaldemar Brodkorb
2014-08-15be sure to use NOMMUWaldemar Brodkorb
2014-08-15use 5307 for now, which results in a working userland. need to investigate.Waldemar Brodkorb
2014-06-04add kmod utils subpackageWaldemar Brodkorb
2014-06-01disabel crontab, enable devmemWaldemar Brodkorb
2014-05-18remove -lgcc stuff, we use static-libgccWaldemar Brodkorb
2014-04-26add support for wlan and bluetooth on cubox, only wlan verified and workingWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-03-19use BUSYBOX_STATIC when ADK_STATIC is choosenWaldemar Brodkorb
2014-03-14add cifs example, disable busybox internal cifs codeWaldemar Brodkorb
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-02-05start udhcpc with background optionWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-11-02update busybox to latest upstreamWaldemar 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-03enable ntpd client as defaultWaldemar Brodkorb
2013-07-12add ntpd support for mpdbox, fix smbclient packageWaldemar 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-08-30update busybox to latest stable version, refresh all Config.in filesWaldemar Brodkorb
2012-03-27add some symbols, enable fuser and freeWaldemar 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-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-02-11disable some applets by defaultWaldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2010-12-30resolve merge conflictsWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar 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-16enable automatic filesystem checks for devices/partitions in /etc/fstabWaldemar Brodkorb
2010-11-28only set suid bit when installing on targetWaldemar Brodkorb
2010-11-26change defaults, enable more tr featuresWaldemar Brodkorb
2010-11-22add support for keyboard layout as a runtime optionWaldemar Brodkorb