summaryrefslogtreecommitdiff
path: root/target/rb532/kernel.config
AgeCommit message (Collapse)Author
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-11-18update routerboard patches and kernel configsWaldemar Brodkorb
2010-04-22make rb532 bootable from nand againWaldemar Brodkorb
2010-03-01update rb532 to 2.6.33Waldemar Brodkorb
2010-02-04enable mtd character supportWaldemar Brodkorb
2010-01-31reworking startup using devtmpfsWaldemar Brodkorb
After this change it is not needed to create console, tty and null device nodes for nfsroot boot.
2010-01-30enable YAFFS2 and NAND for rb532 by defaultWaldemar Brodkorb
2010-01-30enable 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,..)
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-06-27update packages, fix rb532 ext2 rootfsWaldemar Brodkorb
- update alsa, asterisk and nfs-utils - fix ext2fs rootfs on rb532
2009-06-19fix broken patch, now rb532 boots fine and fastWaldemar Brodkorb
2009-05-31make rb532 kernel compile with gcc 4.4Waldemar Brodkorb
2009-05-17Initial importwbx