summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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-30fix compile on CygwinWaldemar Brodkorb
2010-07-29fix basic build on OpenBSDWaldemar Brodkorb
2010-07-29remove malloc.h includes, fix FreeBSD compileWaldemar Brodkorb
2010-07-29NetBSD portability fixesWaldemar Brodkorb
2010-07-29add a cpio implementation to tools directoryWaldemar Brodkorb
cpio utility is a mess in point of portability. For example NetBSD cpio implementation does not support userid and groupid changes for the archive. This feature is required for initramfs filesystem targets. This cpio is from the Heirloom project. Fix needed rebuild of tools, when changing targets.
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-05add menu based configuration of a passwordWaldemar Brodkorb