summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: define NAND controller base address and register size for AR934X/QCA955xGabor Juhos2012-09-122-13/+23
| | | | SVN-Revision: 33382
* ramips/rt305x: add initial support for Rt5350 SoCGabor Juhos2012-09-125-2/+41
| | | | | | | | | | | | | Somehow detecting the RAM size in common/setup.c doesn't work here, it always detects 64M and then crashes on devices with less RAM. Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how it could be, for now I use the mem=32M kernel parameter to get stuff working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33381
* mountd: add "-f" option to not daemonize mountd, use service wrappers in ↵Jo-Philipp Wich2012-09-123-4/+24
| | | | | | init script SVN-Revision: 33378
* add gpio sysfs entriesHauke Mehrtens2012-09-111-0/+1
| | | | | | This fixes #10256 SVN-Revision: 33369
* ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on QCA955xGabor Juhos2012-09-101-2/+2
| | | | SVN-Revision: 33362
* ar71xx: fix QCA955X_EHCI_SIZEGabor Juhos2012-09-103-3/+3
| | | | SVN-Revision: 33360
* hostapd: introduce new default-off option "auth_cache" which controls PMKSA ↵Jo-Philipp Wich2012-09-102-2/+5
| | | | | | and Opportunistic Key Caching (#12129) SVN-Revision: 33359
* block-mount: additionally try to umount disk by mountpoint (#12056)Jo-Philipp Wich2012-09-102-2/+4
| | | | SVN-Revision: 33357
* fix ixp4xx_hss build failure (#12162)Florian Fainelli2012-09-101-0/+44
| | | | SVN-Revision: 33356
* fix library bundling when host libraries reside in /lib/tls/ or similarJo-Philipp Wich2012-09-091-5/+1
| | | | SVN-Revision: 33353
* fix description of nand/Ath5k profile (#12149)Jo-Philipp Wich2012-09-091-2/+2
| | | | SVN-Revision: 33352
* do not pass optimization flags in HOST_CPPFLAGS (#12153)Jo-Philipp Wich2012-09-092-2/+3
| | | | SVN-Revision: 33351
* comgt: fix 3g redialling if dongle is physically reattached (#11567, #12008)Jo-Philipp Wich2012-09-092-3/+3
| | | | SVN-Revision: 33350
* ar71xx: add initial support for RB2011UAS-2HnDGabor Juhos2012-09-094-1/+82
| | | | SVN-Revision: 33349
* ar71xx: use routerboot_find_tag to find wlan data offset on RB751Gabor Juhos2012-09-095-17/+25
| | | | SVN-Revision: 33348
* ar71xx: add RouterBoot related helper routinesGabor Juhos2012-09-098-18/+145
| | | | SVN-Revision: 33347
* generic add WLAN calibration data ID to routerboot.hGabor Juhos2012-09-091-0/+1
| | | | SVN-Revision: 33346
* ar71xx: define MTD partitions for RB2011Gabor Juhos2012-09-091-1/+42
| | | | SVN-Revision: 33345
* ar71xx: add preliminary support for Mikrotik RB2011LGabor Juhos2012-09-095-1/+153
| | | | | | | | | | | | | This patch adds preliminary support for the Mikrotik RB2011L. The NAND flash is not yet supported, so only the initramfs kernel can be used for now. [juhosg: remove unnecessary PCI/USB related stuff, the board does not use that, update commit message] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 33344
* ar71xx: use dynamic clock dividers on the 2nd MDIO of AR934xGabor Juhos2012-09-092-4/+47
| | | | SVN-Revision: 33343
* ar71xx: add dynamic MDIO clock calculationGabor Juhos2012-09-092-8/+66
| | | | SVN-Revision: 33342
* adm5120: move common routerboot definitions into a separate header fileGabor Juhos2012-09-093-92/+108
| | | | | | Those will be used on the ar71xx platform as well. SVN-Revision: 33341
* bcm63xx: fix WPS button polarity for Alice Gate VoIP 2 + WifiJonas Gorski2012-09-096-7/+8
| | | | | | Fixes booting the device with button hotplug enabled (#10785). SVN-Revision: 33340
* ar71xx: use the RLE library for RB751Gabor Juhos2012-09-084-42/+17
| | | | SVN-Revision: 33338
* ar71xx: add library code for RLE decodingGabor Juhos2012-09-082-0/+115
| | | | | | It will be used for the MikroTik boards. SVN-Revision: 33337
* ar71xx: fix CPU/DDR frequency calculation for SRIF PLLs on AR934xGabor Juhos2012-09-0811-32/+238
| | | | SVN-Revision: 33335
* ar71xx: refresh kernel patchesGabor Juhos2012-09-086-17/+11
| | | | SVN-Revision: 33334
* mac80211: bump PKG_RELEASEFelix Fietkau2012-09-081-1/+1
| | | | SVN-Revision: 33333
* ath9k: disable PA predistortion by default, since it has been reported to ↵Felix Fietkau2012-09-081-0/+72
| | | | | | reduce rx sensitivity on some devices (#12135) SVN-Revision: 33332
* mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, ↵Felix Fietkau2012-09-0854-4735/+384
| | | | | | and more SVN-Revision: 33331
* use the recommended ARM I/O accessorsFlorian Fainelli2012-09-089-52/+55
| | | | | | use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants. SVN-Revision: 33330
* gcc: add upstream fixes for GCC bug 54494Florian Fainelli2012-09-072-0/+74
| | | | | | See: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54494 for more infos. SVN-Revision: 33329
* gcc: add upstream fixes for GCC bug 54369Florian Fainelli2012-09-074-0/+180
| | | | | | See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54369 for more infos. SVN-Revision: 33328
* dir825b1: Add image for DIR-825-B1 that uses the whole flash (must first be ↵Daniel Dickinson2012-09-068-2/+208
| | | | | | flashed with the 'standard' image) and an image to revert the change to allow reversion to stock firmware. SVN-Revision: 33326
* netifd: update to latest version, fixes premature device release on link ↵Felix Fietkau2012-09-061-2/+2
| | | | | | loss (fixes #12114, #12112, #11959) SVN-Revision: 33325
* lantiq: fix sx76x default uci network configurationLuka Perkov2012-09-061-1/+8
| | | | SVN-Revision: 33324
* add some ohci workarounds to make ohci workFlorian Fainelli2012-09-051-0/+64
| | | | SVN-Revision: 33323
* ramips: Add missing andmask to ramips_esw register read for recv_good value.Gabor Juhos2012-09-051-1/+3
| | | | | | | | | | | | | Add missing andmask to ramips_esw register read for recv_good value. Without the mask, recv_bad leaks into the recv_good packet count. Didn't notice the bug before since you don't usually get bad packets, so I only saw it when I was playing with overlength packets earlier... Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33322
* ramips: Use doubletagging to disable ramips_esw vlan by default, it seems ↵Gabor Juhos2012-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | more reliable. Use doubletagging to disable ramips_esw vlan by default, it seems more reliable. Daniel Golle found an issue where sometimes (possibly only for RT3352) the default vlan disable method (clearing en_vlan, untag, doubletag and putting all ports into vlan 0) doesn't work and the packets get sent out vlan-tagged with vlan 0. Instead switch to using the doubletagging method (allow doubletagged packets, put all ports into vlan 0 with untag enabled) by default. Unless someone figures out a way to really globally disable vlan for this switch, this seems like the best (most reliable) option. I did some tests regarding maximum packet size and did not see any difference between the two methods, both allow for slightly bigger packets than the ramips_main.c ethernet driver (ping stops going through above "ping -s 1472" (1514 bytes), on the switch packets are recv_good until "ping -s 1490", or about 1532 bytes). Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33321
* add missing kvm_guest kernel optionsJohn Crispin2012-09-051-0/+4
| | | | SVN-Revision: 33319
* ar71xx: use correct fractional dividers for {CPU,DDR}_PLL on AR934xGabor Juhos2012-09-051-0/+49
| | | | SVN-Revision: 33318
* ar71xx: add rssileds to package set in profile for devices which got them.Gabor Juhos2012-09-051-2/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33317
* ramips: add rssileds to package set in profile for devices which got them.Gabor Juhos2012-09-051-1/+1
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33316
* enable CFI command set 0002 FORCE_WORD_WRITEFlorian Fainelli2012-09-031-0/+14
| | | | SVN-Revision: 33315
* pad squashfs imageFlorian Fainelli2012-09-031-0/+4
| | | | SVN-Revision: 33314
* add Generic and dLAN USB Extender profilesFlorian Fainelli2012-09-033-3/+36
| | | | SVN-Revision: 33313
* nuport-mac: disable MAC RX and TX during interface closeFlorian Fainelli2012-09-031-0/+5
| | | | | | Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312
* hostapd: fix ap+sta issuesFelix Fietkau2012-08-297-48/+29
| | | | SVN-Revision: 33311
* Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"Gabor Juhos2012-08-291-8/+1
| | | | | | That was based on assumptions. SVN-Revision: 33310
* ar71xx: all0315n: fix ethernet according to vendor infoGabor Juhos2012-08-291-12/+2
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33309