aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
Commit message (Collapse)AuthorAgeFilesLines
* fix jffs2 64k and 128k images overwrite each otherFlorian Fainelli2010-07-311-1/+1
| | | | | | | | | When trying to build images with jffs2 filesystem for ramips platform there is only one jffs2 image produced instead of two (64k and 128k). Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 22435
* ramips: enable ethernet driver for rt288xGabor Juhos2010-07-152-2/+2
| | | | SVN-Revision: 22214
* ramips: register ethernet device on the RT-N15Gabor Juhos2010-07-151-0/+8
| | | | SVN-Revision: 22213
* ramips: add generic ethernet device for the RT288xGabor Juhos2010-07-152-0/+44
| | | | SVN-Revision: 22212
* ramips: add mdio_cfg configuration for the ethernet driverGabor Juhos2010-07-153-0/+86
| | | | SVN-Revision: 22211
* ramips: Fix bridging in ramips ethernet driverGabor Juhos2010-07-131-1/+1
| | | | | | | | | | | | | | | | | | Bridging between the ramips ethernet driver and rt2800pci was somewhat broken. Frames received by the ethernet driver which were passed to the wifi driver for transmission were sometimes corrupted or sent out with huge delays. The reason for this is the missing assignment of skb->tail in the ramips ethernet driver's rx path resulting in skb->tail pointing to skb->data. Since skb->tail is used by mac80211 it writes into skb->data which messes up the frames content. Fix this by using skb_put to correctly set skb->len and skb->tail. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 22172
* ramips: protect GPIO register access with a spinlockGabor Juhos2010-07-131-1/+11
| | | | SVN-Revision: 22171
* ramips: sync kernel configGabor Juhos2010-07-132-22/+0
| | | | SVN-Revision: 22170
* kernel: update to kernel 2.6.34.1Hauke Mehrtens2010-07-101-1/+1
| | | | SVN-Revision: 22118
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-301-1/+0
| | | | SVN-Revision: 21995
* fix commit r21993Alexandros C. Couloumbis2010-06-302-0/+2
| | | | SVN-Revision: 21994
* generic: merge mips multi machine update to generic patches for 2.6.34Gabor Juhos2010-06-041-135/+0
| | | | SVN-Revision: 21675
* generic: merge mips multi machine update to generic patches for 2.6.32Gabor Juhos2010-06-041-134/+0
| | | | SVN-Revision: 21673
* Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.John Crispin2010-05-311-1/+1
| | | | | | Signed-off-by: Helmut Schaa SVN-Revision: 21643
* ramips: Added preinit scriptlet to set vars based on cpuinfo during ↵Daniel Dickinson2010-05-301-0/+7
| | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ramips.sh was sourced SVN-Revision: 21635
* ramips: merge slab patchGabor Juhos2010-05-283-20/+2
| | | | SVN-Revision: 21607
* ramips: use COMMAND_LINE_SIZE directlyGabor Juhos2010-05-282-12/+1
| | | | SVN-Revision: 21606
* ramips: add missing 2.6.34 config filesGabor Juhos2010-05-282-0/+359
| | | | SVN-Revision: 21605
* ramips: refresh 2.6.34 patchesGabor Juhos2010-05-284-18/+15
| | | | SVN-Revision: 21604
* ramips: sync 2.6.32 configGabor Juhos2010-05-282-4/+0
| | | | SVN-Revision: 21603
* update to 2.6.34, signed of by russiane39, thxJohn Crispin2010-05-2610-1/+430
| | | | SVN-Revision: 21573
* kernel: update kernel to version 2.6.32.13 and 2.6.33.4Hauke Mehrtens2010-05-231-1/+1
| | | | SVN-Revision: 21540
* sync to kernel 2.6.32.12Alexandros C. Couloumbis2010-04-271-1/+1
| | | | SVN-Revision: 21195
* package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog ↵Nicolas Thill2010-04-241-1/+1
| | | | | | module names SVN-Revision: 21137
* ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttonsGabor Juhos2010-04-225-9/+9
| | | | SVN-Revision: 21083
* target/ramips: fix another typo from [20834] (closes: #7182)Nicolas Thill2010-04-191-1/+1
| | | | SVN-Revision: 21012
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-11/+9
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* ramips: nuke clocksource init patchGabor Juhos2010-04-111-56/+0
| | | | SVN-Revision: 20802
* ramips: generate sysupgrade images for the rt305x devicesGabor Juhos2010-04-111-10/+75
| | | | SVN-Revision: 20801
* ramips: add sysupgrade supportGabor Juhos2010-04-111-0/+38
| | | | SVN-Revision: 20800
* ramips: add diag supportGabor Juhos2010-04-114-2/+96
| | | | SVN-Revision: 20799
* ramips: enable image commandline hack and cmdline partition parsingGabor Juhos2010-04-112-0/+4
| | | | SVN-Revision: 20798
* ramips: add default profilesGabor Juhos2010-04-112-0/+32
| | | | SVN-Revision: 20797
* ramips: add wpad-mini to the default packagesGabor Juhos2010-03-311-1/+1
| | | | SVN-Revision: 20632
* ramips: annotate device register function prototypes with __initGabor Juhos2010-03-311-2/+2
| | | | SVN-Revision: 20627
* ramips: register wifi device for the RT2880 based boardsGabor Juhos2010-03-312-0/+3
| | | | SVN-Revision: 20625
* ramips: add wifi device for the RT2880 as wellGabor Juhos2010-03-312-0/+27
| | | | SVN-Revision: 20624
* ramips: register wifi device on the rt305x based boardsGabor Juhos2010-03-304-0/+4
| | | | SVN-Revision: 20616
* ramips: sync kernel configGabor Juhos2010-03-302-14/+15
| | | | SVN-Revision: 20614
* The ralink rt305x board has a wireless card that can be used with the ↵John Crispin2010-03-302-0/+27
| | | | | | rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20599
* Fix the base address of the wireless card. Otherwise it is not possible to ↵John Crispin2010-03-301-1/+1
| | | | | | register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 20596
* kernel: update to 2.6.32.10Gabor Juhos2010-03-262-8/+8
| | | | SVN-Revision: 20444
* the mips -ffreestanding patch has been unnecessary for a long time now, ↵Felix Fietkau2010-03-111-5/+5
| | | | | | remove it SVN-Revision: 20149
* do *not* enable CONFIG_PCI in generic config, but on targets where it makes ↵Nicolas Thill2010-03-112-0/+2
| | | | | | sense instead (partially revert [18370]) SVN-Revision: 20136
* kernel: update to kernel 2.6.32.9Hauke Mehrtens2010-02-281-1/+1
| | | | SVN-Revision: 19890
* update kernel from 2.6.32.7 to 2.6.32.8, thanks tripolarTravis Kemen2010-02-121-1/+1
| | | | SVN-Revision: 19591
* clean up handling of some kernel symbolsImre Kaloz2010-02-112-2/+0
| | | | SVN-Revision: 19581
* re-sort all target and subtarget config filesImre Kaloz2010-02-112-11/+11
| | | | SVN-Revision: 19580
* ramips: nuke 2.6.30 supportGabor Juhos2010-01-3110-756/+0
| | | | SVN-Revision: 19466
* ramips: enable RTL8366SR driver for the RT288x devicesGabor Juhos2010-01-311-0/+3
| | | | SVN-Revision: 19465