John Crispin
510ff1f1b8
ralink: merge the mt7620a/n subtargets
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43300
10 years ago
Steven Barth
047f1c8dca
netifd: fix race, expose config options
...
Thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43299
10 years ago
Felix Fietkau
49aca2431c
mac80211: fix a crash bug in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43298
10 years ago
Felix Fietkau
9cd492b3e1
mac80211: add support for reporting tx status without attached skb
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43297
10 years ago
Felix Fietkau
7b0b8556d8
mac80211: enable minstrel_ht VHT support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43296
10 years ago
Jonas Gorski
2e95b1fda7
base-files: properly fix copying ld*.so with eglibc
...
r36107 ("base-files: sysupgrade fail with eglibc") tried to fix
sysupgrade by changing the ld-soname to what is expected, but only
fixed MIPS while breaking ARM.
The underlying issue is that the ld.so name varies widely across
different architectures for eglibc:
eglibc-2.19-r25243$ grep -r "ld-soname :=" . | awk '{ print $3 }' | sort -u
ld64.so.1
ld64.so.2
ld-linux-aarch64_be.so.1
ld-linux-aarch64.so.1
ld-linux-armhf.so.3
ld-linux-mipsn8.so.1
ld-linux.so.2
ld-linux.so.3
ld-linux-x32.so.2
ld-linux-x86-64.so.2
ld.so.1
Instead of adding each different soname to check for and copy it,
replace the awk script with a sed script to extract it properly and
drop the hardcoded so-name.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43295
10 years ago
Steven Barth
d2e0fa517f
odhcp6c: be less verbose by default, increase musl compatibility
...
SVN-Revision: 43294
10 years ago
John Crispin
752745a85a
ralink: set ralink_soc on mt7621
...
sdhci failed to init because of this
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43293
10 years ago
John Crispin
32d4348540
ralink: fix pcie reset
...
some old mt7620a uboots dont reset the pcie core properly. work around this
issue in the kernel driver.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43292
10 years ago
John Crispin
ed5ae98cf4
kernel/modules: use crc32c_generic.ko instead of crc32c.ko
...
Starting from kernel version 3.15, the crc32c module was renamed to
crc32c_generic.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43291
10 years ago
John Crispin
45462e9c99
kernel/modules: location of usb-common.ko changed
...
usb-common.ko was moved to drivers/usb/common starting from kernel 3.16
by upstream commit f4cbd33fd5f0587910fa9db403a1b42f1cabf820
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43290
10 years ago
John Crispin
5d2c810101
kernel: add the ubifs EOF marker support to 3.14 kernel
...
Without this patch the UBIFS driver is unable to attach to the mtd
storage and mount the root FS.
Fixes a kernel panic with Netgear WNDR4300/3700v4 devices.
Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>
SVN-Revision: 43287
10 years ago
Felix Fietkau
28b26fa603
ramips: disable 2.4 ghz on 802.11ac wifi on WHR-1166D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43283
10 years ago
Felix Fietkau
b3f2d3d01b
ramips: use mediatek,mtd-eeprom instead of ralink for mt76
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43282
10 years ago
Felix Fietkau
02c319c27a
ramips: fix default config breakage on whr-1166d
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43281
10 years ago
Felix Fietkau
c9394a7b9e
trace-cmd: update to v2.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43280
10 years ago
Felix Fietkau
dd5959c114
mac80211: fix VHT rate selection
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43279
10 years ago
Felix Fietkau
25d508dcd9
mac80211: backport list_last_entry
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43278
10 years ago
Felix Fietkau
6abb5f7a21
mac80211: backport devm_kmemdup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43277
10 years ago
John Crispin
c073bf6bdf
ralink: few updates tot he sdhci probe code
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43275
10 years ago
John Crispin
ce1c580efb
ralink: make the sdhci module build again
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43274
10 years ago
John Crispin
76a54a424c
ar8216: fix "unused variable" compiler warning
...
Most likely a copy & paste error when deriving ar8327_sw_set_ports
from ar8xxx_sw_set_ports.
Remove unused variable.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
SVN-Revision: 43273
10 years ago
John Crispin
44d703160b
lantiq: Concatenate multiple flash chips for lantiq-flash
...
Signed-off-by: Maikel Bloemendal <openwrt@maikelenyvonne.nl>
Tested-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 43272
10 years ago
John Crispin
6fafcba63b
ar71xx: Fix the sys LEDs on the EasyLink M150 and mini
...
Sets the system LED on the EasyLink M150 and mini to lower-case "easylink"
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 43271
10 years ago
John Crispin
b6f5713b3f
ar71xx: adjust MR900 profile for the OpenMesh MR900v2 board
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43270
10 years ago
John Crispin
7dce745a99
package/uboot-envtools: add OpenMesh MR900v2 support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43269
10 years ago
John Crispin
29c7b1860c
package/om-watchdog: add OpenMesh MR900v2 support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43268
10 years ago
John Crispin
52c267e2f7
ar71xx: add sysupgrade support for OpenMesh MR900v2
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43267
10 years ago
John Crispin
104be9f803
ar71xx: add user-space support for OpenMesh MR900v2
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43266
10 years ago
John Crispin
bc333d5399
ar71xx: add kernel support for the OpenMesh MR900v2
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43265
10 years ago
John Crispin
305c1431e3
ar71xx: create profile and build image for the OpenMesh MR900 board
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43264
10 years ago
John Crispin
c126266f43
package/uboot-envtools: add OpenMesh MR900 support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43263
10 years ago
John Crispin
c1f2ef8db4
package/om-watchdog: add OpenMesh MR900 support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43262
10 years ago
John Crispin
548822cd7a
ar71xx: enable sysupgrade for the OpenMesh MR900
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43261
10 years ago
John Crispin
9b1bc2d671
scripts/om-fwupgradecfg-gen.sh: add support for the MR900
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43260
10 years ago
John Crispin
cfdaa8aefd
ar71xx: add user-space support for the OpenMesh MR900 board
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43259
10 years ago
John Crispin
95544f33dd
ar71xx: add kernel support for the OpenMesh MR900 board
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43258
10 years ago
John Crispin
79475ee880
procd: update to latest git HEAD
...
make sure /sys/fs/cgroup is mounted on boot
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43257
10 years ago
John Crispin
4b5c23e1e3
lantiq: vgv7519 - set some defaults for leds
...
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 43256
10 years ago
John Crispin
901dddce31
lantiq: set default led configuration from /sys entry later, after per board settings
...
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 43255
10 years ago
John Crispin
7cc72e4b93
ralink: dont define pm_poweroff
...
this makes gpio-poweroff work
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43254
10 years ago
John Crispin
be23eaa8c3
ralink: fix bank detection in mt7621 gpio driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43253
10 years ago
John Crispin
6d4282086d
ralink: enable the proper drivers in the mt7621 config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43252
10 years ago
John Crispin
0767ee848a
ralink: fix broken pinmux function naming inside mt7621.c
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43251
10 years ago
John Crispin
8cde8a05c9
ralink: update sdhci driver
...
the new driver handles newer SoCs
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43250
10 years ago
John Crispin
66463a5b5d
ralink: update pcie driver to load ranges from dts
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43249
10 years ago
John Crispin
7963782b86
ralink: add a new global ralink_soc variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43248
10 years ago
John Crispin
caa29dea2c
ralink: update ethernet driver to use new ralink_soc variable
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43247
10 years ago
John Crispin
bf8bb5b611
ralink: fix the 10mbit bug on mt7621
...
a missing "val =" caused the AN bit in the phy0 reg to be flushed.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43246
10 years ago
John Crispin
194ca6127e
ralink: improve mt7530 support
...
the SDK does a bit of extra init that we did not do yet when using an external mt7530.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43245
10 years ago