summaryrefslogtreecommitdiff
path: root/target/lemote
AgeCommit message (Collapse)Author
2010-08-05Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2010-08-05update lemote to 2.6.35, enable version specific patches for kernel-header ↵Waldemar Brodkorb
patches
2010-08-04add a video group for lemote webcam supportWaldemar 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-15historically tty7 is reserved for XWaldemar Brodkorb
2010-07-10do not install kernel for archive rootfs, which already includes a kernelWaldemar Brodkorb
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-06-28fix busybox rebuild issue, simplify target MakefilesWaldemar Brodkorb
2010-06-20add wlan exampleWaldemar Brodkorb
2010-06-20make tmpfs size configurable via /etc/tmpfsWaldemar Brodkorb
2010-06-03fix instability problems on my loongson laptopWaldemar Brodkorb
the latest binutils contains the needed options to build a kernel with the needed workarounds. Activate the work arounds.
2010-06-02lemote: read syslog on tty11, just because we canPhil Sutter
2010-06-02lemote: use the force - open 7 virtual terminalsPhil Sutter
2010-05-29upgrade all targets to Linux 2.6.34Waldemar Brodkorb
2010-03-07add patch from rt4ls gitWaldemar Brodkorb
2010-03-06enable audio for lemoteWaldemar Brodkorb
2010-03-06enable config in /procWaldemar Brodkorb
2010-03-04fix filename in boot loader configWaldemar Brodkorb
2010-02-28finetune lemote target, activate hard disk driverWaldemar Brodkorb
2010-02-27remove old patch, yeelong support is included upstreamWaldemar Brodkorb
2010-02-27update lemote target to 2.6.33Waldemar Brodkorb
- fix libc-dev packages - fix cryptinit target
2010-02-19enable advanced realtime for all targetsWaldemar Brodkorb
2010-02-03fix path to kernelWaldemar Brodkorb
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-11update 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-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-09-11fix showstopper ;)Waldemar Brodkorb
Accidently forgot to rename these, too. I removed redundant variables. TARGET_CROSS / KERNEL_CROSS
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-24add gawk packageWaldemar Brodkorb
another openadk build package needed to compile openadk on an openadk target ;) Fix some minor glitches.
2009-08-24some work on lemoteWaldemar Brodkorb
- add new package bzip2 - make subpackage libblkid needed for swapon utility - enable hibernation on lemote
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-22update lemote supportWaldemar Brodkorb
- add latest git changes from upstream - enable embedded controller driver for battery and fan control - add wireless driver support in patch - use sata/pata driver instead of ide support tested and verified via nfs boot on my lemote book
2009-08-22fix eglibc/glibc support on lemote 64 bitWaldemar Brodkorb
2009-08-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2009-08-20add eglibc supportWaldemar Brodkorb
all three libraries tested with qemu-x86
2009-08-20add correct kernel config (page size)Waldemar Brodkorb
2009-07-10gcc 4.4 mips bug workaroundWaldemar Brodkorb
- code optimization for size still fails loading any shared library
2009-06-22make lemote boot with uClibcWaldemar Brodkorb
- patches for uClibc to work with pagesize != 4k - use gcc extension to avoid -O2 compile - use ld.so for 64 bit archs big thanks to thorsten glaser helping out here.
2009-06-14finetune kernel config for lemoteWaldemar Brodkorb
- boot via tftp works now - fix libgcrypt compile issue - disable-sjlj-exceptions, does not compile for mips64
2009-06-13finetune lemote targetWaldemar Brodkorb
2009-06-01remove unused $Id$Waldemar Brodkorb
- $id$ substitution is not apropriate for git scm
2009-05-29add lemote / loongson2f target support (no runtime tests yet)Waldemar Brodkorb
- update glibc to latest version (GIT), tarball includes glibc-ports needed for MIPS architecture - fix building of toolchain for mips64el glibc/uclibc - use /lib instead of /lib64 (no biarch support) - fix X11 dependencies in build system - fix glibc build errors for openldap, libnl, mpd and rtorrent - verified toolchain changes on alix1c