Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2.6.27.7 patches for AVR32 | Ulf Samuelsson | 2008-12-20 | 7 | -0/+26968 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Do not use a localversion of kernel, to allow modules to be installed in the ↵ | Ulf Samuelsson | 2008-07-10 | 1 | -0/+5 |
| | | | | correct directory | ||||
* | Add AVR32 patches for 2.6.25.10 | Ulf Samuelsson | 2008-07-10 | 2 | -0/+7 |
| | |||||
* | Remove trailing quote from help lines | Thiago A. Corrêa | 2008-07-02 | 1 | -6/+6 |
| | |||||
* | Remove duplicate AVR32 patches, and add support for ARCH and conditional ↵ | Ulf Samuelsson | 2008-03-29 | 9 | -0/+41065 |
| | | | | AVR32 patches | ||||
* | Add 2.6.22.10 and 2.6.23 support | Ulf Samuelsson | 2007-10-12 | 4 | -0/+17813 |
| | |||||
* | Delete avr32 specific patch and introduced merged at91/avr32 patch | Ulf Samuelsson | 2007-08-19 | 2 | -14950/+0 |
| | |||||
* | Move AVR32 kernel patches to target/device/Atmel/arch-avr32 | Ulf Samuelsson | 2007-08-18 | 2 | -0/+14950 |
Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86 |