summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* sort & rearrange arch selectionNicolas Thill2009-12-231-38/+34
| | | | SVN-Revision: 18904
* 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) SVN-Revision: 18900
* generic: add missing CONFIG_HCALL_STATS symbol (fixes: pxcab)Nicolas Thill2009-12-234-0/+4
| | | | SVN-Revision: 18899
* ar71xx: change firmware image name for th TP-Link boardsGabor Juhos2009-12-221-5/+5
| | | | SVN-Revision: 18895
* ar71xx: add ath9k and hostapd-mini for the TL-WR741ND profileGabor Juhos2009-12-221-0/+1
| | | | SVN-Revision: 18894
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-2214-1/+213
| | | | SVN-Revision: 18893
* ar71xx: add dsa driver for the 88e6063 chipGabor Juhos2009-12-2210-0/+408
| | | | SVN-Revision: 18892
* mpc52xx: add missing kernel config symbolNicolas Thill2009-12-221-0/+1
| | | | SVN-Revision: 18881
* stay coherent when defining ARCHNicolas Thill2009-12-212-2/+2
| | | | SVN-Revision: 18873
* remove redundant LINUX_KARCH variablesNicolas Thill2009-12-215-5/+0
| | | | SVN-Revision: 18871
* kernel: add mips_machine_set_name functionGabor Juhos2009-12-203-63/+78
| | | | SVN-Revision: 18861
* ar71xx: update AR7240 PCI codeGabor Juhos2009-12-2011-84/+226
| | | | SVN-Revision: 18860
* 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) SVN-Revision: 18858
* 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. SVN-Revision: 18851
* ar71xx: fix WNDR3700 image generationNicolas Thill2009-12-191-4/+3
| | | | SVN-Revision: 18849
* 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> SVN-Revision: 18844
* disable IB & SDK when using an external toolchain (closes: #6001)Nicolas Thill2009-12-182-0/+2
| | | | SVN-Revision: 18837
* Config.in: fix powerpc64 endiannessNicolas Thill2009-12-181-0/+1
| | | | SVN-Revision: 18828
* refresh 2.6.31 patchesFelix Fietkau2009-12-182-4/+4
| | | | SVN-Revision: 18823
* 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 SVN-Revision: 18822
* 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> SVN-Revision: 18821
* ar71xx: ar913x_wmac device support into a separate fileGabor Juhos2009-12-1819-53/+119
| | | | SVN-Revision: 18820
* ar71xx: move AP94 specific PCI init code into a separate fileGabor Juhos2009-12-189-262/+208
| | | | SVN-Revision: 18819
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the ↵Gabor Juhos2009-12-1813-2/+179
| | | | | | patch from #6186) SVN-Revision: 18818
* ar71xx: add common m25p80 deviceGabor Juhos2009-12-1822-208/+101
| | | | SVN-Revision: 18817
* 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 SVN-Revision: 18806
* Revert "ar71xx: move phy_connect call to ag71xx_open" (r18691) It's causing ↵Felix Fietkau2009-12-151-11/+12
| | | | | | issues with switch drivers that register with swconfig and makes fixing those unnecessarily complicated. Fixes rtl8306 switch support on the WRT160NL. SVN-Revision: 18789
* ar71xx: enable diagnostic LED on the Routerstation ProGabor Juhos2009-12-151-1/+1
| | | | SVN-Revision: 18782
* Make beagleboard as subtarget from omap35xxJens Muecke2009-12-1413-4/+27
| | | | SVN-Revision: 18779
* 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 SVN-Revision: 18775
* generate bifferboard images, patch from bifferosFlorian Fainelli2009-12-131-0/+5
| | | | SVN-Revision: 18768
* add preliminary support for the bifferboard, patch from bifferosFlorian Fainelli2009-12-125-1/+293
| | | | SVN-Revision: 18766
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)Felix Fietkau2009-12-121-3/+22
| | | | SVN-Revision: 18763
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-118-0/+157
| | | | SVN-Revision: 18758
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-112-0/+36
| | | | SVN-Revision: 18757
* ar71xx: fix build error with 2.6.31.7Gabor Juhos2009-12-112-5/+5
| | | | SVN-Revision: 18756
* ar71xx: fix NULL pointer dereference in the ethernet driverGabor Juhos2009-12-111-3/+5
| | | | SVN-Revision: 18755
* convert gpio code to use gpiolib, make rdc321x:dmz led work againFlorian Fainelli2009-12-115-122/+44
| | | | SVN-Revision: 18754
* remove the host-tool lzma dependency we now use the one provided in openwrtFlorian Fainelli2009-12-111-4/+0
| | | | SVN-Revision: 18753
* ar71xx: merge DSA switch patchGabor Juhos2009-12-115-140/+12
| | | | SVN-Revision: 18752
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-1110-349/+17
| | | | SVN-Revision: 18751
* ar71xx: nuke 2.6.28 supportGabor Juhos2009-12-1128-934/+0
| | | | SVN-Revision: 18750
* ar71xx: move mdio_bus reset codeGabor Juhos2009-12-112-7/+5
| | | | SVN-Revision: 18749
* refresh patchImre Kaloz2009-12-111-4/+4
| | | | SVN-Revision: 18748
* upgrade to 2.6.31.7Imre Kaloz2009-12-114-4/+4
| | | | SVN-Revision: 18747
* ar71xx: sync kernel configsGabor Juhos2009-12-093-33/+34
| | | | SVN-Revision: 18711
* ar71xx: register rtl8366-smi device on the DIR-825 B1 boardGabor Juhos2009-12-091-4/+21
| | | | SVN-Revision: 18710
* rtl8306: manage the wan port as a separate phy device with proper link ↵Felix Fietkau2009-12-092-29/+89
| | | | | | status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709
* fix default network config after r18699Jo-Philipp Wich2009-12-081-1/+1
| | | | SVN-Revision: 18708
* ifxmips: add CONFIG_SQUASHFS_SUPPORT_LZMAJohn Crispin2009-12-081-0/+1
| | | | SVN-Revision: 18701