summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.misc
AgeCommit message (Collapse)Author
2014-03-13update to 3.10.33Waldemar Brodkorb
- add support for system specific patches, cubox-i and raspberry-pi patches are in conflict - fix hifiberry driver support
2014-03-06get rid of ADK_NATIVE mode, it is not regulary tested and the results where ↵Waldemar Brodkorb
not satisfying.
2013-09-25first step to port openafsWaldemar Brodkorb
2013-05-02enable RTC, fix libc.so generationWaldemar Brodkorb
2011-10-12misc fixes from bulk buildWaldemar Brodkorb
2011-09-16add support for sharp zaurus (tested on terrier cl-3200)Waldemar Brodkorb
2011-09-05add Kexec kernel option to menu, fix usage of shutdown -r in kexecWaldemar Brodkorb
2011-08-05fix two dependency problemsWaldemar Brodkorb
2011-07-28realize rfkill as moduleWaldemar Brodkorb
2011-07-14fix native kernel build for IBM X40Waldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar Brodkorb
2011-01-02add parport_pc supportWaldemar Brodkorb
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-12-13optimize for ibm x40 hardware profileWaldemar Brodkorb
2010-11-26implement the concept of target choice by embedded system or architectureWaldemar Brodkorb
you can now choose between specific embedded systems like PC Engines ALIX boards, Foxboard, .. or between generic architecture support like x86, x86_64, mips, ... This does reduce the overhead of duplicate configuration files in target directory. Now qemu, toolchain and ibm x40 support is combined in one target directory target/x86. Distinguishing between hardware profiles happens via menu based configuration. (CPU choice for kernel, CFLAGS for package building, ..). We will see if this is the right direction.
2010-11-13unify alix supportWaldemar Brodkorb
add hardware profiles for 3 alix boards, but use the same toolchain for all of them. This is just better for maintenance purpose. delete old targets.
2010-08-01remove unzip dependency, use delivered cpio. some code cleanupWaldemar Brodkorb
2010-07-30fix foxboard allmodconfig, remove old linux patchesWaldemar Brodkorb
2010-07-13add support for i2c-tools and kernel support on geodeWaldemar Brodkorb
2010-07-12fix some kernel module menu configurationWaldemar Brodkorb
2010-07-07add support for hso umts modemsWaldemar Brodkorb
if you like to use an usb umts modem with hso chipset, this is the support for it. use following in /etc/network/interfaces: auto hso0 iface hso0 inet manual pin xxxx apn foo.bar credentials go to freewrt 1.0 supporters...
2010-05-12fix make bulkallmod for some packages and target combinationsWaldemar Brodkorb
2010-04-06fix bulkallmod by renaming FOXG20 symbolWaldemar Brodkorb
2010-02-27update lemote target to 2.6.33Waldemar Brodkorb
- fix libc-dev packages - fix cryptinit target
2010-02-26update qemu targets to 2.6.33Waldemar Brodkorb
- add LZO compression choice - reactivate mdev mount in init - add correct inittab for qemu-arm
2010-02-15add special handling for kernel modules in pkgmakerWaldemar Brodkorb
- use Config.in.kmod for packages with kernel modules - cleanup dots in uclibc Config.in - avoid autotool in cryptsetup, breaks build on debian lenny
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,..)
2010-01-13fix ag241 compile. add target dependent package selections.Waldemar Brodkorb
2009-12-30add kmod dependenciesWaldemar Brodkorb
2009-09-02make rescue for x86_64 usable as PXE netboot imageWaldemar Brodkorb
A kernel with initramfs piggyback can be used to boot via PXE, even when the network driver will be loaded later. My shuttle seems to be really fresh, no boot of Debian/lenny or newer was possible. Add some drivers I need for my shuttle. Use LZMA-compression for kernel and initramfs. Fix some lvm tool dependencies meanwhile..
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-05-17Initial importwbx