aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* [mac80211] Do not build the mac80211 module in the kernel.Hauke Mehrtens2009-08-157-95/+69
| | | | | | | The attributes skb->do_not_encrypt and skb->requeue in include/linux/skbuff.h are not used my mac80211 any more. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh patchesHauke Mehrtens2009-08-153-36/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17268 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add the swconfig utility to the wrt160nl profileFelix Fietkau2009-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable rtl8306 support by default (for wrt160nl)Felix Fietkau2009-08-142-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a driver for rtl8306 switchesFelix Fietkau2009-08-145-0/+1041
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change the linking order of the ag71xx module so that the driver can ↵Felix Fietkau2009-08-142-12/+12
| | | | | | take advantage of phy fixups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lib80211] fix buildHauke Mehrtens2009-08-133-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] switch to 2.6.30Gabor Juhos2009-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing patch which fakes a cardbus controller on top of PCI, ↵Florian Fainelli2009-08-122-0/+332
| | | | | | thanks SGDA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notFlorian Fainelli2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm63xx definition fixes, thanks AndyIFlorian Fainelli2009-08-115-10/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* arm: when linking the kernel, move the section discards after the other ↵Felix Fietkau2009-08-091-0/+37
| | | | | | sections to fix discarding unused symbol exports git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: add default trigger for the power ledGabor Juhos2009-08-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable sysupgrade on the WRT160NlGabor Juhos2009-08-091-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: more mtd parser cleanupGabor Juhos2009-08-091-68/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert some accidentally committed test/debug changes from the module symbol ↵Felix Fietkau2009-08-092-24/+24
| | | | | | export patch - should fix #5655 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [sdk] do not exclude the share directory for bison and other programs to ↵Florian Fainelli2009-08-091-1/+5
| | | | | | work (#5629) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-092-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix assignment instead of comparison in the mtd driver (#5649)Florian Fainelli2009-08-091-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport fixed module exports patch to 2.6.28Felix Fietkau2009-08-091-0/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the kernel symbol export patch for arm/powerpcFelix Fietkau2009-08-091-9/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert the module exports patch on 2.6.28 until it is fixedFelix Fietkau2009-08-081-117/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] switch to 2.6.30.4Florian Fainelli2009-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] refresh patches and fix build failure on wm8753-reg_cache.patch ↵Florian Fainelli2009-08-084-12/+8
| | | | | | (#5641) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an optional config option for stripping all unnecessary symbol exports ↵Felix Fietkau2009-08-082-0/+234
| | | | | | from the kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: enable mtd parser on 2.6.30Gabor Juhos2009-08-082-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: mtd parser cleanupGabor Juhos2009-08-081-17/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move the trx parser out from the patchGabor Juhos2009-08-083-174/+166
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] merge upstream fixes for bcm63xx_enetFlorian Fainelli2009-08-081-0/+439
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: register GPIO LEDs and buttonsGabor Juhos2009-08-071-1/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6345 fixes from AndyIFlorian Fainelli2009-08-064-10/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] create firmware image for the WRT160NL board (thanks to Gerry Rozema)Gabor Juhos2009-08-061-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add try partition parser for the WRT160NL board (thanks to ↵Gabor Juhos2009-08-062-0/+195
| | | | | | Christian Daniel and Gerry Rozema) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter ↵Florian Fainelli2009-08-062-4/+2
| | | | | | for bcm6345, thanks AndyI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] disable watchdog for bcm6345 until it gets fixedFlorian Fainelli2009-08-061-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cFlorian Fainelli2009-08-061-24/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231XFelix Fietkau2009-08-065-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] update ar71xx_spi driverGabor Juhos2009-08-061-11/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] oops, add missing semicolonsGabor Juhos2009-08-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] get rid of some ifdefs in the IRQ codeGabor Juhos2009-08-061-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] add experimental support for 2.6.30Florian Fainelli2009-08-057-0/+494
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] gta02: Workaround hardware bug on rev 5 and earlierLars-Peter Clausen2009-08-051-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in ↵Florian Fainelli2009-08-051-0/+1
| | | | | | 2.6.27 config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] mach-gta02: select extra gpio for glamo.Lars-Peter Clausen2009-08-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Fix typo.Lars-Peter Clausen2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] register watchdog only if enabled in hardware (#2378)Florian Fainelli2009-08-042-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for ↵Gabor Juhos2009-08-041-5/+11
| | | | | | testing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] The gta02 vibrator driver is not meant to be build as module.Lars-Peter Clausen2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set atheros default kernel version to 2.6.30.4Felix Fietkau2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17122 3c298f89-4303-0410-b956-a3cf2f4a3e73