summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
2010-06-15do not choose busybox ar, when binutils is choosenWaldemar Brodkorb
2010-06-12fix compile error when ipkg is enabledWaldemar Brodkorb
2010-04-22sync busybox configWaldemar Brodkorb
2010-04-22fix busybox compile, when ipkg is choosen and udhcpd is notWaldemar Brodkorb
2010-04-21resolve merge conflictWaldemar Brodkorb
2010-04-21update patchWaldemar Brodkorb
2010-04-12add proper infrastructure for udhcpdPhil Sutter
This is a bit hacky, as it creates a meta-package with no prompt and boolean value of the busybox internal udhcpd config symbol. It's use is only to get the required files into the image. I guess there is probably a more elegant way of doing this.
2010-04-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-04-04remove, already in upstreamWaldemar Brodkorb
2010-04-04update to latest stable upstreamWaldemar Brodkorb
2010-04-04cleanup patchWaldemar Brodkorb
2010-03-14fix ipkg, we need to use CPU_ARCHWaldemar Brodkorb
2010-03-07add config options for targets with RTCWaldemar Brodkorb
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-03-06Revert "add grep package, busybox grep lacks -w"Waldemar Brodkorb
This reverts commit f295a40984c165ae46c0a3fe2ae95b5517885392.
2010-03-06add grep package, busybox grep lacks -wWaldemar Brodkorb
2010-02-23optimize foxg20 targetWaldemar Brodkorb
- make cfgfs work, a small busybox fdisk patch needed - make adkinstall and adkupdate work
2010-02-14add generic toolchain only supportWaldemar Brodkorb
remove special cases (tomtom/g1)
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-31reworking startup using devtmpfsWaldemar Brodkorb
After this change it is not needed to create console, tty and null device nodes for nfsroot boot.
2010-01-30use target-libc combination for all builddirsWaldemar Brodkorb
IMPORTANT: do a make distclean before compiling after this commit. The directories for all build and bin directories changed, so that toolchains for different target-libc combinations can coexist. This might be usefule in the future for continous compiling after git commit, without rebuilding the toolchain. Rework busybox rebuild, when config changes. Not optimal, but at least working after this change to the directory structure.
2010-01-30enable watchdog on rb532 by default, use busybox applet.Waldemar Brodkorb
the package/watchdog could also be used, if more checks are required. (high load, free memory,..)
2010-01-19enable watchdog driver and busybox userlandWaldemar Brodkorb
does not work yet on alix1c.
2010-01-04update ethtool and iwWaldemar Brodkorb
2009-12-28use tar archive as default package backendWaldemar Brodkorb
it saves more than 200 kb on minimal setup for AG241 target. Normally reflashing or complete updates are recommended. Partial updates via ipkg are not supported right now. (we have a read-only root filesystem without any writable partition for any data outside /etc) If someone likes ipkg, it still can be selected and used.
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-24Merge commit 'origin/confgen'Waldemar Brodkorb
finally autogenerate menu Config.in files and Depends.mk for packages. thx mirabilos Conflicts: .gitignore Makefile mk/build.mk package/eglibc/Config.in package/glibc/Config.in package/uclibc++/Config.in package/uclibc/Config.in rules.mk
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-20add some manual menu entries for important packagesWaldemar Brodkorb
2009-12-19add more mirbsd compatibility patchesWaldemar
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-11-29add bridging firewall stuffWaldemar Brodkorb
- tested with a transparent squid proxy - fix some minor other stuff - not completely ready
2009-11-29add etables, finetune squid package, more busybox finetuningWaldemar Brodkorb
2009-11-29enable some needed tools by default againWaldemar Brodkorb
2009-11-28update TODO, readd find -empty feature in busyboxWaldemar Brodkorb
2009-11-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-11-27update busybox and default configWaldemar Brodkorb
2009-11-25add update script to base-filesWaldemar Brodkorb
- system update via http/ftp/ssh/file possible - add bridge script - cleanup unused files
2009-10-01abstract package backend, add perlLinux User
2009-09-18fix openssl native compileWaldemar Brodkorb
- we need cmp - we need strict.pm for most perlscripts - use correct TARGET_CROSS variables for native compiles - cosmetic changes to openssl package, add .so files so that it can be used by gcc
2009-09-16make libvirt usable, add pythonWaldemar Brodkorb
not very well tested, but runs on shutlle
2009-09-16make adk compile system work on shuttleWaldemar Brodkorb
- add some missing packages like cpio, lzma and gnu wget - make microperl more featureful, needed for kernel-header installation - make a dependency to perl - fix header installation for $libc-dev package - fix 64bit uclibc setup, simplify gcc patches and totally unrelated - add preliminary kvm and libvirt support (not tested)
2009-09-10finally boot shuttle from raid1 rootWaldemar Brodkorb
you need to set hard disk partition types to type fd. I added a grub binary package, because grub does not allow to be cross-compiled from x86_64 for example without using a multilib gcc, which we do not support.
2009-09-09add shuttle and tomtom device supportWaldemar Brodkorb
barely tested. TomTom support is for my tomtom rider 2 navigation system and is a new toolchain only target. I will add some special applications later. Shuttle is my ADK buildserver. At least I can boot via PXE and create software raid devices. Still need to figure out how to manage grub2 and how to integrate a disk installer or something like that.
2009-08-28add more packages needed for native buildsWaldemar Brodkorb
- add bison,flex,diffutils,autoconf,automake,libtool,m4,gperf - add {glibc,eglibc,uclibc}-dev packages - add libz/libncurses development packages - add PKG_OPTS to setup special options for packages noremove is needed for uclibc/eglibc/glibc packages, otherwise needed headers will be removed slightly tested, still in development
2009-08-12fix openswanWaldemar Brodkorb
- avoid busybox IP when openswan is selected - fix crypto dependencies for esp
2009-06-25add some packagesWaldemar Brodkorb
- add make/patch/rpm and dependencies - update ar7 port a little bit
2009-06-11fix some init scripts / postinst scriptsWaldemar Brodkorb
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm