47 Commits (34d362d1a7c6c28b7a2d7c364972ef14091b29b9)

Author SHA1 Message Date
Florian Fainelli 180526a910 Put the files created by the lzma decompressor patch in the files/ directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another 16 years ago
Florian Fainelli 8c4a4415d9 Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version 16 years ago
Florian Fainelli 097d9cd367 Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version 16 years ago
Florian Fainelli 310c6108cd Put back 2.6.24 files as well 16 years ago
Florian Fainelli 9e151671a9 Put back 2.6.23 files for rdc, allowing to switch from one kernel version to another for testing 16 years ago
Imre Kaloz dee39d10ee upgrade to 2.6.25.9 16 years ago
Gabor Juhos 2ccf25789e sync kernel config 16 years ago
Gabor Juhos 4af6ac74fb upgrade to 2.6.25.7, and refresh patches 16 years ago
Florian Fainelli 0d40a2f95b his patch mainly fixes the huge delay when we ping from the RDC device to another host (160-230 ms). r6040_rx() was rewritten. Further changes: - fix a bug in hex2str(), which overwrote the source with a zero - removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly - r6040_rx: don't take the error from the MLSR register (may be too late) but from the descriptor (we may have to allow these errors (via MCR0) there - r6040_alloc_rxbufs() may fail due to lack of skb, added a return value - changed some debugs - more defines - version: 0.18 -> 0.19 16 years ago
Florian Fainelli 01e594e704 This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch applied) and fixes the following issues: - re-added the parent parameter to specify a netdevice to steal the MAC address from (optional). - fixed null pointer access in r6040_rx() (lp->dev init. was missing) - fixed "scheduling while atomic" endless loop if tx_timeout() was called (caused by the re-allocs of the buffers) - fixed tx timeouts (tx irq weren't re-enabled on rx irq) 16 years ago
Florian Fainelli 368f07fc97 Hi, 16 years ago
Florian Fainelli 31d9bcc1fc Use 2.6.25.6 for rdc 16 years ago
Florian Fainelli 23d1a5bd88 Use 2.6.25 for rdc321x 16 years ago
Gabor Juhos 7768b916fe refresh kernel patches 17 years ago
Gabor Juhos f9719b35c8 upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19) 17 years ago
Nicolas Thill e3a42b23c6 enable proper PCI & USB support detection at config-time by disabling CONFIG_PCI & CONFIG_USB entries in generic/config and enabling them on targets where appropriate 17 years ago
Imre Kaloz e84649e578 naming convention 17 years ago
Imre Kaloz 68943e35c2 upgrade to 2.6.24.5 17 years ago
Nicolas Thill c6fe45ed55 properly disable CONFIG_CRYPTO_HW 17 years ago
Travis Kemen de4731935a add missing symbol 17 years ago
Florian Fainelli ef62f5f24d Use an update r6040 driver 17 years ago
Florian Fainelli 704d0016de Fix bzImage copy with 2.6.24 kernels 17 years ago
Florian Fainelli c592ef61b3 Upgrade rdc to 2.6.24 17 years ago
Imre Kaloz 3a0e58b2e1 upgrade & standardize kernel versions 17 years ago
Florian Fainelli 8ee2e7a4a3 Also generate http uploadable images for Airlink AR525w 17 years ago
Florian Fainelli 6907b29d8f Upgrade rdc to 2.6.23.14 17 years ago
Florian Fainelli e22d12ddfc Add support for the gpio connected reset button 17 years ago
Felix Fietkau 1bca0cc517 make the image filenames a bit shorter 17 years ago
Florian Fainelli 486492b407 We are now at .23.1 17 years ago
Florian Fainelli e9d7dc5803 Resync kernel config, do not enable the setup file 17 years ago
Florian Fainelli f61a627092 Typo on PCI ids 17 years ago
Florian Fainelli 9dc51096e6 Add the RDC PCI ids for a fancier PCI device table.Return the system name on boot. 17 years ago
Florian Fainelli c1baf67fbf Fix profile/image generation for dir450 17 years ago
Florian Fainelli 4bc640743a Upgrade rdc to 2.6.23, fix the r6040 driver printk's 17 years ago
Florian Fainelli e54eec19b7 Clean up the r6040 driver using checkpatch 17 years ago
Florian Fainelli 8c47e7b842 RDC is not broken with trunk 17 years ago
Florian Fainelli 9a6b4fa7da Led is not active low by default, register the watchdog 17 years ago
Florian Fainelli af54509be8 Use PCI for rdc 17 years ago
Florian Fainelli 1ac2bcd422 RDC vendor id is unknown 17 years ago
Florian Fainelli 6278dd1093 Build all firmware until we put back profiles 17 years ago
Florian Fainelli db7bf6f616 Rewrite platform code to be smarter 17 years ago
Gabor Juhos 438dfe5c6f get rid of per-profile base-files 17 years ago
Felix Fietkau 236d7e62ca clean up jffs2 config options 17 years ago
Florian Fainelli 8c612a1cdb Add support for the D-Link DIR-450, thanks to Macpaul Lin ! 17 years ago
Felix Fietkau 87a88cebc7 adapt profiles for subtarget changes 17 years ago
Felix Fietkau a9d683ca91 major target cleanup. it is now possible to have subtargets that can override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets 17 years ago
Felix Fietkau 56231056ea strip the kernel version suffix from target directories, except for brcm-2.4 (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. 17 years ago