Commit Graph

72 Commits (b1abddb45fade7642e4360ed9594ba0f144fb815)

Author SHA1 Message Date
Felix Fietkau 11014b5cea disable all kernel config options that are set to =m
SVN-Revision: 14611
16 years ago
Gabor Juhos 27dee35f99 refresh 2.6.24 patches
SVN-Revision: 14451
16 years ago
Andy Boyett 9f8c82da09 Add hostapd-mini to default images where applicable
SVN-Revision: 13819
16 years ago
Jo-Philipp Wich 0fd38ec0f1 add sysupgrade support for ar360w3g
SVN-Revision: 13741
16 years ago
Florian Fainelli 5dc3098a6c Disable CONFIG_NF_CT_ACCT
SVN-Revision: 13577
16 years ago
Florian Fainelli edd0a9befb Add 2.6.27 patches and configuration
SVN-Revision: 13380
16 years ago
Imre Kaloz a695fa76a4 move THERMAL symbols into the generic config
SVN-Revision: 13346
16 years ago
Florian Fainelli 2108df91ed Since profiles kernel configuration are not concatenated to the one, resulting images will panic due to no platform flash driver, prevent this from happening
SVN-Revision: 13231
16 years ago
Florian Fainelli 23aa6acff8 Fix small typo in the ethernet driver
SVN-Revision: 13230
16 years ago
Florian Fainelli 05ddc2a53c Remove some left-over debugging options making the kerkenl exceed 768KB, resulting in a non-bootable image
SVN-Revision: 13229
16 years ago
Florian Fainelli 96f98b5616 Enable more PCMCIA specific options, thanks sn9
SVN-Revision: 13110
16 years ago
Florian Fainelli 9e98573a53 Flash mapping fixes from sn9, thanks
SVN-Revision: 13090
16 years ago
Florian Fainelli 40c7588db0 Update kernel configuration and add profiles and per-profile kernel configuration files for AMIT and Zyxel boards, thanks sn9
SVN-Revision: 13064
16 years ago
Florian Fainelli 5f9b69cfc6 Add flashmap support for AMIT and Zyxel boards, thanks sn9
SVN-Revision: 13063
16 years ago
Florian Fainelli 412a26cd00 Remove some configuration files, workarounds are now in the ethernet driver, thanks sn9
SVN-Revision: 13062
16 years ago
Florian Fainelli 8128c624bc Add amit boards specific fixups
SVN-Revision: 13061
16 years ago
Florian Fainelli 3166a61946 Prepare image Makefile to generate valid images for amit and g570s boards, thanks sn9
SVN-Revision: 13059
16 years ago
Florian Fainelli 349e61e681 Fix target description and features available for rdc
SVN-Revision: 13058
16 years ago
Nicolas Thill 3029c2fd53 disable CONFIG_USB_SUPPORT in generic config for 2.6.25 & 2.6.26 and enable it on targets where USB is supported
SVN-Revision: 12690
16 years ago
Florian Fainelli f2340f4b92 Fix card_idx calculation, thanks sn9
SVN-Revision: 12294
16 years ago
Florian Fainelli 1b0318158d Reinstate rdc bootability and force it to use init=/etc/preinit, thus the remove the hackish SetInitramfs actions
SVN-Revision: 12136
16 years ago
Florian Fainelli 4bc51e20f2 Remove 2.6.23 files, we will stick to 2.6.24 for rdc
SVN-Revision: 11944
16 years ago
Florian Fainelli a05293af33 Stick to 2.6.24 on rdc for now
SVN-Revision: 11747
16 years ago
Imre Kaloz 492ba57b56 update targets to 2.6.25.10
SVN-Revision: 11667
16 years ago
Florian Fainelli 7d81c1b6cc If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 -d 0xffe08000 -l <length>
on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401.
Signed-off-by: Joerg Albert <jal2@gmx.de>

SVN-Revision: 11662
16 years ago
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
SVN-Revision: 11627
16 years ago
Florian Fainelli 8c4a4415d9 Finally move 2.6.25 patches to patch-2.6.25 for compatibility with other kernel version
SVN-Revision: 11595
16 years ago
Florian Fainelli 097d9cd367 Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version
SVN-Revision: 11594
16 years ago
Florian Fainelli 310c6108cd Put back 2.6.24 files as well
SVN-Revision: 11593
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
SVN-Revision: 11592
16 years ago
Imre Kaloz dee39d10ee upgrade to 2.6.25.9
SVN-Revision: 11584
16 years ago
Gabor Juhos 2ccf25789e sync kernel config
SVN-Revision: 11525
16 years ago
Gabor Juhos 4af6ac74fb upgrade to 2.6.25.7, and refresh patches
SVN-Revision: 11523
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
Signed-Off by Joerg Albert <jal2@gmx.de>

SVN-Revision: 11508
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)
It adds some defines and cleans the code a bit (IMHO).

Signed-Off by Joerg Albert <jal2@gmx.de>

SVN-Revision: 11507
16 years ago
Florian Fainelli 368f07fc97 Hi,
this is the first of three patches to fix the ethernet driver of RDC R32xx applied to svn r10754.

It adds debugs and make some procedures (r6040_*) global symbols in order to help with debugging kernel oops. Version is increased from 0.16 to 0.18 to avoid conflicts with the driver variant metioned in the X-WRT forum (call 0.17.3) Tested on a Sitecom WL-153.

Signed-Off-By: Joerg Albert <jal2@gmx.de>

SVN-Revision: 11506
16 years ago
Florian Fainelli 31d9bcc1fc Use 2.6.25.6 for rdc
SVN-Revision: 11447
16 years ago
Florian Fainelli 23d1a5bd88 Use 2.6.25 for rdc321x
SVN-Revision: 11439
16 years ago
Gabor Juhos 7768b916fe refresh kernel patches
SVN-Revision: 11210
16 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)
SVN-Revision: 11184
16 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
SVN-Revision: 11097
16 years ago
Imre Kaloz e84649e578 naming convention
SVN-Revision: 10965
16 years ago
Imre Kaloz 68943e35c2 upgrade to 2.6.24.5
SVN-Revision: 10959
16 years ago
Nicolas Thill c6fe45ed55 properly disable CONFIG_CRYPTO_HW
SVN-Revision: 10952
16 years ago
Travis Kemen de4731935a add missing symbol
SVN-Revision: 10935
16 years ago
Florian Fainelli ef62f5f24d Use an update r6040 driver
SVN-Revision: 10754
16 years ago
Florian Fainelli 704d0016de Fix bzImage copy with 2.6.24 kernels
SVN-Revision: 10574
17 years ago
Florian Fainelli c592ef61b3 Upgrade rdc to 2.6.24
SVN-Revision: 10453
17 years ago
Imre Kaloz 3a0e58b2e1 upgrade & standardize kernel versions
SVN-Revision: 10443
17 years ago
Florian Fainelli 8ee2e7a4a3 Also generate http uploadable images for Airlink AR525w
SVN-Revision: 10229
17 years ago