summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30automake needs autoconf, autoconf needs m4Waldemar Brodkorb
2010-07-30add openbsd functionWaldemar Brodkorb
2010-07-30Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-07-30fix build on FreeBSD hostWaldemar Brodkorb
2010-07-30python is required for firefox, disable build of firefox on BSD for nowWaldemar Brodkorb
2010-07-29tac not available on FreeBSD, fix permission in tslib packageWaldemar Brodkorb
2010-07-29fix tsort wrapper for NetBSDWaldemar Brodkorb
2010-07-29add NetBSD and OpenBSD routinesWaldemar Brodkorb
2010-07-29cpio no longer required, it is deliveredWaldemar 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-29fix for FreeBSDWaldemar Brodkorb
2010-07-29add prepare script for OpenADKWaldemar Brodkorb
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-28fix cpio wrapper on Linux hostWaldemar Brodkorb
2010-07-26remove debug codeWaldemar Brodkorb
2010-07-26fixup cpio usage on MacOS X hostWaldemar Brodkorb
2010-07-24hackish fixWaldemar Brodkorb
2010-07-23macos x portability patch for cpioWaldemar Brodkorb
2010-07-16add intltool package, update xkeyboard-configWaldemar 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-26with devtmpfs, these devices nodes are obsoleteWaldemar Brodkorb
2010-06-13Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-06-07gnu tar fixes for MacOS X hostWaldemar Brodkorb
2010-05-27Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-05-27search for ncurses headers in default cygwin locationWaldemar Brodkorb
2010-05-16add preliminary support for my pcmcia smartcard readerWaldemar Brodkorb
2010-04-21fat commit to add support for firefox on ibm x40 via usb stickWaldemar Brodkorb
- add support for IBM X40 notebook - add USB boot support - add firefox package - update and add all dependencies for firefox - add xorg intel driver - add dri support for xorg
2010-03-15some fixes suggested by mhofmannWaldemar Brodkorb
- check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored
2010-03-12add new url, and wait a little bitWaldemar Brodkorb
2010-03-06use mke2fs instead of obsolete parted mkpartfsWaldemar Brodkorb
2010-02-27update foxg20 to 2.6.33, fix rsync reconfigure bugWaldemar Brodkorb
2010-02-27use correct speed for wrapWaldemar Brodkorb
2010-02-20touch gpsd header file to avoid autoheader callingWaldemar Brodkorb
2010-02-19avoid autotools usage on host systemWaldemar Brodkorb
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
2010-02-18on Linux use tsort and reverse with tac, On BSD use tsort -rWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17add fallback for autoconfWaldemar Brodkorb
2010-02-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-17fix rebuild of autotools by touching files in a correct orderWaldemar Brodkorb
from freewrt/openbsd
2010-02-17fix build on OpenBSD hostWaldemar Brodkorb
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD
2010-02-16add OpenBSDWaldemar Brodkorb
2010-02-14fix recompile BUG of PKG_MULTI packagesWaldemar Brodkorb
2010-02-14Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-02-14complete allmodconfig build on NetBSDWaldemar Brodkorb
2010-02-13add cvs package, add half-ready bzr packageWaldemar Brodkorb
2010-02-12Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb