openwrt.git
9 years agoadd new target 'oxnas'
blogic [Wed, 26 Nov 2014 09:00:08 +0000 (09:00 +0000)]
add new target 'oxnas'

This is the oxnas target previously developed at
http://gitorious.org/openwrt-oxnas
Basically, this consolidates the changes and addtionas from
http://github.org/kref/linux-oxnas
into a new OpenWrt hardware target 'oxnas' adding support for
 PLX Technology NAS7820/NAS7821/NAS7825/...
formally known as
 Oxford Semiconductor OXE810SE/OXE815/OX820/...

For now there are 4 supported boards:
Cloud Engines Pogoplug V3 (without PCIe)
 fully supported

Cloud Engines Pogoplug Pro (with PCIe)
 fully supported

MitraStar STG-212
 aka ZyXEL NSA-212,
 aka Medion Akoya P89625 / P89636 / P89626 / P89630,
 aka Medion MD 86407 / MD 86805 / MD 86517 / MD 86587
 fully supported, see http://wiki.openwrt.org/toh/medion/md86587

Shuttle KD-20
 partially supported (S-ATA driver lacks support for 2nd port)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43388 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotarget.mk: add default packages for NAS device-type
blogic [Wed, 26 Nov 2014 08:59:49 +0000 (08:59 +0000)]
target.mk: add default packages for NAS device-type

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43387 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: unset CONFIG_ARM_CCN
blogic [Wed, 26 Nov 2014 08:59:41 +0000 (08:59 +0000)]
kernel: unset CONFIG_ARM_CCN

oldconfig kept asking for that config symbol...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43386 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: add support for TP-LINK CPE210/220/510/520
blogic [Wed, 26 Nov 2014 08:59:32 +0000 (08:59 +0000)]
ar71xx: add support for TP-LINK CPE210/220/510/520

This adds support for the TP-LINK CPE210/220/510/520 (Pharos series). These
devices are very similar to the Ubiquiti NanoStations, but with better specs:
faster CPU, more RAM, 2x2 MIMO.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43385 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofirmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices...
blogic [Wed, 26 Nov 2014 08:59:22 +0000 (08:59 +0000)]
firmware-utils: add new tool tplink-safeloader for the new TP-LINK Pharos devices (CPE210/220/510/520)

The new TP-LINK Pharos series uses a new bootloader, the "TP-LINK Safeloader".
It uses an advanced firmware image format, containing an image partition table
and a flash partition table (and image partitions are mapped to the
corresponding flash partitions). The exact image format is documented in the
source code.

Furthermore, the bootloader expects the kernel image as an ELF executable.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43384 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomtd: fix 2 compiler warnings
blogic [Wed, 26 Nov 2014 08:59:17 +0000 (08:59 +0000)]
mtd: fix 2 compiler warnings

mtd.c:544:7: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 3 has type ‘ssize_t’ [-Wformat]
mtd.c:602:1: warning: label ‘done’ defined but not used [-Wunused-label]

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43383 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[ar71xx]: Netgear R6100 support
kaloz [Wed, 26 Nov 2014 08:28:22 +0000 (08:28 +0000)]
[ar71xx]: Netgear R6100 support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43382 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouqmi: update to the latest version, also set 802.3 data format via the WDA service
nbd [Tue, 25 Nov 2014 20:34:08 +0000 (20:34 +0000)]
uqmi: update to the latest version, also set 802.3 data format via the WDA service

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43381 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: uci-defaults: network: move DSL-274x1 F1 to right section
jogo [Tue, 25 Nov 2014 19:07:02 +0000 (19:07 +0000)]
brcm63xx: uci-defaults: network: move DSL-274x1 F1 to right section

The cpu port is at 8, not 5.

Fixes #18406.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43379 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: unify dt image generation
jogo [Tue, 25 Nov 2014 19:06:51 +0000 (19:06 +0000)]
brcm63xx: unify dt image generation

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43378 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: move rsa signature to additional options
jogo [Tue, 25 Nov 2014 19:06:43 +0000 (19:06 +0000)]
brcm63xx: move rsa signature to additional options

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43377 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: fix image generation
jogo [Tue, 25 Nov 2014 19:06:38 +0000 (19:06 +0000)]
brcm63xx: fix image generation

