summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.misc
AgeCommit message (Collapse)Author
2023-11-15add common-clk symbolWaldemar Brodkorb
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2017-02-22rework mini.config for rpi3Waldemar Brodkorb
2017-01-20solidrun-imx6: fix bootup, root dev is now recognized as mmcblk1p1Waldemar Brodkorb
2015-11-29Add support for Intel IOMMUOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-05-02update kernel versions, add separate modules-<version>.mk files to abstract ↵Waldemar Brodkorb
patch name changes
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-01-03add thermal driver support for solidrun-imx6. do some kconfig style.Waldemar Brodkorb
2014-10-11rework audio driver loading on rpiWaldemar Brodkorb
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-07-11make nfsroot for apu hopefully workingWaldemar Brodkorb
2014-07-04add basic support for pcengines apu, only usb boot tested.Waldemar Brodkorb
2014-06-01add watchdog support for cubox, inlude weim by defaultWaldemar Brodkorb
2014-05-23split targethelp from install targetWaldemar Brodkorb
cleanup target/*/Makefile stuff.
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-05-07update to 3.14.3, convert some drivers to modulesWaldemar Brodkorb
2014-04-28final kernel config cleanupWaldemar Brodkorb
2014-04-26use select instead of default yWaldemar Brodkorb
2014-04-26enable rtc for cubox-iWaldemar Brodkorb
2014-04-23fix bootup from sdWaldemar Brodkorb
2014-04-23more fixes and drivers for cubox-iWaldemar Brodkorb
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,..)