aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: fix micrel phy patch (Patch from #8041.)Gabor Juhos2010-12-193-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: fix min/max confusion in jffs2_sum_init on 2.6.32Gabor Juhos2010-12-171-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove stray semicolonsGabor Juhos2010-12-171-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix WLAN LEDs on the DIR-825 boardGabor Juhos2010-12-171-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add helper function to setup ath9k LED/GPIO on the AP94 based boardsGabor Juhos2010-12-173-14/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use usbdev trigger for USB LEDs by defaultGabor Juhos2010-12-177-3/+98
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add LED trigger for USB device presence/activityGabor Juhos2010-12-179-0/+456
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: add usb_find_device_by_name helperGabor Juhos2010-12-175-0/+420
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24645 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: nuke 2.6.33 specific stuff, is not used by any platformGabor Juhos2010-12-17173-53906/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24644 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: UBNT Secondary MAC address duplicate fixGabor Juhos2010-12-171-2/+13
| | | | | | | | | | | | | There is Secondary MAC address duplicate problem with some UBNT RouterStation and RouterStation Pro HW batches as Primary MAC addresses are not increased by 2 per device in board data. Fix is to use 'Locally Administrated bit' for Secondary MAC address instead of increasing Primary MAC addresses by 1 which could overlap with other device Primary MAC address. Signed-off-by: Kestutis Barkauskas<keba@devint.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: populate LED configuration for WZR-HP-G300NHGabor Juhos2010-12-171-0/+30
| | | | | | | | Signed-off-by: Dave Lichterman <laviddichterman@gmail.com> [nand-disk trigger has been removed - juhosg] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add ssb debug option.Hauke Mehrtens2010-12-163-0/+3
| | | | | | | | | | This fixes a problem with wrt350n. It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS" Thank you sn9 for fixing this problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add some missing pci ID for tg3 driverHauke Mehrtens2010-12-162-0/+94
| | | | | | | | | | Broadcom removed these pci id, but at least the wrt350n has a Ethernet controller with a pci id of 14e4:1676 Thank you sn9 for fixing this problem. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: this patch went upstreamHauke Mehrtens2010-12-161-50/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add wlan led for the TL-WR941NDGabor Juhos2010-12-152-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24612 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: UBNT M-Series MAC address fixGabor Juhos2010-12-151-3/+4
| | | | | | | | | UBNT M-Series devices have 2 MAC addresses in board data. Fix is to use both entries from board data instead of one entry. Signed-off-by: Kestutis Barkauskas<keba@devint.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert r24604Imre Kaloz2010-12-152-221/+223
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux: clean up non generic & obsolete kernel options for 2.6.36, 2.6.37Alexandros C. Couloumbis2010-12-152-223/+221
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boardsGabor Juhos2010-12-141-3/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boardsGabor Juhos2010-12-142-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24568 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]John Crispin2010-12-142-37/+20
| | | | | | | | * make the usb gpio configurable * 105-header_xway.patch has a corrupt line count in it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24564 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: remove 2.6.3[24] supportGabor Juhos2010-12-1416-1174/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: switch to 2.6.36Gabor Juhos2010-12-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: handle OTG interrupt on the RT305x SoCGabor Juhos2010-12-141-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24560 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sparc]: bump kernel version, add MAINTAINER entryImre Kaloz2010-12-141-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add plemininary ultrasparc supportImre Kaloz2010-12-143-0/+231
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24558 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [gumstix] Update package selectionHamish Guthrie2010-12-131-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] enable mach support for OpenRD Base and OpenRD Client (#8417), ↵Jo-Philipp Wich2010-12-131-2/+2
| | | | | | spare the rest git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: use shutdown instead of stop when the system goes down (patch by ↵Felix Fietkau2010-12-139-9/+9
| | | | | | tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds new lantiq kernel. once the codebase is fully tested and know ↵John Crispin2010-12-1232-0/+31530
| | | | | | to be working on all the devices previously supported by ifxmips, we will drop ifxmips support. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update kernel versionsHauke Mehrtens2010-12-1131-33/+33
| | | | | | | | Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add missing files for the JA76PF boardGabor Juhos2010-12-102-0/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Fixed Comtrend CT536_CT5621 board settings. These boards are ↵Daniel Dickinson2010-12-104-1/+82
| | | | | | based on the 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the jjPlus JA79PFGabor Juhos2010-12-1011-2/+38
| | | | | | Patch-by: Cezary Jackiewicz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TP-LINK TL-MR3220 v1 boardGabor Juhos2010-12-1013-44/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add default network configuration file for the TL-MR3420Gabor Juhos2010-12-101-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: do not throw compile errors if the nbg460n uboot is not selectedFelix Fietkau2010-12-101-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as wellGabor Juhos2010-12-102-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add nbg460n image generationGabor Juhos2010-12-107-2/+84
| | | | | | | | This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update & refresh 2.6.36 & 2.6.37. (closes #8324)Alexandros C. Couloumbis2010-12-0811-80/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24370 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add optimization to Freescale targetsImre Kaloz2010-12-082-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24341 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: add more definitionsGabor Juhos2010-12-081-3/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: add helper function to set pvidGabor Juhos2010-12-081-1/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: add helper function to set vlan membersGabor Juhos2010-12-081-1/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: add helper function to set VLAN idGabor Juhos2010-12-081-2/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24337 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: introduce rt305x_esw_rmw{,_raw} functionGabor Juhos2010-12-081-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: use rt305x_esw prefix in function namesGabor Juhos2010-12-081-33/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: coding style cleanupGabor Juhos2010-12-081-24/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: add defines for switch register offsetsGabor Juhos2010-12-081-24/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: ramips_esw: don't touch GPIO_PURPOSE registerGabor Juhos2010-12-081-20/+0
| | | | | | It must have been set by the board initialization code. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24332 3c298f89-4303-0410-b956-a3cf2f4a3e73