This fixes build issues introduced on r43361.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43376 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[generic/3.18]: rename overlayfs' symbol
kaloz [Mon, 24 Nov 2014 22:09:47 +0000 (22:09 +0000)]
[generic/3.18]: rename overlayfs' symbol

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43375 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: fix pci reset patch
blogic [Mon, 24 Nov 2014 20:39:48 +0000 (20:39 +0000)]
ralink: fix pci reset patch

sorry, forgot to make target/update before commiting the last patch

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43374 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoprocd: fix/clean some conditions in nand.sh
blogic [Mon, 24 Nov 2014 19:14:29 +0000 (19:14 +0000)]
procd: fix/clean some conditions in nand.sh

1) nand_upgrade_tar: use a simpler condition that matches if () { }
   logic and fix check of $kernel_length variable
2) nand_do_upgrade_stage2: use case, otherwise one could believe we
   always call nand_upgrade_tar

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43373 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoprocd: document nand.sh a bit
blogic [Mon, 24 Nov 2014 19:14:17 +0000 (19:14 +0000)]
procd: document nand.sh a bit

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43372 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agompc85xx: fix missing dts target for kernel 3.14
blogic [Mon, 24 Nov 2014 19:12:46 +0000 (19:12 +0000)]
mpc85xx: fix missing dts target for kernel 3.14

