summaryrefslogtreecommitdiff
path: root/package/busybox
AgeCommit message (Collapse)Author
2010-07-28Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-28fix basic build on FreeBSD host.Waldemar Brodkorb
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.
2010-07-26add BSD compat patchWaldemar Brodkorb
2010-07-26update to 1.17.1Waldemar Brodkorb
2010-07-16allow busybox wget to be used in an OpenADK system for native ADK usageWaldemar Brodkorb
2010-07-16ipkg hotfixWaldemar Brodkorb
2010-07-16a lot of lemote finetuningWaldemar Brodkorb
* add PCM to mixer init script * let ipkg check if rootfs is already rw mounted * fix overlapping utilities * enable DPMS in Xorg configuration, remove unused stuff * set DPMS timeout to 60 seconds via startx, disable screen blanking. Mplayer now runs fine without any screen blanking * enable some more features in vim (f.e. :split) * rename mpc package to libmpc * fix uvcvideo loading (v4l2 compat again..) * add new xset package
2010-07-15add fancy prompt with hostnameWaldemar Brodkorb
2010-07-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-14misc stuffWaldemar Brodkorb
- remove broken patch from silicon motion driver - add mpc package for upcoming gcc 4.5.x update - add /etc/adktarget, which can be used for native targets to identify - add ffplay subpackage
2010-07-13disable new appletsWaldemar Brodkorb
2010-07-12modify many PKG_DESCR variables to fit better into 80 width terminal windowWaldemar Brodkorb
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: target/alix2d/kernel.config
2010-07-07more runtime fixes, update of some packages.Waldemar Brodkorb
- update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-07-02even when vim is choosen, activate vi, f.e. crontab -e needs itWaldemar Brodkorb
2010-07-02use pkill instead of pidofWaldemar Brodkorb
2010-06-29just mount rootfs read-write for needed subcommandsWaldemar Brodkorb
2010-06-29fix ipkg files outputWaldemar Brodkorb
2010-06-29optimize ipkg package managementWaldemar Brodkorb
ipkg will automatically mount the normal read-only rootfs as read-write and after the command back to read-only. ipkg install/remove/upgrades are only supported for compact disk or disk based systems. On flash systems better reflash completely. make a kernel package containing the real kernel. Adjust ipkg.conf to contain a configurable server adress.
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
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