Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
Conflicts: package/freeradius-server/Makefile package/nss/patches/patch-mozilla_security_coreconf_Linux_mk | |||
2010-07-06 | massive whitespace cleanup (EOL), suggested by j.seitter | Waldemar Brodkorb | |
2010-06-28 | fix busybox rebuild issue, simplify target Makefiles | Waldemar Brodkorb | |
2010-05-29 | upgrade all targets to Linux 2.6.34 | Waldemar Brodkorb | |
2010-04-22 | make rb532 bootable from nand again | Waldemar Brodkorb | |
2010-03-01 | update rb532 to 2.6.33 | Waldemar Brodkorb | |
2010-02-21 | rename ext2-cf target rootfs to ext2-block | Waldemar Brodkorb | |
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block | |||
2010-02-21 | use TARGET_CROSS, minor indentation fixes | Waldemar Brodkorb | |
2010-02-07 | implement adkupdate and adkinstall for rb532 boards | Waldemar Brodkorb | |
2010-02-04 | implement cfgfs for devices with NAND flash like rb532 | Waldemar Brodkorb | |
2010-02-04 | add a separate partition for cfgfs | Waldemar Brodkorb | |
2010-02-04 | enable mtd character support | Waldemar Brodkorb | |
2010-01-31 | reworking startup using devtmpfs | Waldemar Brodkorb | |
After this change it is not needed to create console, tty and null device nodes for nfsroot boot. | |||
2010-01-30 | implement installation on nand and fix nand bootup | Waldemar Brodkorb | |
rb532 nand usage fixed. Rename cfinstall to adkinstall to abstract from backend device used. | |||
2010-01-30 | enable YAFFS2 and NAND for rb532 by default | Waldemar Brodkorb | |
2010-01-30 | enable 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-30 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-01-30 | update uclibc to latest upstream version | Waldemar Brodkorb | |
MIPS problem is solved, no extension patch needed anymore. uClibc can be compiled again with optimization for size. getline patch is already included upstream. New patch backported from uclibc-current, to compile fastat on 64 Bit Host and Target. ICE for Etrax also fixed. | |||
2010-01-30 | update TODO and BUGS to reflect my plan | Waldemar Brodkorb | |
2010-01-19 | fix rb532 allmodconfig | Waldemar Brodkorb | |
2010-01-08 | add message for nfs root users. device nodes need to be created manually | Waldemar Brodkorb | |
2009-12-19 | rename kernel and images files to be conform | Waldemar 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-11 | update to 2.6.32 | Waldemar Brodkorb | |
2009-11-25 | simplify buildsystem | Waldemar Brodkorb | |
- remove ADK_IPV6, ADK_CXX and ADK_X11 - enable ipv6 by default in uclibc - enable build of c++ compiler by default | |||
2009-11-22 | add pcengines wrap support | Waldemar Brodkorb | |
- fix DEVICE -> ADK_TARGET conversions missed last time - make wrap boot via PXE | |||
2009-11-19 | rename DEVICE to ADK_TARGET | Waldemar 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-08 | update to latest stable kernel, fix grub2 terminal output | Waldemar Brodkorb | |
- grub2 documentation is really outdated. you have to read the source to get serial working. | |||
2009-10-18 | update gcc, binutils, gdb, linux kernel, dnsmasq and alsa | Waldemar Brodkorb | |
WARNING: tested only on qemu-x86 | |||
2009-09-23 | remove admin account, add message after build how to login to the system | Waldemar Brodkorb | |
2009-08-23 | revert renaming of /init into /start | Waldemar 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-22 | make lemote yeelong finally usable | Waldemar 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-12 | update gcc, kernel and uclibc Makefile | Waldemar Brodkorb | |
- bring rb532 in shape, make it bootable | |||
2009-07-23 | update to 2.6.30.1 | Waldemar Brodkorb | |
2009-07-10 | gcc 4.4 mips bug workaround | Waldemar Brodkorb | |
- code optimization for size still fails loading any shared library | |||
2009-06-27 | update packages, fix rb532 ext2 rootfs | Waldemar Brodkorb | |
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532 | |||
2009-06-19 | fix broken patch, now rb532 boots fine and fast | Waldemar Brodkorb | |
2009-06-18 | fix broken uClibc | Waldemar Brodkorb | |
- after upgrade to gcc 4.4 ld.so in uClibc was broken - add gcc attribute always_inline for ld.so static functions - -Os does not automatically inline the code, use O2 especially for mips and uClibc compile | |||
2009-06-13 | update to 2.6.30 | Waldemar Brodkorb | |
2009-06-04 | Merge branch 'master' of ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-31 | make rb532 kernel compile with gcc 4.4 | Waldemar Brodkorb | |
2009-05-17 | fix rootfs creation for ext2 | Waldemar Brodkorb | |
2009-05-17 | Initial import | wbx | |