summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 fileskaloz2009-12-27164-58578/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boardsjuhosg2009-12-279-2/+132
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18951 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: pass eeprom and mac address location to the ar913x_add_device_wmac ↵juhosg2009-12-2712-27/+40
| | | | | | function git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18950 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove duplicated includejuhosg2009-12-271-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostap: move patches to the right placejuhosg2009-12-262-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move dsa switch device support into a separate filejuhosg2009-12-2611-39/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move mach type definitions into a separate include filejuhosg2009-12-2626-60/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18942 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change board specific Kconfig option to 'default n'juhosg2009-12-261-21/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move USB host device support into a separate filejuhosg2009-12-2621-149/+220
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18940 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove more unnecessary includesjuhosg2009-12-2616-22/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the generic m25p80 registration code for the MZK-W04NUjuhosg2009-12-261-14/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move gpio-buttons support into a spearate filejuhosg2009-12-2630-74/+137
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18937 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move leds-gpio device support into a spearate filejuhosg2009-12-2629-48/+124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [amazon] work on pci.hauke2009-12-262-52/+25
| | | | | | | | | This is from ticket #6374 Michael Richter thanks for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move PB42 specific PCI init code into a separate filejuhosg2009-12-2513-101/+86
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18932 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove unnecessary includesjuhosg2009-12-252-5/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove more duplicate kernel source filesnbd2009-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 ↵nbd2009-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.5juhosg2009-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.30juhosg2009-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)nbd2009-12-243-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] sort & rearrange arch selectionnico2009-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 ↵nico2009-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)nico2009-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 boardsjuhosg2009-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 profilejuhosg2009-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 boardjuhosg2009-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 chipjuhosg2009-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 symbolnico2009-12-221-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18881 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] stay coherent when defining ARCHnico2009-12-212-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18873 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] remove redundant LINUX_KARCH variablesnico2009-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 functionjuhosg2009-12-203-63/+78
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update AR7240 PCI codejuhosg2009-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, ↵nbd2009-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 imagesjuhosg2009-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 generationnico2009-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 boardjuhosg2009-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)nico2009-12-182-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target] Config.in: fix powerpc64 endiannessnico2009-12-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh 2.6.31 patchesnbd2009-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 ↵nbd2009-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.juhosg2009-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 filejuhosg2009-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 filejuhosg2009-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 thejuhosg2009-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 devicejuhosg2009-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 ↵nbd2009-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)nbd2009-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 Projuhosg2009-12-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make beagleboard as subtarget from omap35xxryd2009-12-1413-4/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18779 3c298f89-4303-0410-b956-a3cf2f4a3e73