summaryrefslogtreecommitdiff
path: root/target/foxboard
AgeCommit message (Collapse)Author
2010-07-30fix foxboard allmodconfig, remove old linux patchesWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-04-01remove ustl, add some more bulkallmodconfig fixesWaldemar Brodkorb
2010-03-06update to 2.6.33Waldemar Brodkorb
2010-02-16add basic support for foxg20 toolchainWaldemar Brodkorb
2010-02-07make switch work, use ROOTFSUSERTARBALL where appropriateWaldemar Brodkorb
2010-02-04enable devtmpfsWaldemar Brodkorb
2010-01-20fix allmodconfig for foxboardwaldemar brodkorb
2010-01-19fix allmodconfig for foxboardwaldemar brodkorb
2010-01-10implement update for foxboardWaldemar Brodkorb
2010-01-10remove unused stuff. comment debug output.Waldemar Brodkorb
2010-01-10Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-01-09install image padded to bindirWaldemar Brodkorb
2010-01-08add message for nfs root users. device nodes need to be created manuallyWaldemar Brodkorb
2010-01-08enable e100boot compile again, accidentally removedWaldemar Brodkorb
2009-12-29move squashfs host tools to common tools dirWaldemar Brodkorb
fix bsd compile errors.
2009-12-19rename kernel and images files to be conformWaldemar Brodkorb
- use ADK_TARGET and FS for kernel files - use ADK_TARGET, ADK_LIBC and FS for image files ARCH is implicit in ADK_TARGET encoded.
2009-12-19update all targets to 2.6.32Waldemar Brodkorb
2009-11-25simplify buildsystemWaldemar Brodkorb
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default
2009-11-22add pcengines wrap supportWaldemar Brodkorb
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE
2009-11-19rename DEVICE to ADK_TARGETWaldemar Brodkorb
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated.
2009-11-11make target foxboard compileWaldemar Brodkorb
2009-11-08update to latest stable kernel, fix grub2 terminal outputWaldemar Brodkorb
- grub2 documentation is really outdated. you have to read the source to get serial working.
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-09-23remove admin account, add message after build how to login to the systemWaldemar Brodkorb
2009-08-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-23make allmodconfig work for alix1c eglibcWaldemar Brodkorb
many upstream package updates, squid, php, asterisk, gnutls, nmap, sqlite, dhcp, git
2009-08-23revert renaming of /init into /startWaldemar Brodkorb
- fix foxboard build, tested on classic - remove unsed ibm-x40 target - update all targets to linux-2.6.30.5 - fix native build, use kernel.config.$(CPU_ARCH) as kernel configuration, when /proc/config.gz does not exist on host
2009-08-22make lemote yeelong finally usableWaldemar Brodkorb
- moved startup script for all targets to /start - add kernel patch to use /start - add cryptinit package - make an encrypted rootfilesystem as choice for lemote
2009-08-20update foxboard to latest stuffWaldemar Brodkorb
2009-06-04Merge branch 'master' of ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-06-04add experimental linksys wag54h ar7 supportWaldemar Brodkorb
- network interface does not work, but system can boot
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-17Initial importwbx