openwrt/openwrt.git
9 years agomac80211: add support for reporting tx status without attached skb
Felix Fietkau [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>
SVN-Revision: 43297

9 years agomac80211: enable minstrel_ht VHT support
Felix Fietkau [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>
SVN-Revision: 43296

9 years agobase-files: properly fix copying ld*.so with eglibc
Jonas Gorski [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>
SVN-Revision: 43295

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

SVN-Revision: 43294

9 years agoralink: set ralink_soc on mt7621
John Crispin [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>
SVN-Revision: 43293

9 years agoralink: fix pcie reset
John Crispin [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>
SVN-Revision: 43292

9 years agokernel/modules: use crc32c_generic.ko instead of crc32c.ko
John Crispin [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>
SVN-Revision: 43291

9 years agokernel/modules: location of usb-common.ko changed
John Crispin [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>
SVN-Revision: 43290

9 years agokernel: add the ubifs EOF marker support to 3.14 kernel
John Crispin [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>
SVN-Revision: 43287

9 years agoramips: disable 2.4 ghz on 802.11ac wifi on WHR-1166D
Felix Fietkau [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>
SVN-Revision: 43283

9 years agoramips: use mediatek,mtd-eeprom instead of ralink for mt76
Felix Fietkau [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>
SVN-Revision: 43282

9 years agoramips: fix default config breakage on whr-1166d
Felix Fietkau [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>
SVN-Revision: 43281

9 years agotrace-cmd: update to v2.4
Felix Fietkau [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>
SVN-Revision: 43280

9 years agomac80211: fix VHT rate selection
Felix Fietkau [Sun, 16 Nov 2014 11:39:07 +0000 (11:39 +0000)]
mac80211: fix VHT rate selection

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43279

9 years agomac80211: backport list_last_entry
Felix Fietkau [Sun, 16 Nov 2014 11:39:01 +0000 (11:39 +0000)]
mac80211: backport list_last_entry

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43278

9 years agomac80211: backport devm_kmemdup
Felix Fietkau [Sun, 16 Nov 2014 11:38:55 +0000 (11:38 +0000)]
mac80211: backport devm_kmemdup

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43277

9 years agoralink: few updates tot he sdhci probe code
John Crispin [Sat, 15 Nov 2014 14:35:32 +0000 (14:35 +0000)]
ralink: few updates tot he sdhci probe code

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43275

9 years agoralink: make the sdhci module build again
John Crispin [Fri, 14 Nov 2014 18:51:41 +0000 (18:51 +0000)]
ralink: make the sdhci module build again

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43274

9 years agoar8216: fix "unused variable" compiler warning
John Crispin [Fri, 14 Nov 2014 17:06:09 +0000 (17:06 +0000)]
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

9 years agolantiq: Concatenate multiple flash chips for lantiq-flash
John Crispin [Fri, 14 Nov 2014 17:06:04 +0000 (17:06 +0000)]
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

9 years agoar71xx: Fix the sys LEDs on the EasyLink M150 and mini
John Crispin [Fri, 14 Nov 2014 16:58:29 +0000 (16:58 +0000)]
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

9 years agoar71xx: adjust MR900 profile for the OpenMesh MR900v2 board
John Crispin [Fri, 14 Nov 2014 16:55:32 +0000 (16:55 +0000)]
ar71xx: adjust MR900 profile for the OpenMesh MR900v2 board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43270

9 years agopackage/uboot-envtools: add OpenMesh MR900v2 support
John Crispin [Fri, 14 Nov 2014 16:55:26 +0000 (16:55 +0000)]
package/uboot-envtools: add OpenMesh MR900v2 support

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43269

9 years agopackage/om-watchdog: add OpenMesh MR900v2 support
John Crispin [Fri, 14 Nov 2014 16:55:19 +0000 (16:55 +0000)]
package/om-watchdog: add OpenMesh MR900v2 support

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43268

9 years agoar71xx: add sysupgrade support for OpenMesh MR900v2
John Crispin [Fri, 14 Nov 2014 16:55:14 +0000 (16:55 +0000)]
ar71xx: add sysupgrade support for OpenMesh MR900v2

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43267

9 years agoar71xx: add user-space support for OpenMesh MR900v2
John Crispin [Fri, 14 Nov 2014 16:55:04 +0000 (16:55 +0000)]
ar71xx: add user-space support for OpenMesh MR900v2

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43266

9 years agoar71xx: add kernel support for the OpenMesh MR900v2
John Crispin [Fri, 14 Nov 2014 16:54:58 +0000 (16:54 +0000)]
ar71xx: add kernel support for the OpenMesh MR900v2

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43265

9 years agoar71xx: create profile and build image for the OpenMesh MR900 board
John Crispin [Fri, 14 Nov 2014 16:54:50 +0000 (16:54 +0000)]
ar71xx: create profile and build image for the OpenMesh MR900 board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43264

9 years agopackage/uboot-envtools: add OpenMesh MR900 support
John Crispin [Fri, 14 Nov 2014 16:54:45 +0000 (16:54 +0000)]
package/uboot-envtools: add OpenMesh MR900 support

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43263

9 years agopackage/om-watchdog: add OpenMesh MR900 support
John Crispin [Fri, 14 Nov 2014 16:54:38 +0000 (16:54 +0000)]
package/om-watchdog: add OpenMesh MR900 support

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43262

9 years agoar71xx: enable sysupgrade for the OpenMesh MR900
John Crispin [Fri, 14 Nov 2014 16:54:28 +0000 (16:54 +0000)]
ar71xx: enable sysupgrade for the OpenMesh MR900

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43261

9 years agoscripts/om-fwupgradecfg-gen.sh: add support for the MR900
John Crispin [Fri, 14 Nov 2014 16:54:23 +0000 (16:54 +0000)]
scripts/om-fwupgradecfg-gen.sh: add support for the MR900

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43260

9 years agoar71xx: add user-space support for the OpenMesh MR900 board
John Crispin [Fri, 14 Nov 2014 16:54:15 +0000 (16:54 +0000)]
ar71xx: add user-space support for the OpenMesh MR900 board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43259

9 years agoar71xx: add kernel support for the OpenMesh MR900 board
John Crispin [Fri, 14 Nov 2014 16:54:07 +0000 (16:54 +0000)]
ar71xx: add kernel support for the OpenMesh MR900 board

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43258

9 years agoprocd: update to latest git HEAD
John Crispin [Fri, 14 Nov 2014 16:53:58 +0000 (16:53 +0000)]
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

9 years agolantiq: vgv7519 - set some defaults for leds
John Crispin [Fri, 14 Nov 2014 16:53:53 +0000 (16:53 +0000)]
lantiq: vgv7519 - set some defaults for leds

Signed-off-by: Eddi De Pieri <eddi@depieri.net>
SVN-Revision: 43256

9 years agolantiq: set default led configuration from /sys entry later, after per board settings
John Crispin [Fri, 14 Nov 2014 16:53:48 +0000 (16:53 +0000)]
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

9 years agoralink: dont define pm_poweroff
John Crispin [Fri, 14 Nov 2014 16:53:40 +0000 (16:53 +0000)]
ralink: dont define pm_poweroff

this makes gpio-poweroff work

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43254

9 years agoralink: fix bank detection in mt7621 gpio driver
John Crispin [Fri, 14 Nov 2014 16:53:34 +0000 (16:53 +0000)]
ralink: fix bank detection in mt7621 gpio driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43253

9 years agoralink: enable the proper drivers in the mt7621 config
John Crispin [Fri, 14 Nov 2014 16:53:29 +0000 (16:53 +0000)]
ralink: enable the proper drivers in the mt7621 config

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43252

9 years agoralink: fix broken pinmux function naming inside mt7621.c
John Crispin [Fri, 14 Nov 2014 16:53:21 +0000 (16:53 +0000)]
ralink: fix broken pinmux function naming inside mt7621.c

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43251

9 years agoralink: update sdhci driver
John Crispin [Fri, 14 Nov 2014 16:53:15 +0000 (16:53 +0000)]
ralink: update sdhci driver

the new driver handles newer SoCs

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43250

9 years agoralink: update pcie driver to load ranges from dts
John Crispin [Fri, 14 Nov 2014 16:53:07 +0000 (16:53 +0000)]
ralink: update pcie driver to load ranges from dts

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43249

9 years agoralink: add a new global ralink_soc variable
John Crispin [Fri, 14 Nov 2014 16:53:01 +0000 (16:53 +0000)]
ralink: add a new global ralink_soc variable

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43248

9 years agoralink: update ethernet driver to use new ralink_soc variable
John Crispin [Fri, 14 Nov 2014 16:52:52 +0000 (16:52 +0000)]
ralink: update ethernet driver to use new ralink_soc variable

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43247

9 years agoralink: fix the 10mbit bug on mt7621
John Crispin [Fri, 14 Nov 2014 16:52:47 +0000 (16:52 +0000)]
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

9 years agoralink: improve mt7530 support
John Crispin [Fri, 14 Nov 2014 16:52:42 +0000 (16:52 +0000)]
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

9 years agoralink: add support for WSR-600/1166
John Crispin [Fri, 14 Nov 2014 16:52:36 +0000 (16:52 +0000)]
ralink: add support for WSR-600/1166

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43244

9 years agoralink: mt7621 has a different base addr for PVID
John Crispin [Fri, 14 Nov 2014 16:52:30 +0000 (16:52 +0000)]
ralink: mt7621 has a different base addr for PVID

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43243

9 years agoralink: drop some unused code from pci-mt7620a
John Crispin [Fri, 14 Nov 2014 16:52:25 +0000 (16:52 +0000)]
ralink: drop some unused code from pci-mt7620a

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43242

9 years agopppd: add option to set custom host-uniq pppoe tag
Matteo Croce [Fri, 14 Nov 2014 16:39:59 +0000 (16:39 +0000)]
pppd: add option to set custom host-uniq pppoe tag

SVN-Revision: 43241

9 years agoath9k: fix crashes when using shared IRQs
Felix Fietkau [Thu, 13 Nov 2014 17:38:22 +0000 (17:38 +0000)]
ath9k: fix crashes when using shared IRQs

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43239

9 years agoralink: fix up dts for mt7621 eval board
John Crispin [Wed, 12 Nov 2014 14:55:00 +0000 (14:55 +0000)]
ralink: fix up dts for mt7621 eval board

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43238

9 years agoralink: add support for mt7621 ethernet
John Crispin [Wed, 12 Nov 2014 14:54:50 +0000 (14:54 +0000)]
ralink: add support for mt7621 ethernet

somehow all switch ports still come up as 10mbit.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43237

9 years agoralink: more mt7530 fixes
John Crispin [Tue, 11 Nov 2014 11:46:16 +0000 (11:46 +0000)]
ralink: more mt7530 fixes

make 1166 wan port work. this broke due to the esw_polling bug

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43236

9 years agoralink: fix mdio polling of external phys if only 1 phy exists
John Crispin [Tue, 11 Nov 2014 11:46:09 +0000 (11:46 +0000)]
ralink: fix mdio polling of external phys if only 1 phy exists

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43235

9 years agoralink: remove IC plus phy driver
John Crispin [Tue, 11 Nov 2014 11:46:02 +0000 (11:46 +0000)]
ralink: remove IC plus phy driver

this driver confuses some boards

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43234

9 years agolldpd: allow discovery protocols to be disabled from menuconfig
Jo-Philipp Wich [Tue, 11 Nov 2014 09:49:20 +0000 (09:49 +0000)]
lldpd: allow discovery protocols to be disabled from menuconfig

Signed-off-by: Michel Stam <m.stam@fugro.nl>
[jow: fixed condition for CONFIG_LLDPD_WITH_JSON]
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43233

9 years agoralink: DCS-930: enable sound
Luka Perkov [Tue, 11 Nov 2014 00:08:05 +0000 (00:08 +0000)]
ralink: DCS-930: enable sound

Camera has microphone; in order to use it by default enable sound support.

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43232

9 years agoralink: update DCS-930 dts
Luka Perkov [Tue, 11 Nov 2014 00:05:14 +0000 (00:05 +0000)]
ralink: update DCS-930 dts

* read MAC address from factory partition
* remove port defines since there is only one port (most likely C/P error)

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43231

9 years agokirkwood: add support for Linksys EA3500
Luka Perkov [Mon, 10 Nov 2014 23:55:10 +0000 (23:55 +0000)]
kirkwood: add support for Linksys EA3500

http://wiki.openwrt.org/toh/linksys/ea3500

Signed-off-by: Dan Walters <dan@walters.io>
SVN-Revision: 43230

9 years agokernel: update kernel 3.18 to rc4
Hauke Mehrtens [Mon, 10 Nov 2014 22:51:30 +0000 (22:51 +0000)]
kernel: update kernel 3.18 to rc4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43229

9 years ago6in4: detect curl and busybox wget
Steven Barth [Sun, 9 Nov 2014 13:46:29 +0000 (13:46 +0000)]
6in4: detect curl and busybox wget

b52053b 6in4: https support for he.net tunnel api
introduced HTTPS support using wget.
The busybox version of wget, however, doesn't support the -V option,
thus poluting logfiles with a full invalid-parameter-output.
Redirect stderr to fix that.
As libcurl and curl support selecting the SSL library of your choice,
also add support for curl which is more commonly used on OpenWrt than
"real" wget which needs libopenssl.
Also make sure to respect SSL_CERT_DIR and increase timeouts.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43228

9 years agomac80211: fix kernel crash on netdev unregister on newer 3.14 kernels
Felix Fietkau [Sun, 9 Nov 2014 02:25:49 +0000 (02:25 +0000)]
mac80211: fix kernel crash on netdev unregister on newer 3.14 kernels

Based on patch by Mark Milburn

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43224

9 years agokernel: backport bcm47xxpart changes queued for 3.19
Rafał Miłecki [Sat, 8 Nov 2014 21:41:21 +0000 (21:41 +0000)]
kernel: backport bcm47xxpart changes queued for 3.19

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43223

9 years agokernel: ssb: add PCI ID 0x4351
Rafał Miłecki [Sat, 8 Nov 2014 20:51:24 +0000 (20:51 +0000)]
kernel: ssb: add PCI ID 0x4351

Backports commit 9837baa99717c7526e4bae9c68e8728dea4af183

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43221

9 years agoprocd: update to the latest version, fixes job control on the console shell
Felix Fietkau [Sat, 8 Nov 2014 18:10:37 +0000 (18:10 +0000)]
procd: update to the latest version, fixes job control on the console shell

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43220

9 years agoramips: fix initramfs image build handling
Felix Fietkau [Sat, 8 Nov 2014 15:40:17 +0000 (15:40 +0000)]
ramips: fix initramfs image build handling

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43219

9 years agoramips: add eeprom data for 802.11ac wlan on WHR-1166D
Felix Fietkau [Sat, 8 Nov 2014 14:15:49 +0000 (14:15 +0000)]
ramips: add eeprom data for 802.11ac wlan on WHR-1166D

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43218

9 years agoramips: add missing size/address-cells to device tree include files
Felix Fietkau [Sat, 8 Nov 2014 14:15:44 +0000 (14:15 +0000)]
ramips: add missing size/address-cells to device tree include files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43217

9 years agoralink: fix a regression that broke pcie on mt7621
John Crispin [Sat, 8 Nov 2014 13:45:26 +0000 (13:45 +0000)]
ralink: fix a regression that broke pcie on mt7621

i accidentally dropped 2 lines while adding mt7628 support

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43216

9 years agonetifd: fix default ORO-setting for 6rd
Steven Barth [Sat, 8 Nov 2014 12:24:49 +0000 (12:24 +0000)]
netifd: fix default ORO-setting for 6rd

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43214

9 years agoramips: enable sysupgrade for whr-600d, whr-1166d
Felix Fietkau [Sat, 8 Nov 2014 12:18:58 +0000 (12:18 +0000)]
ramips: enable sysupgrade for whr-600d, whr-1166d

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43213

9 years agokernel: 3.18: Fix kmod-ipt-nat
Steven Barth [Sat, 8 Nov 2014 12:17:14 +0000 (12:17 +0000)]
kernel: 3.18: Fix kmod-ipt-nat

The 3.18 kernel introduced new Kconfig options for the xt_nat and iptable_nat
kernel modules, that both belong to the ipt_nat kernel package.

Enable this new options.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
SVN-Revision: 43212

9 years agoralink: fix the compat string for mt7620a pci
John Crispin [Sat, 8 Nov 2014 12:12:05 +0000 (12:12 +0000)]
ralink: fix the compat string for mt7620a pci

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43211

9 years agomac80211: update to wireless-testing 2014-11-04
Felix Fietkau [Fri, 7 Nov 2014 19:41:07 +0000 (19:41 +0000)]
mac80211: update to wireless-testing 2014-11-04

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43210

9 years agomac80211: merge a few pending upstream fixes
Felix Fietkau [Fri, 7 Nov 2014 11:12:51 +0000 (11:12 +0000)]
mac80211: merge a few pending upstream fixes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43208

9 years agoralink: assign default ranges inside the pci driver
John Crispin [Fri, 7 Nov 2014 10:51:08 +0000 (10:51 +0000)]
ralink: assign default ranges inside the pci driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43207

9 years agoralink: mt7628 does not actually need this fix for the ethernet driver
John Crispin [Fri, 7 Nov 2014 10:51:00 +0000 (10:51 +0000)]
ralink: mt7628 does not actually need this fix for the ethernet driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43206

9 years agopackage/*: replace occurences of 'ln -sf' to '$(LN)'
Nicolas Thill [Thu, 6 Nov 2014 19:35:34 +0000 (19:35 +0000)]
package/*: replace occurences of 'ln -sf' to '$(LN)'

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43205

9 years agoncurses: cleanup InstallDev
Nicolas Thill [Thu, 6 Nov 2014 19:35:23 +0000 (19:35 +0000)]
ncurses: cleanup InstallDev

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43204

9 years agolibusb-compat: cleanup InstallDev
Nicolas Thill [Thu, 6 Nov 2014 19:35:14 +0000 (19:35 +0000)]
libusb-compat: cleanup InstallDev

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43203

9 years agoodhcpd: disable flash-renumbering hack for non-64 prefixes
Steven Barth [Thu, 6 Nov 2014 13:37:50 +0000 (13:37 +0000)]
odhcpd: disable flash-renumbering hack for non-64 prefixes

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43202

9 years agoralink: improve r43200
John Crispin [Thu, 6 Nov 2014 12:19:53 +0000 (12:19 +0000)]
ralink: improve r43200

r43200 tries to detect if the fixup is needed or not. control the behaviour via
OF instead and disable unused ports.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43201

9 years agoralink: only apply ephy1 fixup if the phy is present
John Crispin [Thu, 6 Nov 2014 11:11:44 +0000 (11:11 +0000)]
ralink: only apply ephy1 fixup if the phy is present

this broke e1700 lan2 as the fixup was applied to the phy inside the mt7530.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43200

9 years agoralink: tweak e1700 dts file
John Crispin [Thu, 6 Nov 2014 09:31:45 +0000 (09:31 +0000)]
ralink: tweak e1700 dts file

the current driver code wont know which mt7530 to apply the llllw setting to.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43199

9 years agoralink: make pci driver handle mt7628
John Crispin [Thu, 6 Nov 2014 09:31:37 +0000 (09:31 +0000)]
ralink: make pci driver handle mt7628

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43198

9 years agoralink: add support for mt7628
John Crispin [Thu, 6 Nov 2014 09:31:31 +0000 (09:31 +0000)]
ralink: add support for mt7628

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43197

9 years agoralink: add mt7628 support to the ethernet driver
John Crispin [Thu, 6 Nov 2014 09:31:19 +0000 (09:31 +0000)]
ralink: add mt7628 support to the ethernet driver

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43196

9 years agoralink: cleanup ethernet Makefile/Kconfig
John Crispin [Thu, 6 Nov 2014 09:31:09 +0000 (09:31 +0000)]
ralink: cleanup ethernet Makefile/Kconfig

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43195

9 years agoralink: move ethernet driver to files/
John Crispin [Thu, 6 Nov 2014 09:31:03 +0000 (09:31 +0000)]
ralink: move ethernet driver to files/

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43194

9 years agoprocd: update to latest git
John Crispin [Thu, 6 Nov 2014 09:30:55 +0000 (09:30 +0000)]
procd: update to latest git

setsid is called fixing the pgrp issue
trigger the wdt while modules are being inserted

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43193

9 years agobusybox: add 2 upstream fixes
Nicolas Thill [Thu, 6 Nov 2014 04:44:06 +0000 (04:44 +0000)]
busybox: add 2 upstream fixes

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43191

9 years agosunxi: fix network config on A20-OLinuXino-LIME
Nicolas Thill [Thu, 6 Nov 2014 02:23:12 +0000 (02:23 +0000)]
sunxi: fix network config on A20-OLinuXino-LIME

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43190

9 years agosunxi: add support for Olimex A20-OLinuXino-LIME
Nicolas Thill [Thu, 6 Nov 2014 00:05:23 +0000 (00:05 +0000)]
sunxi: add support for Olimex A20-OLinuXino-LIME

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43189

9 years agouboot-sunxi: add support for Olimex A20-OLinuXino-LIME
Nicolas Thill [Thu, 6 Nov 2014 00:05:15 +0000 (00:05 +0000)]
uboot-sunxi: add support for Olimex A20-OLinuXino-LIME

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43188

9 years agouboot-sunxi: cosmetic changes
Nicolas Thill [Thu, 6 Nov 2014 00:05:10 +0000 (00:05 +0000)]
uboot-sunxi: cosmetic changes

This will ease adding new targets and updating:
 * split UBOOTS var into multiple lines
 * remove version from TITLE

Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43187

9 years agoadd support for the Linksys E1700
Imre Kaloz [Wed, 5 Nov 2014 14:37:13 +0000 (14:37 +0000)]
add support for the Linksys E1700

SVN-Revision: 43186

9 years agouml: remove inittab since procd is fixed now
Steven Barth [Wed, 5 Nov 2014 14:21:51 +0000 (14:21 +0000)]
uml: remove inittab since procd is fixed now

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43185

9 years agoprocd: fix kernel command-line argument parsing
Steven Barth [Wed, 5 Nov 2014 14:21:40 +0000 (14:21 +0000)]
procd: fix kernel command-line argument parsing

Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43184