| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
fixes #12792
SVN-Revision: 35357
|
|
|
|
|
|
| |
Signed-off-by: Daniel Gole <dgolle@allnet.de>
SVN-Revision: 35356
|
|
|
|
| |
SVN-Revision: 35355
|
|
|
|
|
|
|
|
|
|
| |
This patch correctly fixes USB on Lantiq ARV7518.
There was a failed attempt on fixing this on r35077 (https://dev.openwrt.org/changeset/35077/).
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35354
|
|
|
|
|
|
|
|
|
|
|
| |
Add ath9k eeprom and pci fixup support (again) for linux 3.7.
On linux 3.3, the fixup forced the regdomain to 0x67, causing low TX power.
This patch only corrects checksum, the rest of the EEPROM isn't changed.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35353
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are two different versions of SMC7908A-ISP: R01 and R01A.
R01 has an internal clock for PCI, meanwhile R01A has an external clock.
This fixes: https://dev.openwrt.org/ticket/12884
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 35352
|
|
|
|
| |
SVN-Revision: 35349
|
|
|
|
| |
SVN-Revision: 35348
|
|
|
|
| |
SVN-Revision: 35347
|
|
|
|
| |
SVN-Revision: 35346
|
|
|
|
| |
SVN-Revision: 35345
|
|
|
|
| |
SVN-Revision: 35344
|
|
|
|
| |
SVN-Revision: 35342
|
|
|
|
|
|
| |
for failsafe.
SVN-Revision: 35341
|
|
|
|
| |
SVN-Revision: 35340
|
|
|
|
| |
SVN-Revision: 35339
|
|
|
|
| |
SVN-Revision: 35338
|
|
|
|
| |
SVN-Revision: 35337
|
|
|
|
| |
SVN-Revision: 35336
|
|
|
|
|
|
| |
These attributes where removed with kernel 3.8 and are now causing compile errors.
SVN-Revision: 35335
|
|
|
|
| |
SVN-Revision: 35334
|
|
|
|
| |
SVN-Revision: 35333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem was missing CONFIG_MAC80211_DEBUGFS
in the acx-mac80211 build, which broke subsequently the ABI in struct
ieee80211_ops. Defect manifested in failing ieee80211_alloc_hw() and maybe
also in other strange behaviour before.
I added CONFIG_CFG80211_DEBUGFS, CONFIG_MAC80211_DEBUGFS and the same also
for CONFIG_MAC80211_MESH, just to be inline on how it's done currently in
package/mac80211/Makefile.
Thank you Oliver Winker
SVN-Revision: 35332
|
|
|
|
| |
SVN-Revision: 35330
|
|
|
|
| |
SVN-Revision: 35329
|
|
|
|
|
|
| |
These attributes where removed with kernel 3.8 and are now causing compile errors.
SVN-Revision: 35328
|
|
|
|
| |
SVN-Revision: 35327
|
|
|
|
|
|
| |
kernel size after lzma
SVN-Revision: 35326
|
|
|
|
|
|
|
|
| |
tests that are not run
Reduces kernel size after LZMA by about 5k on MIPS
SVN-Revision: 35325
|
|
|
|
| |
SVN-Revision: 35323
|
|
|
|
| |
SVN-Revision: 35322
|
|
|
|
| |
SVN-Revision: 35321
|
|
|
|
|
|
|
| |
in combination with kernel symbol export stripping this significantly reduces
the kernel image size
SVN-Revision: 35320
|
|
|
|
| |
SVN-Revision: 35319
|
|
|
|
|
|
| |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35318
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35317
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35316
|
|
|
|
| |
SVN-Revision: 35315
|
|
|
|
|
|
|
|
| |
The default profile now contains Ethernet drivers for all the types
found on supported boards. There are other profiles for each Ethernet
driver.
SVN-Revision: 35314
|
|
|
|
| |
SVN-Revision: 35310
|
|
|
|
| |
SVN-Revision: 35309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch to using the B53 switch driver where appropriate.
Use a non-tagged default config where it isn't confirmed to be
working.
Remove the switch configuration in preinit as the switch will now
be configured by the driver to use port isolation to prevent leakage
between lan and wan.
While at it, also provide a switch config for Neufbox 6.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35307
|
|
|
|
|
|
|
|
| |
Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35306
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.
Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305
|
|
|
|
|
|
|
|
|
| |
The SPI driver is needed for supporting to boot from SPI flash on BCM6358
and BCM6368, and for SPI connected switches.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35304
|
|
|
|
| |
SVN-Revision: 35302
|
|
|
|
| |
SVN-Revision: 35300
|
|
|
|
| |
SVN-Revision: 35299
|
|
|
|
| |
SVN-Revision: 35297
|
|
|
|
| |
SVN-Revision: 35296
|