Commit graph

66 commits

Author SHA1 Message Date
Felix Fietkau
41af082667 fill in the kernel version info for every target, move the kernel tarball md5sums to a central place
SVN-Revision: 7748
2007-06-28 05:52:00 +00:00
Felix Fietkau
b94b11e11e minor kernel config sync
SVN-Revision: 7690
2007-06-21 17:53:08 +00:00
Felix Fietkau
f019ac4dc9 prepare for the transition to linux 2.6.22 - make it possible to override the kernel version in the target makefile
SVN-Revision: 7644
2007-06-16 01:56:04 +00:00
Florian Fainelli
de06b3b0d0 Make rdc boot a little further, still broken though, resync kernel config
SVN-Revision: 7419
2007-05-31 12:31:55 +00:00
Felix Fietkau
4c4b3a6317 move x86 lzma loader patch from generic patches into rdc-2.6 - it's causing problems at least in qemu, maybe on other systems as well and generic x86 doesn't really need the extra compression
SVN-Revision: 7342
2007-05-26 17:53:03 +00:00
Florian Fainelli
b62d62a3c4 Update rdc to .21, mark it as broken
SVN-Revision: 7335
2007-05-25 23:41:07 +00:00
Florian Fainelli
fdb603ed6b Rewrite LED driver, enable PCMCIA modules
SVN-Revision: 7185
2007-05-11 16:43:25 +00:00
Florian Fainelli
8d17e735d0 rdc-2.6 has pci support and rt61 should be built only along with rdc-2.6
SVN-Revision: 7049
2007-04-25 11:24:06 +00:00
Florian Fainelli
e064ed6645 More stuff enabled in config, fix squashfs image, thanks sn9
SVN-Revision: 6989
2007-04-17 18:38:43 +00:00
Florian Fainelli
301acad069 Suppress the useless ioctl function
SVN-Revision: 6988
2007-04-17 16:49:19 +00:00
Florian Fainelli
1612bd2f91 No longer mark rdc-2.6 as broken, squashfs is now working, thanks sn9
SVN-Revision: 6976
2007-04-16 21:46:44 +00:00
Florian Fainelli
047e517898 Fix patch doubling
SVN-Revision: 6912
2007-04-09 08:29:17 +00:00
Florian Fainelli
8ff49aed39 Fresh fixes for rdc from sn9, thanks !
SVN-Revision: 6911
2007-04-09 08:13:58 +00:00
Florian Fainelli
75262124ba Add squashfs to rdc, add nvram partition as jffs2 partition (sn9)
SVN-Revision: 6838
2007-04-02 16:13:01 +00:00
Florian Fainelli
a2e2060977 Use sn9 mtd driver
SVN-Revision: 6835
2007-04-02 16:07:40 +00:00
Florian Fainelli
69673570ca Fix the warning
SVN-Revision: 6809
2007-04-01 21:33:42 +00:00
Florian Fainelli
478fdc180a Use an updated r6040 ethernet driver which implements NAPI polling
SVN-Revision: 6805
2007-04-01 18:40:56 +00:00
Florian Fainelli
8cae829e57 Improve kernel configuration
SVN-Revision: 6802
2007-04-01 17:21:53 +00:00
Florian Fainelli
b0b49cffa2 Generate squashfs images as well
SVN-Revision: 6800
2007-04-01 17:10:03 +00:00
Florian Fainelli
b99dfc7133 Restore image creation for rdc boards
SVN-Revision: 6780
2007-04-01 11:06:32 +00:00
Florian Fainelli
8312a2acc2 Working configuration, minimalistic
SVN-Revision: 6779
2007-04-01 10:45:15 +00:00
Florian Fainelli
3e6bb28214 the redboot parsing function needs to be exported
SVN-Revision: 6778
2007-04-01 09:47:27 +00:00
Florian Fainelli
c3697977ab Code cleanup
SVN-Revision: 6777
2007-04-01 09:43:47 +00:00
Florian Fainelli
806cd71e0a Fix the division by zero (sn9)
SVN-Revision: 6770
2007-03-31 09:01:10 +00:00
Florian Fainelli
47fce96471 Disable firmware creation for the moment
SVN-Revision: 6766
2007-03-30 21:57:48 +00:00
Florian Fainelli
ed5e0b9431 Split up drivers and specific files, update flash map driver
SVN-Revision: 6765
2007-03-30 21:56:07 +00:00
Florian Fainelli
ae90a1394d Working, but very minimalistic kernel config for rdc-2.6
SVN-Revision: 6755
2007-03-29 22:15:15 +00:00
Felix Fietkau
5c9cbf119d clean up nfsd kernel config entries (#1523)
SVN-Revision: 6731
2007-03-27 23:41:05 +00:00
Mike Albon
1fa14eaccc Fix config, set directory block to -1 for redboot.
SVN-Revision: 6533
2007-03-06 23:13:20 +00:00
Tim Yardley
03beb39e5f split out profile definitions from Makefiles
structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk

These files are included by a blob match in the target Makefile

The files should be labeled based on their profile Name in the definition

SVN-Revision: 6468
2007-03-02 23:02:38 +00:00
Felix Fietkau
c6a4f047e3 correct wrong CONFIG_PCMCIA defaults (fixes buildbot errors)
SVN-Revision: 6390
2007-02-26 14:36:27 +00:00
Felix Fietkau
653f61fb3e clean up a few things in image build makefiles and fix unnecessary grub rebuilds
SVN-Revision: 6360
2007-02-25 18:20:34 +00:00
Felix Fietkau
2bcaa1fecd add missing config files
SVN-Revision: 6338
2007-02-22 03:44:37 +00:00
Felix Fietkau
e78fb96964 Reorganize kernel configs - target/linux/*/config is now a directory. ./config/default will replace the old config and config-diff (format is like config-diff, the full kernel config is no longer kept in the build system) This commit removes all the kernel config stuff, the next one will add the replacement - there's no way to do this atomically with svn.
SVN-Revision: 6337
2007-02-22 03:44:15 +00:00
Felix Fietkau
8e88bb54ba port [6229] to kamikaze
SVN-Revision: 6275
2007-02-08 01:25:18 +00:00
Florian Fainelli
fc55c51ba4 Forgot to add the DELUDE target :/
SVN-Revision: 6183
2007-01-23 00:03:01 +00:00
Florian Fainelli
acf6ec373e Add chaostable from #1187, also enable netfilter modules for ixp4xx.
SVN-Revision: 6182
2007-01-22 23:55:22 +00:00
Felix Fietkau
7a6a646497 Add initial version of the new Image Builder It's still a bit rough in a few places, but it seems to work for Broadcom at least - other targets untested.
SVN-Revision: 6071
2007-01-10 21:52:28 +00:00
Florian Fainelli
0362ccb83b Update rdc-2.6 config (#1178)
SVN-Revision: 6051
2007-01-09 19:37:00 +00:00
Florian Fainelli
d78cd65a59 Update the crc checksum to allow images being flashed via tftp
SVN-Revision: 5906
2006-12-27 18:20:38 +00:00
Felix Fietkau
35bccdd4ba store the default kernel version for our ports in a single place (target makefiles can still override it if necessary)
SVN-Revision: 5899
2006-12-25 09:12:57 +00:00
Florian Fainelli
eb2f10c841 Add image generation for ar525w
SVN-Revision: 5868
2006-12-19 23:48:47 +00:00
Imre Kaloz
b66e463bbf upgrade to 2.6.19.1, fix Gateway 7001 patch and enable image generation for ixp4xx
SVN-Revision: 5856
2006-12-19 13:14:06 +00:00
Florian Fainelli
6f68289195 Fix spelling typo
SVN-Revision: 5829
2006-12-17 23:52:18 +00:00
Felix Fietkau
35e440b69e fix a spelling mistake (spotted by armijn)
SVN-Revision: 5828
2006-12-17 23:33:25 +00:00
Florian Fainelli
5be2801df8 Update rdc-2.6 patches for 2.6.19
SVN-Revision: 5825
2006-12-17 16:26:28 +00:00
Felix Fietkau
bff468813f Upgrade to Linux 2.6.19
- Includes large parts of the patch from #1021 by dpalffy
- Includes RB532 NAND driver changes by n0-1

SVN-Revision: 5789
2006-12-14 16:41:33 +00:00
Florian Fainelli
035356c411 Update ralink module package in the WiFi profile
SVN-Revision: 5770
2006-12-12 12:58:01 +00:00
Florian Fainelli
618bb26737 Add a default Ralink profile
SVN-Revision: 5762
2006-12-11 17:55:49 +00:00
Florian Fainelli
116c345130 Enable msdos fs support and package it
SVN-Revision: 5741
2006-12-09 19:47:32 +00:00