summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
2015-12-21bzip2 can be used from hostWaldemar Brodkorb
2015-12-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-11-16default to simpleinit+sash for noMMU targetsWaldemar Brodkorb
GDB simulator targets for bfin/h8/300 might have only 8MB of RAM. A busybox based system in the default configuration is to big :)
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-25package/busybox: introduce ntpdate init scriptPhil Sutter
This is useful to have a blocking instance of ntpd setting the system time at startup for daemons started later which require the time being set, like e.g. aiccu. Signed-off-by: Phil Sutter <phil@nwl.cc>
2015-07-02don't stop busybox build, when iproute2 is choosenWaldemar Brodkorb
2015-06-28disable lto for ltpWaldemar Brodkorb
2015-06-26disable lto, doesn't compileWaldemar Brodkorb
2015-06-22use kmod for udev, fix busybox handling when modutils got disabledWaldemar Brodkorb
2015-06-16fix h8/300 userland buildWaldemar Brodkorb
2015-06-10add simulator target for h8/300, reorg no-MMUWaldemar Brodkorb
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol.
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-05-22add workaround for rpi2 eth0Waldemar Brodkorb
2015-05-16update busybox to latest stable versionWaldemar Brodkorb
2015-03-07disable mallopt calls, some uClibc configurations doesn't work well with it.Waldemar Brodkorb
2015-03-02update elf2flt, so that arm-nommu binaries are linkable.Waldemar 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-26remove debug codeWaldemar Brodkorb
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-27convert checksum check to sha256Waldemar 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-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-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-25disable busybox rdate, when package/rdate is usedWaldemar Brodkorb
2014-06-27rework service startup, do not hardcode into postinst scriptsWaldemar Brodkorb
2014-06-21s/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-04add kmod utils subpackageWaldemar Brodkorb
2014-06-02refactor CPU_ARCH/ARCH variablesWaldemar 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-01disabel crontab, enable devmemWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-25make bootup really quietWaldemar Brodkorb
2014-05-25fix compile on DarwinWaldemar Brodkorb
2014-05-24allow to hide packages, which are provided by busybox appletsWaldemar Brodkorb
2014-05-24remove PKG_NEED_CXXWaldemar Brodkorb
2014-05-24remove suid bit from busybox, try experimental ping patch from John SpencerWaldemar Brodkorb
2014-05-23update to latest upstream, cleanup makefileWaldemar Brodkorb
2014-05-18remove -lgcc stuff, we use static-libgccWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-05-05gnu sed no longer required, will be build as hosttoolWaldemar Brodkorb
2014-05-05enable network by defaultWaldemar Brodkorb