Felix Fietkau
4571fc780d
ar71xx: add support for qca956x soc
...
This patch adds soc support for QCA9561 and TP9343.
TP9343 is a reduced version of QCA9561, which can be found in TP-LINK routers in China.
The qca956x_wmac has not yet been supported by ath9k.
tested on TL-WDR6500 and TL-WR882N v1 (Chinese version)
Signed-off-by: Weijie Gao <hackpascal@gmail.com>
SVN-Revision: 43744
10 years ago
Felix Fietkau
2f9b042d69
ar8216: Inline function ar8xxx_create_mii
...
Inline function ar8xxx_create_mii.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43743
10 years ago
Felix Fietkau
2289c7a010
ar8216: Remove read/write/rmw member functions from ar8xxx_priv
...
Remove read/write/rmw member functions from ar8xxx_priv
There seems to be no real benefit of the ar8xxx_priv member functions
read/write/rmw as one implementation exists for each of them only.
Especially ar8xxx_mii_rmw is assigned to priv->rmw first and then
mapped to ar8xxx_rmw.
Rename the ar8xxx_mii_.. functions to ar8xxx_.. and use them directly.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43742
10 years ago
Felix Fietkau
45a494b808
ar8216: Create helpers mii_read32 / mii_write32 for 32 bit MII ops
...
Create helpers mii_read32 / mii_write32 for 32 bit MII ops.
Rename r3 variable to page in ar8xxx_mii_write to make it consistent
with the other ar8xxx_mii_xxxx functions.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43741
10 years ago
Felix Fietkau
0e7f844c66
ar8216: Factor out chip-specific parameters from ar8xxx_probe_switch
...
Factor out chip-specific parameters from ar8xxx_probe_switch.
Move the ar8xxx_chip definitions after the swops definitions.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43740
10 years ago
Felix Fietkau
054767cebc
ar8216: remove unused function parameter in ar8327_led_register
...
Remove unused function parameter in ar8327_led_register.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43739
10 years ago
Rafał Miłecki
e21e9c5548
bcm53xx: backport spi-nor changes and update bcm53xxspiflash
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43738
10 years ago
Felix Fietkau
d27c682def
kernel: disable multicast-to-unicast translation for ipv6 neighbor solicitation ( #17625 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43736
10 years ago
Luka Perkov
309e74b86d
kirkwood: add sheevaplug and derivatives
...
Add kirkwood FDT:
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus
- Topkick1281P2
Signed-off-by: Gérald Kerma <drEagle@doukki.net>
SVN-Revision: 43735
10 years ago
Imre Kaloz
211cac98d5
Belkin AC 1750 DB (F9K1115v2) support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43734
10 years ago
Steven Barth
d9011ad6be
dnsmasq: allow de-selecting features from -full variant.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43733
10 years ago
Steven Barth
f0ecc0ec37
iproute2: bump version from 3.16.0 to 3.17.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43731
10 years ago
Steven Barth
5628648f87
nftables: bump to release 0.4, cleanup our patches
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43730
10 years ago
Steven Barth
c6c0c275bc
libnftnl: bump to upstream release 1.0.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43729
10 years ago
Steven Barth
21bf45edd2
cyassl: bump to 3.3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43728
10 years ago
Felix Fietkau
f6f0984c43
build: prevent spurious host-build re-builds by touching .built after the install command before touching .installed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43721
10 years ago
John Crispin
0ffb7323d0
ralink: remove partitoon map from mt7621.dtsi
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43720
10 years ago
Rafał Miłecki
dd9ca05249
bcm53xx: sysupgrade support for devices with serial flash
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43719
10 years ago
Rafał Miłecki
c3e9796cd5
brcm47xx: extract magics from specific upgrade images (and still reject them)
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43718
10 years ago
John Crispin
40e2dbf9c6
fstools: update to latest git HEAD
...
adds a few cleanups and extroot/ubi support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43717
10 years ago
John Crispin
f8e83b1057
uboot-envtools: enable UBI support per default on oxnas
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43716
10 years ago
John Crispin
019ea725aa
add "preinit_regular" diag.sh set_state argument
...
This new argument is used right after starting regular preinit (which
happens if failsafe wasn't triggered). The main purpose of "preinit"
argument is to indicate that failsafe can be triggered, however we were
missing a way to inform user that we don't wait for a trigger anymore.
With this change it's clear when failsafe mode can be triggered.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43715
10 years ago
Rafał Miłecki
a5b6b7e419
brcm47xx: detect (and still reject for now) CyberTAN fw format
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43714
10 years ago
John Crispin
f310e02ab3
procd: update to latest git HEAD
...
fixes a bug where wdt write happened with no valid fd available
--> procd: WDT failed to write: Bad file descriptor
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43711
10 years ago
Steven Barth
8aa9160274
nftables: mini-bump and patch cleanup
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43710
10 years ago
Rafał Miłecki
fbea00b031
ramips: update mtd patches to apply after changes from r43700
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43709
10 years ago
Rafał Miłecki
b5b4bdc066
brcm47xx: use separated function in upgrade to detect file type
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43708
10 years ago
Steven Barth
c927daaf76
nftables: bump to latest git, fix mini-gmp patches
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43707
10 years ago
Steven Barth
e90e143852
libnftnl: bump to latest git
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43706
10 years ago
John Crispin
2db6da5532
kirkwood: enable EA4500 switch on 3.18
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43704
10 years ago
John Crispin
374ab9decc
gemini: update usb driver and merge registers into one patch
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43703
10 years ago
John Crispin
fef7b4241f
gemini: merge register ethernet patches into one
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 43702
10 years ago
John Crispin
6f2b7567b8
ralink: drop old pinmux nodes from dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43701
10 years ago
Rafał Miłecki
b1bfed548c
kernel: warn users to use the new (dedicated) firmware splitter
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43700
10 years ago
Felix Fietkau
d54e759611
toolchain: do not include libatomic.so in the libc package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43699
10 years ago
Felix Fietkau
0f51d48c0e
nvram: remove libnvram.so, it is unused and incompatible to the broadcom API anyway
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43698
10 years ago
Rafał Miłecki
2b4fbeb6d4
kernel: move old firmware uimage splitter into separated patch
...
This will allow us to drop it in the future. This patch doesn't change
the final mtdpart.c, it remains the same.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43696
10 years ago
Felix Fietkau
0fa857f3ba
scripts/config: fix segfault introduced in r43652
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43695
10 years ago
Felix Fietkau
35a9cb833c
build: ensure tools are built before building the toolchain
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43693
10 years ago
Felix Fietkau
e984869e22
realview: drop old kernel configs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43692
10 years ago
Felix Fietkau
cfe3280494
au1000: remove leftover 3.3 kernel config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43691
10 years ago
Felix Fietkau
511fadd857
au1000: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43690
10 years ago
Felix Fietkau
0f25db1a7d
rb532: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43689
10 years ago
Felix Fietkau
d34e2a337c
at91: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43688
10 years ago
Felix Fietkau
45380ebd1a
brcm2708: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43687
10 years ago
Felix Fietkau
170ce29617
ixp4xx: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43686
10 years ago
Felix Fietkau
c7e8b5ebbd
lantiq: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43685
10 years ago
Felix Fietkau
daeec86fba
mpc85xx: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43684
10 years ago
Florian Fainelli
8692819c2c
netlogic: fix XLR network driver build
...
Backport an upstream submission to fix xlr_net
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43682
10 years ago
John Crispin
263070a2e7
ramips:Add support for Aigale Ai-BR100
...
Aigale Ai-BR100 is a router with mt7620a soc.
There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led.
Signed-off-by: 郭传鈜 <gch981213@gmail.com>
SVN-Revision: 43681
10 years ago