summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.watchdog
AgeCommit message (Collapse)Author
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2019-10-08add phytec-imx6 basic structureWaldemar Brodkorb
2018-03-07add support for walduxWaldemar Brodkorb
2017-08-10bcm28xx: fix symbol name, make reboot work on raspberry pi'sWaldemar Brodkorb
2017-03-13banana-pro: add watchdog driverWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2015-10-11style changes, boolean -> bool, no prompt where not strictly requiredWaldemar Brodkorb
2015-05-30add support for pcengines-alixWaldemar Brodkorb
Readd Alix2d support, tested via NFS boot. Fix IPSec kernel module loading.
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-12-08add watchdog support for raspberry piWaldemar Brodkorb
2014-08-23combine cubox-i and hummingboard support, same linux patches are requiredWaldemar Brodkorb
2014-06-01add watchdog support for cubox, inlude weim by defaultWaldemar Brodkorb
2014-05-13resolve merge conflictWaldemar Brodkorb
2014-04-28final kernel config cleanupWaldemar Brodkorb
2014-03-11finetune rebuild stuffWaldemar Brodkorb
need to rebuild kmod-packages, when removed. f.e. by hudson. fix kmod-soft-watchdog while there. Use bin directory for ldd to avoid a cpio failure.
2011-02-10mikrotik-rb532: enable hardware watchdog supportPhil Sutter
2011-01-03add mtrr support, mask some drivers not useful for ibm x40Waldemar 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 ;)