summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* [ar71xx] micrel phy driver: change initcall level if compiled into the kerneljuhosg2009-02-221-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14628 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] preliminary support for the TL-WR941NDjuhosg2009-02-224-1/+130
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] include pppoa and br2684 packages by default (#4648)florian2009-02-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14626 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] do not patch the local copy of ar7part.c to be exactly like what is ↵florian2009-02-222-200/+0
| | | | | | mainline already git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Asus WL-330gE Supportnbd2009-02-221-11/+25
| | | | | | | | | | | | | Here is support for the compact Asus WL-330gE. It uses that all-in-one 5354 Broadcom chip that's also in the WL-520gU, so I assume USB support can be soldered on. I've yet to open up the device, though. Initial flashing is done through the CFE failsafe mode like on other Asus devices, where you boot holding the reset button, the power LED flashes, and you tftp an image. Signed-off-by: David Cooper <dave@kupesoft.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke some wgt634u specific crap that was introduced upstreamnbd2009-02-221-0/+178
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* re-enable cfg80211 as wellnbd2009-02-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14615 3c298f89-4303-0410-b956-a3cf2f4a3e73
* re-apply r14531nbd2009-02-222-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14614 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable all kernel config options that are set to =mnbd2009-02-2241-3632/+3632
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.28.7 and 2.6.27.19hauke2009-02-2116-17/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge netfilter kernel changes to 2.6.26 as wellnbd2009-02-215-1165/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix IMQ on linux 2.6.27 and 2.6.28nbd2009-02-212-0/+189
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge netfilter changes to 2.6.27nbd2009-02-215-1165/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the netfilter time patch from 2.6.28 as it duplicates functionality ↵nbd2009-02-213-241/+3
| | | | | | that is already in the kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for ipp2p - it's unmaintained, broken, overmatching and ↵nbd2009-02-215-934/+14
| | | | | | undermatching => not that useful for QoS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the EABI config override to the generic kernel config overrides, as ↵nbd2009-02-211-6/+0
| | | | | | it's arch specific, not target specific - fixes spurious kernel rebuild issues with EABI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros]: Add initial kernel 2.6.28 support for atheros target.hauke2009-02-2039-0/+6984
| | | | | | | | The include files moved from /include/asm-mips/mach-atheros/ to /arch/mips/include/asm/mach-atheros/ This patch is based on the old kernel 2.6.27 patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros]: move files for kernel 2.6.26 to a special directory.hauke2009-02-2028-0/+0
| | | | | | | In kernel 2.6.28 the directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14583 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros]: remove atheros target for kernel 2.6.27.hauke2009-02-2011-626/+0
| | | | | | | When support for kernel 2.6.28 is added this is not needed any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bumped ps3 kernel to 2.6.28.2hcg2009-02-202-1/+444
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14581 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx/atheros] include revision number in Ubiquity imagesflorian2009-02-202-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14574 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.28.6juhosg2009-02-1912-71/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14565 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add an alias board name for the Ubiquiti RouterStationjuhosg2009-02-191-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14563 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add a workaround for fixing the bad performance of the Ubiquiti ↵juhosg2009-02-181-0/+32
| | | | | | RouterStation/LS-SR71 boards, until they fix their bootloader. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new upstream kernel 2.6.28.6markus2009-02-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] uml: bump to 2.6.28.5nico2009-02-172-1/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6: enable mac80211 on 2.6.2{7,8}juhosg2009-02-162-4/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Switch to old SPI GPIO implementation.matein42009-02-162-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* spi-gpio: Implement spidelay for busses that need it.mb2009-02-151-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14525 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix spi-gpio MISO handling.mb2009-02-151-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ag71xx driver: add Kconfig option for enabling debug messagesjuhosg2009-02-153-2/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ag71xx driver: apply 2.6.28 specific patchesjuhosg2009-02-155-150/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14515 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] switch to 2.6.28juhosg2009-02-1538-1535/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14514 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.27.17juhosg2009-02-157-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14513 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update to 2.6.28.5juhosg2009-02-1511-74/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [adm5120] fix a typo in the image generation makefile (closes #4624)juhosg2009-02-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix bcm47xx GPIO dirin/dirout API return codes.mb2009-02-141-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ag71xx driver: fix a kernel crash caused by r14496juhosg2009-02-132-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14504 3c298f89-4303-0410-b956-a3cf2f4a3e73
* changed default kernel to 2.6.28.5, it at least runs onmarkus2009-02-132-8/+1
| | | | | | | | | Asus WL-500g Premium. The earlier version 2.6.28.4 is also running on WRT54G3G so I don't expect any trouble here. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* - new upstream kernel 2.6.28.5markus2009-02-132-20/+1
| | | | | | | | - the fix-serial_h patch does not apply anymore and is integrated upstream now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable SMP by default on x86nbd2009-02-132-25/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke old x86 kernel configsnbd2009-02-134-1813/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ag71xx driver: fix return code of the napi poll routine, was broken ↵juhosg2009-02-132-4/+4
| | | | | | since [13545] (patch by Ubiquiti Networks) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] ag71xx driver: update phy connecting codejuhosg2009-02-135-35/+59
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] remove netif schedule from the ag71xx driverjuhosg2009-02-133-37/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14494 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] remove 2.6.26 specific stuffjuhosg2009-02-1319-767/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14493 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] always select kmod-ssb, pci is supportedflorian2009-02-131-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14492 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add preliminary support for the Ubiquiti LS-SR71 board (thanks to ↵juhosg2009-02-124-2/+27
| | | | | | Xianghua Xiao for the initial patch, and for testing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix a typo in the dynamic mdio patchjuhosg2009-02-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] pull ethernet mac out of reset before registering the mdio_busjuhosg2009-02-122-4/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14486 3c298f89-4303-0410-b956-a3cf2f4a3e73