aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: move PB42 specific PCI init code into a separate fileGabor Juhos2009-12-2513-101/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove unnecessary includesGabor Juhos2009-12-252-5/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove more duplicate kernel source filesFelix Fietkau2009-12-256-502/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18928 3c298f89-4303-0410-b956-a3cf2f4a3e73
* deduplicate kernel source files from 2.6.30-2.6.32 by moving them to generic ↵Felix Fietkau2009-12-2524-2668/+0
| | | | | | files/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18927 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix bi-color led on the TL-WR841N v1.5Gabor Juhos2009-12-251-4/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18926 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ledtrig-netdev: use dev_get_stats to get statistics on kernels >=2.6.30Gabor Juhos2009-12-253-21/+12
| | | | | | | Fixes a possible NULL pointer dereference. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add WRT300N v1.1 support (patch from #6379)Felix Fietkau2009-12-243-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] sort & rearrange arch selectionNicolas Thill2009-12-231-38/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18904 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] generic: ESFQ patch, only include net/netfilter/nf_conntrack.h when ↵Nicolas Thill2009-12-235-5/+15
| | | | | | CONFIG_NET_SCH_ESFQ_NFCT is set (fixes build failure on target where CONFIG_NETFILTER is not set) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18900 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] generic: add missing CONFIG_HCALL_STATS symbol (fixes: pxcab)Nicolas Thill2009-12-234-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change firmware image name for th TP-Link boardsGabor Juhos2009-12-221-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add ath9k and hostapd-mini for the TL-WR741ND profileGabor Juhos2009-12-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-2214-1/+213
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18893 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add dsa driver for the 88e6063 chipGabor Juhos2009-12-2210-0/+408
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18892 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] mpc52xx: add missing kernel config symbolNicolas Thill2009-12-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] stay coherent when defining ARCHNicolas Thill2009-12-212-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] remove redundant LINUX_KARCH variablesNicolas Thill2009-12-215-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18871 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add mips_machine_set_name functionGabor Juhos2009-12-203-63/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update AR7240 PCI codeGabor Juhos2009-12-2011-84/+226
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix plt fixup related crashes when loading kernel modules on mips, ↵Felix Fietkau2009-12-203-117/+228
| | | | | | (happened when there was not enough physically contiguous memory available) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix WNDR3700 firmware imagesGabor Juhos2009-12-191-2/+2
| | | | | | | | WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] ar71xx: fix WNDR3700 image generationNicolas Thill2009-12-191-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18849 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Fix LED active_low for the TL-WR1043ND boardGabor Juhos2009-12-191-4/+4
| | | | | | | | | This fixes the LED active_low's for the TP-Link wr1043nd board Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18844 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable IB & SDK when using an external toolchain (closes: #6001)Nicolas Thill2009-12-182-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] Config.in: fix powerpc64 endiannessNicolas Thill2009-12-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh 2.6.31 patchesFelix Fietkau2009-12-182-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove incomplete union mounts / jffs2 patches. will be replaced by updated ↵Felix Fietkau2009-12-1812-11116/+0
| | | | | | versions once they're ready - should fix #6375 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tl-wr1043nd: Register missing leds.Gabor Juhos2009-12-181-2/+12
| | | | | | | | | | | | This adds the folowing for the TP-Link wr1043nd board 1. USB and WLAN LEDS 2. Change QSS LED from red to green 3. Fix polarity of the System LED Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18821 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ar913x_wmac device support into a separate fileGabor Juhos2009-12-1819-53/+119
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18820 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move AP94 specific PCI init code into a separate fileGabor Juhos2009-12-189-262/+208
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18819 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on theGabor Juhos2009-12-1813-2/+179
| | | | | | | patch from #6186) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add common m25p80 deviceGabor Juhos2009-12-1822-208/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubicom32: add a 2.6.30 patch contributed by ubicom, with my cleanups and ↵Felix Fietkau2009-12-176-0/+60115
| | | | | | fixes split out into separate patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "ar71xx: move phy_connect call to ag71xx_open" (r18691)Felix Fietkau2009-12-151-11/+12
| | | | | | | | It's causing issues with switch drivers that register with swconfig and makes fixing those unnecessarily complicated. Fixes rtl8306 switch support on the WRT160NL. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable diagnostic LED on the Routerstation ProGabor Juhos2009-12-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make beagleboard as subtarget from omap35xxJens Muecke2009-12-1413-4/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Adding Beagleboard support - unfinishedJens Muecke2009-12-1411-0/+35111
| | | | | | | | | | | | | | | | | | | | | The beagleboard target is still unfinied: running: - MMC Card (incl. boot) - DSS2 graphic driver missing: - full USB Host and Gadget TODO: - improve graphic support - full boot from flash and SD - incl. update - XServer - Gaming support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18775 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-125-1/+293
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)Felix Fietkau2009-12-121-3/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-118-0/+157
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18758 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-112-0/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix build error with 2.6.31.7Gabor Juhos2009-12-112-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18756 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix NULL pointer dereference in the ethernet driverGabor Juhos2009-12-111-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18755 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-115-122/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18754 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] remove the host-tool lzma dependency we now use the one provided in ↵Florian Fainelli2009-12-111-4/+0
| | | | | | openwrt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge DSA switch patchGabor Juhos2009-12-115-140/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-1110-349/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: nuke 2.6.28 supportGabor Juhos2009-12-1128-934/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move mdio_bus reset codeGabor Juhos2009-12-112-7/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18749 3c298f89-4303-0410-b956-a3cf2f4a3e73