Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply
platform patches if available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"
Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28
Set
KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2"
for Atmel AVR32 targets and "valka"
|
|
|
|
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
|
|
|
|
|
|
|
|
Otherwise they won't get applied.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well
- use little endian for sh64, like for 32bit sh
sh64 still doesn't build, but gets further along now.
|
|
Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
|
|
As discussed on the list. It isn't supported by uclibc, so I strongly doubt
anyone has been using it.
|
|
git-svn (and git) doesn't handle empty directories, so add .empty files
to those dirs like elsewhere in buildroot.
Those empty directories are normally not a big deal, but the recent changes
to u-boot broke the build.
|
|
|
|
Don't make it default yet as uclibc/busybox seems to have some issues
with it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And mark 2.6.26 as recent, 2.6.25 as deprecated while we're at it.
|
|
|
|
Needed by valgrind.
|
|
|
|
|