With kernel 3.14 dts target p1010rdb was renamed to p1010rdb-pa.
To maintain compatibility define p1010rdb-pa as new standard and
copy p1010rdb.dts to p1010rdb-pa.dts under 3.10.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43371 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: add proper reset of pci core
blogic [Mon, 24 Nov 2014 19:12:35 +0000 (19:12 +0000)]
ralink: add proper reset of pci core

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43370 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoimx6: make the default config bootable on ventana
blogic [Mon, 24 Nov 2014 19:12:19 +0000 (19:12 +0000)]
imx6: make the default config bootable on ventana

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43369 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agofstools: update to the latest version, fixes overlayfs mount on 3.18
nbd [Mon, 24 Nov 2014 17:18:32 +0000 (17:18 +0000)]
fstools: update to the latest version, fixes overlayfs mount on 3.18

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43368 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: fix a crash on getting the channel in WDS AP mode (#18400)
nbd [Mon, 24 Nov 2014 17:13:54 +0000 (17:13 +0000)]
mac80211: fix a crash on getting the channel in WDS AP mode (#18400)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43367 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[mvebu]: add initial 3.18 support
kaloz [Mon, 24 Nov 2014 16:00:41 +0000 (16:00 +0000)]
[mvebu]: add initial 3.18 support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43366 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[base-files]: fix sysupgrade on overlayfs v23+
kaloz [Mon, 24 Nov 2014 15:55:52 +0000 (15:55 +0000)]
[base-files]: fix sysupgrade on overlayfs v23+

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43365 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: do not build images for unsupported routers
jogo [Mon, 24 Nov 2014 14:44:46 +0000 (14:44 +0000)]
brcm63xx: do not build images for unsupported routers

If there is no board support in the kernel, it does not make sense to
build images for devices. So drop any images for board ids for which
there are nc corresponding board_info structs in the kernel.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43364 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: refresh patches
jogo [Mon, 24 Nov 2014 14:44:40 +0000 (14:44 +0000)]
brcm63xx: refresh patches

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43363 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: Add DT support for SPW303V
jogo [Mon, 24 Nov 2014 14:44:33 +0000 (14:44 +0000)]
brcm63xx: Add DT support for SPW303V

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43362 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: Add DT support for DV-201AMR
jogo [Mon, 24 Nov 2014 14:44:28 +0000 (14:44 +0000)]
brcm63xx: Add DT support for DV-201AMR

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43361 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: Add DT support for RG100A
jogo [Mon, 24 Nov 2014 14:44:23 +0000 (14:44 +0000)]
brcm63xx: Add DT support for RG100A

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43360 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: Add DT support for A226G/M
jogo [Mon, 24 Nov 2014 14:44:19 +0000 (14:44 +0000)]
brcm63xx: Add DT support for A226G/M

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43359 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: Add DT support for AGPF-S0
jogo [Mon, 24 Nov 2014 14:44:12 +0000 (14:44 +0000)]
brcm63xx: Add DT support for AGPF-S0

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43358 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[generic]: update .18 support for -rc6
kaloz [Mon, 24 Nov 2014 10:17:33 +0000 (10:17 +0000)]
[generic]: update .18 support for -rc6

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43357 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: Fix issue with autoneg being disabled under 3.14, revert 43332
nbd [Mon, 24 Nov 2014 09:33:48 +0000 (09:33 +0000)]
ar8216: Fix issue with autoneg being disabled under 3.14, revert 43332

Patch reverts 43332 which seems to cause issues with VLAN functionality.
Add a specific check to check whether ANEG is still enabled and re-enable
it if necessary. Disable generic phy soft reset for kernel >=3.16.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43356 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoarm64: add ARM 64-bits target
florian [Mon, 24 Nov 2014 06:34:07 +0000 (06:34 +0000)]
arm64: add ARM 64-bits target

This target can be emulated using ARM's Foundation_V8 simulator
software or qemu-system-aarch64 using the command-line described in the
README file.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43355 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolibbsd: add support for aarch64
florian [Mon, 24 Nov 2014 06:33:34 +0000 (06:33 +0000)]
libbsd: add support for aarch64

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43354 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoaarch64: add initial support
florian [Mon, 24 Nov 2014 06:33:13 +0000 (06:33 +0000)]
aarch64: add initial support

Add initial support for the AArch64 architecture

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43353 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoeglibc: enforce use of autoconf-2.69
florian [Mon, 24 Nov 2014 02:06:20 +0000 (02:06 +0000)]
eglibc: enforce use of autoconf-2.69

Since we updated autoconf in r42855 we also need to enforce its use
while building eglibc to allow it to build successfully.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43352 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolibubox: fix a variable handling regression in jshn
nbd [Sun, 23 Nov 2014 22:53:14 +0000 (22:53 +0000)]
libubox: fix a variable handling regression in jshn

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43351 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolibubox: update to the latest version, adds some jshn optimizations
nbd [Sun, 23 Nov 2014 20:10:07 +0000 (20:10 +0000)]
libubox: update to the latest version, adds some jshn optimizations

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43350 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agolzo: disable unaligned access for everything except x86
nbd [Sun, 23 Nov 2014 20:10:02 +0000 (20:10 +0000)]
lzo: disable unaligned access for everything except x86

Fixes issues on ARM

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43349 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobusybox: turn on BUSYBOX_DEFAULT_FEATURE_SH_NOFORK to slightly improve performance
nbd [Sun, 23 Nov 2014 20:09:56 +0000 (20:09 +0000)]
busybox: turn on BUSYBOX_DEFAULT_FEATURE_SH_NOFORK to slightly improve performance

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43348 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: merge changes from 3.10 that were forgotten for 3.14
nbd [Sun, 23 Nov 2014 16:27:19 +0000 (16:27 +0000)]
ar71xx: merge changes from 3.10 that were forgotten for 3.14

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43347 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetifd: update to the latest version, fixes issues when changing a bridge member...
nbd [Sun, 23 Nov 2014 16:07:00 +0000 (16:07 +0000)]
netifd: update to the latest version, fixes issues when changing a bridge member from a vlan to its base device (#18351)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43346 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: fix build error on some variants with CONFIG_WPA_RFKILL_SUPPORT=y (#17765)
nbd [Sun, 23 Nov 2014 14:16:47 +0000 (14:16 +0000)]
hostapd: fix build error on some variants with CONFIG_WPA_RFKILL_SUPPORT=y (#17765)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43345 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: remove linux 3.10 support
nbd [Sun, 23 Nov 2014 13:54:28 +0000 (13:54 +0000)]
ar71xx: remove linux 3.10 support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43344 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: switch to linux 3.14
nbd [Sun, 23 Nov 2014 13:54:22 +0000 (13:54 +0000)]
ar71xx: switch to linux 3.14

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43343 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoath9k: fix some ar913x irq handling issues
nbd [Sun, 23 Nov 2014 12:53:35 +0000 (12:53 +0000)]
ath9k: fix some ar913x irq handling issues

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43342 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: move board compatible strings into a table
jogo [Sat, 22 Nov 2014 12:25:52 +0000 (12:25 +0000)]
brcm63xx: move board compatible strings into a table

Move compatible strings from board structs into separate table. This
allows for several board compatibles to match to the same board in case
e.g. only the flash size / partitions differ.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43341 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: fix a crash on using VHT rates
nbd [Fri, 21 Nov 2014 22:29:48 +0000 (22:29 +0000)]
mac80211: fix a crash on using VHT rates

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43340 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: switch dependency from mac80211 to cfg80211
nbd [Fri, 21 Nov 2014 20:38:14 +0000 (20:38 +0000)]
hostapd: switch dependency from mac80211 to cfg80211

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43339 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add config for 3.18
wigyori [Fri, 21 Nov 2014 18:49:56 +0000 (18:49 +0000)]
sunxi: add config for 3.18

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43338 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agosunxi: add initial 3.18 support
wigyori [Fri, 21 Nov 2014 18:42:43 +0000 (18:42 +0000)]
sunxi: add initial 3.18 support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43337 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm47xx: add support for Netgear WGR614 V10
rmilecki [Thu, 20 Nov 2014 22:15:21 +0000 (22:15 +0000)]
brcm47xx: add support for Netgear WGR614 V10

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43336 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomt76: add new mediatek 802.11ac driver
nbd [Thu, 20 Nov 2014 20:27:36 +0000 (20:27 +0000)]
mt76: add new mediatek 802.11ac driver

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43335 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: Use generic hw_init from ar8236 for ar8216 too
nbd [Thu, 20 Nov 2014 15:19:15 +0000 (15:19 +0000)]
ar8216: Use generic hw_init from ar8236 for ar8216 too

We should make sure that also for ar8216 hw gets initialized.
For ar8216 hw_init is a dummy currently. The hw_init used for ar8236
should be generic enough to be usable with ar8216 too.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43334 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: simplify PHY fixup/init
nbd [Thu, 20 Nov 2014 15:19:04 +0000 (15:19 +0000)]
ar8216: simplify PHY fixup/init

Move the PHY fixup call to the PHY init loop.
Use ar8xxx_has_gige in the PHY init instead of passing the gigE
capability via function parameter.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43333 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: use genphy_config_aneg also for PHY 0
nbd [Wed, 19 Nov 2014 20:18:01 +0000 (20:18 +0000)]
ar8216: use genphy_config_aneg also for PHY 0

Kernel 3.14 introduced a switch reset in phy_init_hw in drivers/net/phy
causing BMCR_ANENABLE to get cleared.

Due to the fact that ar8xxx_phy_config_aneg does nothing for
PHY 0 autonegatiation support remains disabled.
This can cause ports to operate at 10MBit/half-duplex only.

Fix this by calling genphy_config_aneg for PHY 0 too as
genphy_config_aneg sets BMCR_ANENABLE if it's not yet set.
Fixes: ticket 17800

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43332 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: factor out PHY init code into a generic function
nbd [Wed, 19 Nov 2014 20:17:52 +0000 (20:17 +0000)]
ar8216: factor out PHY init code into a generic function

PHY init code in the switch-specific hw_init functions is mainly
identical. Factor it out into a generic ar8xxx_phy_init function.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43331 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: introduce fixup_phys callback in ar8xxx_chip
nbd [Wed, 19 Nov 2014 20:17:43 +0000 (20:17 +0000)]
ar8216: introduce fixup_phys callback in ar8xxx_chip

Move phy fixup code from the chip-specific hw_init functions into a
fixup_phys callback.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43330 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: after a switch reset poll until BCMR_RESET is cleared
nbd [Wed, 19 Nov 2014 20:17:37 +0000 (20:17 +0000)]
ar8216: after a switch reset poll until BCMR_RESET is cleared

Currently there is a fixed 1000ms wait time after the switch was reset.
Most if not all switches need much less time to perform a reset.
Therefore replace the fixed wait time with polling for BMCR_RESET to
be cleared.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43329 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar8216: introduce global constant for number of PHYs
nbd [Wed, 19 Nov 2014 20:17:30 +0000 (20:17 +0000)]
ar8216: introduce global constant for number of PHYs

All supported switches have 5 PHYs. Currently partially 5 is hardcoded
and partially switch-specific constants exist.
Replace them with a global constant.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43328 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoprocd: update to the latest version, fixes ubus service list
nbd [Wed, 19 Nov 2014 20:17:24 +0000 (20:17 +0000)]
procd: update to the latest version, fixes ubus service list

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43327 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: try to get interface addresses from wiphy sysfs 'addresses' if no mask...
nbd [Wed, 19 Nov 2014 20:17:08 +0000 (20:17 +0000)]
mac80211: try to get interface addresses from wiphy sysfs 'addresses' if no mask is set

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43326 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: add an intermediate software queueing implementation
nbd [Wed, 19 Nov 2014 20:17:01 +0000 (20:17 +0000)]
mac80211: add an intermediate software queueing implementation

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43325 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: add support for passing sta rate table updates to the driver
nbd [Wed, 19 Nov 2014 20:16:55 +0000 (20:16 +0000)]
mac80211: add support for passing sta rate table updates to the driver

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43324 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobuild: allow AutoLoad and AutoProbe to specify modules not included in the package
nbd [Wed, 19 Nov 2014 20:16:50 +0000 (20:16 +0000)]
build: allow AutoLoad and AutoProbe to specify modules not included in the package

On out-of-tree modules depending on other out-of-tree modules from a
different tree, module dependencies are not filled properly.
This change helps with adding those dependencies in the AutoLoad call

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43323 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years ago[PATCH] brcm47xx: mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)
rmilecki [Wed, 19 Nov 2014 17:35:24 +0000 (17:35 +0000)]
[PATCH] brcm47xx: mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43322 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoixp4xx: Don't overwrite memory in wg302v1_fixup()
blogic [Wed, 19 Nov 2014 14:09:19 +0000 (14:09 +0000)]
ixp4xx: Don't overwrite memory in wg302v1_fixup()

wg302v1_fixup() looks for the ATAG_CMDLINE atag, it doesn't find it and
so it takes the last atag in the list and overwrites non allocated
memory.

The side effects are corrupted vital data and a kernel that doesn't
boot. More details here https://dev.openwrt.org/ticket/18356

The fix appends the fixup to the command line and updates the atag only
when it finds it.

Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43320 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agogemini: add basic nas4220 board support
blogic [Wed, 19 Nov 2014 14:09:10 +0000 (14:09 +0000)]
gemini: add basic nas4220 board support

Few notes:
- redboot partitions are unusable
- redboot declares only 16M of RAM, hence the mem arg in cmdline and separate kernel config
- boots fine but only ethernet works for now
- split wiliboard and raidsonic boards into different subtargets

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43319 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokeernel: Fixed dependencies in netfilter modules introduced with 3.18 kernel
blogic [Wed, 19 Nov 2014 14:09:01 +0000 (14:09 +0000)]
keernel: Fixed dependencies in netfilter modules introduced with 3.18 kernel

Building current trunk with 3.18 kernel fired some errors like 'missed
dependancy of module XXX from library kmod_YYY.ko'. These patch fixes 3
of such issues which are critical to have a successful build.

Signed-off-by: Alexey N Vinogradov <a.n.vinogradov@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43318 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouboot-envtools: add carambola2 support
blogic [Wed, 19 Nov 2014 13:49:54 +0000 (13:49 +0000)]
uboot-envtools: add carambola2 support

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43317 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: remove gpio-pwm kmod definition
jogo [Wed, 19 Nov 2014 12:42:00 +0000 (12:42 +0000)]
kernel: remove gpio-pwm kmod definition

r37490 removed the actual driver but left the kmod definition intact,
causing the build system hapily creating an empty package for it.
Remove it also to not make it seem as if it still exists.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43316 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: supress errors from ldd
jogo [Wed, 19 Nov 2014 12:17:37 +0000 (12:17 +0000)]
base-files: supress errors from ldd

ldd might be called for shell scrips during sysupgrade, causing it to
complain that they are not a dynamic executables.

This is a harmless error, so supress it to avoid confusing about them
being serious ones.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43315 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotoolchain: musl: fix symlink for ldd
jogo [Wed, 19 Nov 2014 12:17:34 +0000 (12:17 +0000)]
toolchain: musl: fix symlink for ldd

ld-musl-*.so* is a symlink "broken" for the hostsystem, so wildcard
will skip it, causing LD_MUSL_NAME to empty and the ldd symlink pointing
to ../../lib directly.
This causes sysupgrade failing to copy any linked libaries and
consequently failing to run anything after switching to ram disk.

Fix this by creating a symlink directly pointing to where ld-musl-*.so*
points to.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43314 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonf_conntrack_rtsp: update to latest version
blogic [Wed, 19 Nov 2014 09:21:12 +0000 (09:21 +0000)]
nf_conntrack_rtsp: update to latest version

Update nf_conntrack_rtsp to latest version based on http://mike.it-loops.com/rtsp/ (rtsp-module-3.7-v2.tar.gz).

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43311 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agouqmi: update to latest git HEAD
blogic [Wed, 19 Nov 2014 09:21:07 +0000 (09:21 +0000)]
uqmi: update to latest git HEAD

* fixes a bug in multipart sms
* adds a new call to read the sim phone number (partially functioanl)

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43310 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomusl: add getopt support for non-option arguments
blogic [Wed, 19 Nov 2014 09:21:02 +0000 (09:21 +0000)]
musl: add getopt support for non-option arguments

musl libc doesn't support the GNU getopt extension to parse non-option
arguments when the optstring starts with '-'.

This extension is used by some utilities, notably iptables, that
currently return with errors even with perfectly valid invocations.

The patch adds the code needed by getopt.c and getopt_long.c to
implement that extension.

Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43309 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agompc85xx: add 3.14 kernel support for mpc85xx platform
blogic [Wed, 19 Nov 2014 09:20:55 +0000 (09:20 +0000)]
mpc85xx: add 3.14 kernel support for mpc85xx platform

This patch adds 3.14 kernel support for the mpc85xx platform.
Works fine here with a TL-WDR4900 which seems to be the only
supported device using this platform.
There might be differences depending on HW version, therefore
I'd ask others to test too.

Changes to 3.10
  missing config options added to 3.14 config file
  patch 001: rebased
  patch 100: rebased
  patch 110: rebased
  patch 120: rebased
  patch 130: rebased
  patch 140: minor adjustment
  patch 200: removed, change went upstream
  patch 210: rebased
  patch 220: removed, change went upstream
  patch 750: new, fixes an issue with ethernet port autoneg being
             disabled due to changes in kernel phy handling

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43308 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: Added support for D-link DHP-1565 rev. A1
blogic [Wed, 19 Nov 2014 09:20:47 +0000 (09:20 +0000)]
ar71xx: Added support for D-link DHP-1565 rev. A1

Signed-off-by: Jacek Kikiewicz <jaceq@aol.pl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43307 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx: fix switch configuration in Ubiquiti UAP Pro
blogic [Wed, 19 Nov 2014 09:20:18 +0000 (09:20 +0000)]
ar71xx: fix switch configuration in Ubiquiti UAP Pro

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43306 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: various fixes to the wm8960 setup code
blogic [Wed, 19 Nov 2014 09:20:12 +0000 (09:20 +0000)]
ralink: various fixes to the wm8960 setup code

still no sound but the codec is properly detected now, powers up and i can hear
noise on the speakers.

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43305 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: make the dmaengine driver compile under 3.14
blogic [Wed, 19 Nov 2014 09:20:02 +0000 (09:20 +0000)]
ralink: make the dmaengine driver compile under 3.14

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43304 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: fix tx vlan offload and hardware status
blogic [Wed, 19 Nov 2014 09:19:57 +0000 (09:19 +0000)]
ralink: fix tx vlan offload and hardware status

hardware status and tx vlan offload support on all targets
except rt5350. so i modify the IS_ENABLE condition only for
mt7621.
support mt7621 hardware status reference by SDK. but i don't
have mt7621. if not work just set mt7621 FE_REG_FE_COUNTER_BASE
to 0 to let software count.

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43303 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: support netconsole
blogic [Wed, 19 Nov 2014 09:19:49 +0000 (09:19 +0000)]
ralink: support netconsole

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43302 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: improve tx vlan offload
blogic [Wed, 19 Nov 2014 09:19:43 +0000 (09:19 +0000)]
ralink: improve tx vlan offload

hardware tx vlan offload only support max 16 vids
now use add/delete vlan interface to update vlan id table
when duplicate vlan id index detect.
disable hardware tx vlan offload support.

Signed-off-by: michael lee <igvtee@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43301 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: merge the mt7620a/n subtargets
blogic [Wed, 19 Nov 2014 09:19:38 +0000 (09:19 +0000)]
ralink: merge the mt7620a/n subtargets

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43300 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetifd: fix race, expose config options
cyrus [Wed, 19 Nov 2014 08:31:13 +0000 (08:31 +0000)]
netifd: fix race, expose config options

Thanks to Hans Dedecker

Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43299 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: fix a crash bug in minstrel_ht
nbd [Tue, 18 Nov 2014 22:20:50 +0000 (22:20 +0000)]
mac80211: fix a crash bug in minstrel_ht

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43298 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: add support for reporting tx status without attached skb
nbd [Tue, 18 Nov 2014 22:20:45 +0000 (22:20 +0000)]
mac80211: add support for reporting tx status without attached skb

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43297 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agomac80211: enable minstrel_ht VHT support
nbd [Tue, 18 Nov 2014 22:20:37 +0000 (22:20 +0000)]
mac80211: enable minstrel_ht VHT support

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43296 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobase-files: properly fix copying ld*.so with eglibc
jogo [Tue, 18 Nov 2014 15:19:46 +0000 (15:19 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43295 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoodhcp6c: be less verbose by default, increase musl compatibility
cyrus [Tue, 18 Nov 2014 09:40:39 +0000 (09:40 +0000)]
odhcp6c: be less verbose by default, increase musl compatibility

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43294 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: set ralink_soc on mt7621
blogic [Mon, 17 Nov 2014 21:58:30 +0000 (21:58 +0000)]
ralink: set ralink_soc on mt7621

sdhci failed to init because of this

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43293 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoralink: fix pcie reset
blogic [Mon, 17 Nov 2014 16:27:48 +0000 (16:27 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43292 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: use crc32c_generic.ko instead of crc32c.ko
blogic [Mon, 17 Nov 2014 14:30:42 +0000 (14:30 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43291 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel/modules: location of usb-common.ko changed
blogic [Mon, 17 Nov 2014 14:30:19 +0000 (14:30 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43290 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokernel: add the ubifs EOF marker support to 3.14 kernel
blogic [Mon, 17 Nov 2014 08:34:03 +0000 (08:34 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43287 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: disable 2.4 ghz on 802.11ac wifi on WHR-1166D
nbd [Sun, 16 Nov 2014 12:26:53 +0000 (12:26 +0000)]
ramips: disable 2.4 ghz on 802.11ac wifi on WHR-1166D

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43283 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: use mediatek,mtd-eeprom instead of ralink for mt76
nbd [Sun, 16 Nov 2014 12:26:47 +0000 (12:26 +0000)]
ramips: use mediatek,mtd-eeprom instead of ralink for mt76

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43282 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoramips: fix default config breakage on whr-1166d
nbd [Sun, 16 Nov 2014 11:39:19 +0000 (11:39 +0000)]
ramips: fix default config breakage on whr-1166d

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43281 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agotrace-cmd: update to v2.4
nbd [Sun, 16 Nov 2014 11:39:14 +0000 (11:39 +0000)]
trace-cmd: update to v2.4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43280 3c298f89-4303-0410-b956-a3cf2f4a3e73