summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
AgeCommit message (Collapse)Author
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-23update to latest upstream, cleanup makefileWaldemar 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
2014-05-04small fix for the new services busybox stuffWaldemar Brodkorb
2014-05-04dynamically start busybox’ servicesThorsten Glaser
2014-05-02create core package section, cleanup old installer stuffWaldemar Brodkorb
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2014-03-30rework hosttools building, add tools into package stuffWaldemar Brodkorb
2014-03-11add adk-test-tools packageWaldemar Brodkorb
- scripts to shutdown qemu from linux - only start klogd when printk is available
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-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-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
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-27use include path for native buildsWaldemar 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-03-24update gcc, glibc and fix build breakageWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
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-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-01-27fix segfault in ipkg applet, sync md5 hash implementation with busyboxWaldemar Brodkorb
2011-01-25entirely drop HOSTCC stuffWaldemar Brodkorb
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2011-01-06workaround for make package=busyboxThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-06fix build error due to missing includesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-01use /sbin for watchdog binaryWaldemar 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-01fix ipkg and ipkg tools, consolidate mdev.confWaldemar 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-28use desktop ps by default, add suid bit via postinstWaldemar Brodkorb
2010-11-20unbreak on MirBSD (and, possibly, OpenBSD)Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2010-11-08check before calling ifdown if config existWaldemar Brodkorb
2010-09-18update to latest stable versionWaldemar Brodkorb
2010-09-16fintune rebuild stuff, fix some warningsWaldemar Brodkorb
2010-09-15rebuild packages on flavour or choices changeWaldemar Brodkorb
add new target rebuild. make cpio and pacch quiet. Use bin/tools for cpio and mkcrypt.
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.
2010-07-28check for uncommitted changes in /etcWaldemar Brodkorb
When using reboot, halt or poweroff check for uncommittet changes in /etc on a cfgfs enabled system. When installing packages via ipkg, check afterwards if any uncommittet changes left.