Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
38e12fd263
|
linux-advanced: add linux26-force like in the simple linux makefile
Patch by Brian Beattie.
|
2008-07-13 06:32:58 +00:00 |
|
Ulf Samuelsson
|
cb0a2e6105
|
Make linux kernel extension visible also when defined in board directory
|
2008-05-12 21:15:32 +00:00 |
|
Ulf Samuelsson
|
4f9c37d960
|
Avoid duplicate rules for downloading kernel source, if kernel and headers are the same
|
2008-04-16 22:54:46 +00:00 |
|
Ulf Samuelsson
|
f5e9fe17b2
|
Fix bad linux kernel name
|
2008-04-16 22:45:47 +00:00 |
|
Ulf Samuelsson
|
ed638f6feb
|
Allow build to complete, even if tftpboot is not writeable by user
|
2008-04-15 21:46:47 +00:00 |
|
Ulf Samuelsson
|
1262117ee6
|
Reversing bad tftpboot patch resulting in two identical targets
|
2008-04-15 17:10:24 +00:00 |
|
Peter Korsgaard
|
bcf8f7ca9e
|
buildroot: additional tftpboot fixes
Patch by Jean-Christian de Rivaz
|
2008-04-11 21:32:09 +00:00 |
|
Nigel Kukard
|
4b6620b31b
|
* Dereference link when copying over kernel image, missed this one in my previous commit
|
2008-04-06 10:30:18 +00:00 |
|
Ulf Samuelsson
|
f9dc95c230
|
Update linux source tree with minor version
|
2008-04-06 10:02:53 +00:00 |
|
Ulf Samuelsson
|
0e65446676
|
Patch in EXTRA_VERSION
|
2008-03-31 05:42:03 +00:00 |
|
Ulf Samuelsson
|
62ce637fed
|
Allow selection of kernel config tool
|
2008-03-30 20:04:55 +00:00 |
|
Ulf Samuelsson
|
c659b13a2f
|
Remove duplicate AVR32 patches, and add support for ARCH and conditional AVR32 patches
|
2008-03-29 23:09:46 +00:00 |
|
Ulf Samuelsson
|
acdf16967d
|
Add some robustness to linux configuration
|
2008-03-29 14:09:22 +00:00 |
|
Ulf Samuelsson
|
aa67fcdbf8
|
Use correct symbold for linux config path
|
2008-03-20 23:02:41 +00:00 |
|
Ulf Samuelsson
|
43bc815a5a
|
Use correct kernel-patch for x86
|
2008-03-18 13:26:13 +00:00 |
|
Ulf Samuelsson
|
6ddaf88176
|
Use correct Linux version for depmod
|
2008-03-15 05:07:26 +00:00 |
|
John Voltz
|
c46893b7af
|
added support for kernel 2.6.24
|
2008-03-06 18:52:43 +00:00 |
|
Ulf Samuelsson
|
70e4f5c2d1
|
More debug info for linux
|
2008-01-10 09:31:15 +00:00 |
|
Ulf Samuelsson
|
8daa51407b
|
Add more info to linux status
|
2007-10-18 12:37:09 +00:00 |
|
Ulf Samuelsson
|
d84a9fc256
|
Fix syntax error in Makefile for Advanced Linux configuration
|
2007-10-18 11:58:47 +00:00 |
|
Ulf Samuelsson
|
8af5081bab
|
Use correct kernel name for advanced linux build
|
2007-10-13 23:07:04 +00:00 |
|
Ulf Samuelsson
|
453dca995e
|
Create Advanced Linux Configuration option/Remove experimental
|
2007-10-13 18:30:28 +00:00 |
|