openwrt.git
8 years agokernel: backport rest of bgmac patches to 4.0
rmilecki [Thu, 23 Apr 2015 19:11:11 +0000 (19:11 +0000)]
kernel: backport rest of bgmac patches to 4.0

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

8 years agodnsmasq: bump to 2.73rc6
cyrus [Thu, 23 Apr 2015 13:05:15 +0000 (13:05 +0000)]
dnsmasq: bump to 2.73rc6

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

8 years agokernel: backport few bgmac patches to 4.0
rmilecki [Thu, 23 Apr 2015 12:30:51 +0000 (12:30 +0000)]
kernel: backport few bgmac patches to 4.0

I still need to test following patch before backporting:
bgmac: leave interrupts disabled as long as there is work to do

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

8 years agobrcm47xx: add patches for kernel 4.0
rmilecki [Thu, 23 Apr 2015 11:31:54 +0000 (11:31 +0000)]
brcm47xx: add patches for kernel 4.0

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

8 years agoRevert "ncurses: cleanup InstallDev"
nbd [Thu, 23 Apr 2015 11:06:15 +0000 (11:06 +0000)]
Revert "ncurses: cleanup InstallDev"

This reverts r43204. The symlinks are faulty, as they point to a
temporary staging dir

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

8 years agopackage-ipkg.mk: fix typo (patch from #19540)
nbd [Thu, 23 Apr 2015 08:27:22 +0000 (08:27 +0000)]
package-ipkg.mk: fix typo (patch from #19540)

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

8 years agohostapd: backport fix for CVE-2015-1863, refresh patches
nbd [Thu, 23 Apr 2015 08:01:51 +0000 (08:01 +0000)]
hostapd: backport fix for CVE-2015-1863, refresh patches

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

8 years agonvram: increase NVRAM size to 64 KiB
rmilecki [Wed, 22 Apr 2015 19:07:24 +0000 (19:07 +0000)]
nvram: increase NVRAM size to 64 KiB

For years Broadcom devices use 64 KiB NVRAM partition size and some of
them indeed have it filled in more than 50%. This change allows handling
whole NVRAM e.g. on Netgear WNDR4500 and Netgear R8000.

The same fix was applied to kernel in upstream commit 6ab7c29.

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

8 years agonvram: refuse to open NVRAM for writing if it's too big to be handled
rmilecki [Wed, 22 Apr 2015 19:07:19 +0000 (19:07 +0000)]
nvram: refuse to open NVRAM for writing if it's too big to be handled

Otherwise writing anything will result in loosing data.

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

8 years agonvram: drop check for WGT634U using /proc/diag/model
rmilecki [Wed, 22 Apr 2015 19:07:12 +0000 (19:07 +0000)]
nvram: drop check for WGT634U using /proc/diag/model

We don't have broadcom-diag for months or years now and the correct
solution is to simply don't have "nvram" partition on WGT634U anyway.

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

8 years agonvram: use correct variable name for MTD partition size
rmilecki [Wed, 22 Apr 2015 19:07:06 +0000 (19:07 +0000)]
nvram: use correct variable name for MTD partition size

Sytax of /proc/mtd is following:
dev:    size   erasesize  name
which means that sscanf "mtd%d: %08x" reads size, not erasesize.

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

8 years agonvram: drop support for ancient /dev/mtdblock/%d
rmilecki [Wed, 22 Apr 2015 19:06:58 +0000 (19:06 +0000)]
nvram: drop support for ancient /dev/mtdblock/%d

Path /dev/mtdblock%d is used for years now.

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

8 years agohostapd: mark wpa-supplicant & wpad-mesh as broken on uml
nico [Wed, 22 Apr 2015 15:36:00 +0000 (15:36 +0000)]
hostapd: mark wpa-supplicant & wpad-mesh as broken on uml

Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45561 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomwlwifi: upgrade to the latest revision
kaloz [Wed, 22 Apr 2015 09:57:32 +0000 (09:57 +0000)]
mwlwifi: upgrade to the latest revision

New revision adds transmit frame rate info

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

8 years agogeneric/4.0: bump to final version
kaloz [Wed, 22 Apr 2015 09:35:36 +0000 (09:35 +0000)]
generic/4.0: bump to final version

Linux 4.0 was released on 2014-04-12

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

8 years agobrcm63xx: fix leds bcm963269bhr
jogo [Tue, 21 Apr 2015 17:00:39 +0000 (17:00 +0000)]
brcm63xx: fix leds bcm963269bhr

Fix the led naming and gpios.

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

8 years agobrcm63xx: add missing bcm96329bhr profile and dts
jogo [Tue, 21 Apr 2015 16:43:46 +0000 (16:43 +0000)]
brcm63xx: add missing bcm96329bhr profile and dts

Hopefully the last missing board.

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

8 years agouqmi: auto retry when bringup fails
blogic [Tue, 21 Apr 2015 13:18:46 +0000 (13:18 +0000)]
uqmi: auto retry when bringup fails

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

8 years agoumbim: auto retry when bringup fails
blogic [Tue, 21 Apr 2015 13:18:40 +0000 (13:18 +0000)]
umbim: auto retry when bringup fails

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

8 years agoralink: the systick clocksource was calculating a bad bogo mips value
blogic [Tue, 21 Apr 2015 12:42:42 +0000 (12:42 +0000)]
ralink: the systick clocksource was calculating a bad bogo mips value

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

8 years agoAdd support for Ubiquiti Rocket M XW devices
blogic [Tue, 21 Apr 2015 12:42:13 +0000 (12:42 +0000)]
Add support for Ubiquiti Rocket M XW devices

This patch adds support for the XW version of the Rocket M series devices
manufactured by Ubiquiti, based on the Atheros AR9342 SoC.

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

8 years agoar71xx: spi cleanup for ap121, db120, ubnt-xm and ap136
blogic [Tue, 21 Apr 2015 12:42:05 +0000 (12:42 +0000)]
ar71xx: spi cleanup for ap121, db120, ubnt-xm and ap136

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

8 years agoar71xx: merge ap81 patches into one
blogic [Tue, 21 Apr 2015 12:41:55 +0000 (12:41 +0000)]
ar71xx: merge ap81 patches into one

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

8 years agonetifd: update to the latest version, fixes retry when proto handlers exit without...
nbd [Tue, 21 Apr 2015 12:11:07 +0000 (12:11 +0000)]
netifd: update to the latest version, fixes retry when proto handlers exit without changing the state

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

8 years agomt76: remove specific firmware versions from makefile
nbd [Tue, 21 Apr 2015 12:10:44 +0000 (12:10 +0000)]
mt76: remove specific firmware versions from makefile

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

8 years agokernel: backport an upstream PPPoE shutdown fix
nbd [Tue, 21 Apr 2015 11:24:46 +0000 (11:24 +0000)]
kernel: backport an upstream PPPoE shutdown fix

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

8 years agobcm53xx: sysupgrade: check if new kernel fits partition size
rmilecki [Tue, 21 Apr 2015 11:21:34 +0000 (11:21 +0000)]
bcm53xx: sysupgrade: check if new kernel fits partition size

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

8 years agobcm53xx: sysupgrade: improve NAND warnings
rmilecki [Tue, 21 Apr 2015 11:04:38 +0000 (11:04 +0000)]
bcm53xx: sysupgrade: improve NAND warnings

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

8 years agobcm53xx: image: prepare for generating serial flash images
rmilecki [Tue, 21 Apr 2015 08:42:41 +0000 (08:42 +0000)]
bcm53xx: image: prepare for generating serial flash images

There are some rare devices without NAND, like Netgear EX6200 or
TP-LINK Archer C8.

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

8 years agobcm53xx: sysupgrade: drop some debugging message
rmilecki [Tue, 21 Apr 2015 08:34:25 +0000 (08:34 +0000)]
bcm53xx: sysupgrade: drop some debugging message

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

8 years agobcm53xx: sysupgrade: allow flashing NAND devices without --force
rmilecki [Tue, 21 Apr 2015 08:32:59 +0000 (08:32 +0000)]
bcm53xx: sysupgrade: allow flashing NAND devices without --force

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

8 years agobcm53xx: sysupgrade: support flashing TRX with UBI image
rmilecki [Tue, 21 Apr 2015 08:20:06 +0000 (08:20 +0000)]
bcm53xx: sysupgrade: support flashing TRX with UBI image

Signed-off-by: Dan Haab <dhaab@luxul.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45542 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobcm53xx: append only 1 block (with erasing mark) to UBI
rmilecki [Tue, 21 Apr 2015 08:20:00 +0000 (08:20 +0000)]
bcm53xx: append only 1 block (with erasing mark) to UBI

This is needed as prepare_generic_squashfs generates more data (in our
case 0x40004 B) and it's complex for sysupgrade to extract UBI image out
of TRX.

Signed-off-by: Dan Haab <dhaab@luxul.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45541 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobcm53xx: always use 4 MiB for TRX kernel partition to simplify upgrades
rmilecki [Tue, 21 Apr 2015 08:19:53 +0000 (08:19 +0000)]
bcm53xx: always use 4 MiB for TRX kernel partition to simplify upgrades

Signed-off-by: Dan Haab <dhaab@luxul.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45540 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoodhcpd: minor fixes
cyrus [Tue, 21 Apr 2015 07:45:49 +0000 (07:45 +0000)]
odhcpd: minor fixes

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

8 years agoar71xx: add TP-LINK TL-WR710N v2
blogic [Tue, 21 Apr 2015 07:15:55 +0000 (07:15 +0000)]
ar71xx: add TP-LINK TL-WR710N v2

TP-Link TL-WR710n v2 looks like v1, but has less memory (4MB).

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45538 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoipq806x: add db149 support to OpenWrt init scripts
blogic [Tue, 21 Apr 2015 07:15:47 +0000 (07:15 +0000)]
ipq806x: add db149 support to OpenWrt init scripts

DB149 is a IPQ8064 based platform. This patch adds the init scripts to
detect it, configure the network accordingly, and generate a flashable
image for it.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45537 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoipq806x: add db149 dts files
blogic [Tue, 21 Apr 2015 07:15:37 +0000 (07:15 +0000)]
ipq806x: add db149 dts files

DB149 is an IPQ806x based development platform. This patch adds the dts
files to support it.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45536 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoipq806x: enable AT803x driver
blogic [Tue, 21 Apr 2015 07:15:30 +0000 (07:15 +0000)]
ipq806x: enable AT803x driver

Certain IPQ806x based platforms are making use of this PHY. So we'll
enable it so it gets detected as such.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45535 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: remove module checks for 3.15/3.16/3.17
blogic [Tue, 21 Apr 2015 06:59:41 +0000 (06:59 +0000)]
kernel: remove module checks for 3.15/3.16/3.17

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45534 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: remove usb-serial-motorola-phone
blogic [Tue, 21 Apr 2015 06:59:35 +0000 (06:59 +0000)]
kernel: remove usb-serial-motorola-phone

replaced by usb-serial-simple (see r45233)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45533 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agowpan: remove duplicate DEPENDS
blogic [Tue, 21 Apr 2015 06:59:29 +0000 (06:59 +0000)]
wpan: remove duplicate DEPENDS

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45532 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: add bluetooth symbols from Kernel 4.0
blogic [Tue, 21 Apr 2015 06:59:23 +0000 (06:59 +0000)]
kernel: add bluetooth symbols from Kernel 4.0

upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options
id: 65efd2bf4885312b42de9829159789199221cc60

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45531 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: fix generic/3.18 wpan symbols
blogic [Tue, 21 Apr 2015 06:59:18 +0000 (06:59 +0000)]
kernel: fix generic/3.18 wpan symbols

-removed symbol because it should be handled by wpan.mk
-add missing FAKEHARD symbol (this symbol is removed in Kernel 4.0)

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45530 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agowpan: rework bluetooth / wpan and 6lowpan dependencies
blogic [Tue, 21 Apr 2015 06:59:10 +0000 (06:59 +0000)]
wpan: rework bluetooth / wpan and 6lowpan dependencies

- remove/rename of 6lowpan-iphc
upstream change in 3.17: 6lowpan: introduce new net/6lowpan directory
id: 2c6bed7cfcd3f594ed9e4d6919fa2ebea2243d19

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45529 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: refresh patches
luka [Mon, 20 Apr 2015 20:47:53 +0000 (20:47 +0000)]
ar71xx: refresh patches

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45528 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: add support for compex wpj344
luka [Mon, 20 Apr 2015 20:47:48 +0000 (20:47 +0000)]
ar71xx: add support for compex wpj344

Signed-off-by: Christian Mehlis <christian@m3hlis.de>
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45527 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agonettle: bump to 3.1
cyrus [Mon, 20 Apr 2015 20:47:42 +0000 (20:47 +0000)]
nettle: bump to 3.1

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

8 years agobinutils/oprofile: disable mips16 to fix build errors (#19522)
nbd [Mon, 20 Apr 2015 15:01:21 +0000 (15:01 +0000)]
binutils/oprofile: disable mips16 to fix build errors (#19522)

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

8 years agoar71xx: Increase RXD/RDV to 2 on OM5P-AN
nbd [Mon, 20 Apr 2015 15:01:00 +0000 (15:01 +0000)]
ar71xx: Increase RXD/RDV to 2 on OM5P-AN

It was reported that OM5P-AN needs not only a delay setting of 1 for RXD/RDV
but 2. These was found when testing with a NetGear GS752TP POE switch with a
cable length of 50ft and 250ft.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45524 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: add a helper function to set RXDV/RXD of ETH_CFG on AR934x
nbd [Mon, 20 Apr 2015 15:00:52 +0000 (15:00 +0000)]
ar71xx: add a helper function to set RXDV/RXD of ETH_CFG on AR934x

The ETH_RXDV_DELAY (17:16) and ETH_RXD_DELAY (15:14) are currently not cleared
by the function ath79_setup_ar934x_eth_cfg. Clearing these in the
ath79_setup_ar934x_eth_cfg may cause problems on some hardware because they
rely on the preset value by the bootloader.

Instead another function is introduced which also works on ETH_CFG on AR934x.
It can be used to safely clear and set ETH_RXDV_DELAY and ETH_RXD_DELAY on
machines which require special settings.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45523 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: add mask and shift for RXD/RDV bits in AR934X register file
nbd [Mon, 20 Apr 2015 15:00:41 +0000 (15:00 +0000)]
ar71xx: add mask and shift for RXD/RDV bits in AR934X register file

The commit r38948 ("ag71xx: add F1E specific feature bit definitions to AR934X
register file") introduced definitions for some bits in the RDV/RXD part of the
ETH_CFG register of AR934x. These are incomplete because ETH_RXDV_DELAY is
specified as 17:16 and ETH_RXD_DELAY is specified 15:14. The original commit
only specified the lower bits. The upper bits also have to be unset when the
lower bits should only be set.

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45522 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: Remove TX/RX delay from pll_1000 for OM5P-AN
nbd [Mon, 20 Apr 2015 15:00:20 +0000 (15:00 +0000)]
ar71xx: Remove TX/RX delay from pll_1000 for OM5P-AN

The tx/rx delay bits in the ETH_XMII_CONTROL register have to be unset when the
enable_rgmii_rx_delay/enable_rgmii_tx_delay will be set in the AT803x PHY.
Othwise the throughput in gigabit mode is heavily reduced.

Signed-off-by: Sven Eckelmann <sven@open-mesh.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45521 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: fallback to wpa_supplicant to setup encrypted mesh
nbd [Mon, 20 Apr 2015 15:00:13 +0000 (15:00 +0000)]
mac80211: fallback to wpa_supplicant to setup encrypted mesh

instead of failing when authsae is not installed, also try using
wpa_supplicant as the newly added -mesh variants support mesh mode
and SAE encryption.

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

8 years agohostapd/netifd: encrypted mesh with wpa_supplicant
nbd [Mon, 20 Apr 2015 15:00:07 +0000 (15:00 +0000)]
hostapd/netifd: encrypted mesh with wpa_supplicant

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

8 years agotools: drop unused genext2fs
jow [Mon, 20 Apr 2015 13:58:22 +0000 (13:58 +0000)]
tools: drop unused genext2fs

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45518 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoall: replace genext2fs with make_ext4fs
jow [Mon, 20 Apr 2015 13:57:43 +0000 (13:57 +0000)]
all: replace genext2fs with make_ext4fs

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45517 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agonetfilter.mk: remove obsolete ip_nat_ftp related line
nbd [Mon, 20 Apr 2015 13:36:25 +0000 (13:36 +0000)]
netfilter.mk: remove obsolete ip_nat_ftp related line

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

8 years agonetfilter.mk: move IRC conntrack/nat helpers to kmod-nf-nathelper-extra
nbd [Mon, 20 Apr 2015 13:36:02 +0000 (13:36 +0000)]
netfilter.mk: move IRC conntrack/nat helpers to kmod-nf-nathelper-extra

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

8 years agoodhcp6c: fix SOL_MAX_RT to match RFC 3315
cyrus [Mon, 20 Apr 2015 09:17:13 +0000 (09:17 +0000)]
odhcp6c: fix SOL_MAX_RT to match RFC 3315

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

8 years agonftables: bump version
cyrus [Mon, 20 Apr 2015 06:30:34 +0000 (06:30 +0000)]
nftables: bump version

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

8 years agoiproute2: update to v4.0.0
cyrus [Mon, 20 Apr 2015 06:26:09 +0000 (06:26 +0000)]
iproute2: update to v4.0.0

The most significant change from the previous version is the trimming of
the 300-ip_tiny.patch to lib/utils.c where a section previously patched
had vanished.  That section of the patch was removed.

Built and lightly tested on ar71xx against uClibc and musl.

Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45512 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoRevert "ar71xx/image: move TPLINK-LZMA image to new build code" (r45490)
nbd [Sun, 19 Apr 2015 19:19:12 +0000 (19:19 +0000)]
Revert "ar71xx/image: move TPLINK-LZMA image to new build code" (r45490)

Profile definitions need to be checked and fixed before this patch can
be applied again.

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

8 years agolibnl-tiny: link library with -Bsymbolic-functions
nbd [Sun, 19 Apr 2015 18:33:19 +0000 (18:33 +0000)]
libnl-tiny: link library with -Bsymbolic-functions

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

8 years agolua: link library with -Bsymbolic-functions
nbd [Sun, 19 Apr 2015 18:33:13 +0000 (18:33 +0000)]
lua: link library with -Bsymbolic-functions

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

8 years agocmake.mk: enable -Bsymbolic-functions by default for linking shared libs, slightly...
nbd [Sun, 19 Apr 2015 18:33:07 +0000 (18:33 +0000)]
cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, slightly improves performance and compression

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

8 years agoramips: switch WSR-1166 and WSR-600 to single-firmware mtd layout
nbd [Sun, 19 Apr 2015 16:31:54 +0000 (16:31 +0000)]
ramips: switch WSR-1166 and WSR-600 to single-firmware mtd layout

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

8 years agokernel: refresh generic patches
jogo [Sun, 19 Apr 2015 11:38:46 +0000 (11:38 +0000)]
kernel: refresh generic patches

Refresh patches to remove the trailing whitespaces caused by an old
diffutils version on osx.

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

8 years agobrcm63xx: fix bcm63268 rgmii port rgmii configuration
jogo [Sun, 19 Apr 2015 11:38:42 +0000 (11:38 +0000)]
brcm63xx: fix bcm63268 rgmii port rgmii configuration

This should rather be done by passing appropriate platform_data/OF, but
should suffice for now.

Fixes e.g. GbE ports on BCM963268BU_P300.

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

8 years agobrcm63xx: allow using all four rgmii ports on bcm6316x
jogo [Sun, 19 Apr 2015 11:38:24 +0000 (11:38 +0000)]
brcm63xx: allow using all four rgmii ports on bcm6316x

At least the third rgmii port is available on 63169, so assume all are
available. Simplifies cpu vs. variant handling.

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

8 years agonetifd: update to the latest version, fixes more interface device config handling...
nbd [Sun, 19 Apr 2015 09:50:49 +0000 (09:50 +0000)]
netifd: update to the latest version, fixes more interface device config handling issues

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

9 years agobrcm63xx: BCM963268BU_P300 reference board fixes
jogo [Sat, 18 Apr 2015 22:33:50 +0000 (22:33 +0000)]
brcm63xx: BCM963268BU_P300 reference board fixes

- Fix profile name.
- Rremove whitespace on board patch.
- Refresh patches.

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

9 years agoimage.mk: do not emit multiple target definitions for kernel images
nbd [Sat, 18 Apr 2015 21:35:22 +0000 (21:35 +0000)]
image.mk: do not emit multiple target definitions for kernel images

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

9 years agonetifd: update to the latest version, fixes more device config handling issues
nbd [Sat, 18 Apr 2015 21:35:16 +0000 (21:35 +0000)]
netifd: update to the latest version, fixes more device config handling issues

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

9 years agobase-files: make the generic sysinfo script run earlier to allow the mount_root scrip...
nbd [Sat, 18 Apr 2015 20:14:38 +0000 (20:14 +0000)]
base-files: make the generic sysinfo script run earlier to allow the mount_root script to pick up the board name

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

9 years agoimage.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes
nbd [Sat, 18 Apr 2015 19:32:20 +0000 (19:32 +0000)]
image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes

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

9 years agoiptables: remove obsolete files
nbd [Sat, 18 Apr 2015 17:59:31 +0000 (17:59 +0000)]
iptables: remove obsolete files

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

9 years agodropbear: update to 2015.67
cyrus [Sat, 18 Apr 2015 11:25:01 +0000 (11:25 +0000)]
dropbear: update to 2015.67

fixes dbclient login into OpenSSH 6.8p1
error: "Bad hostkey signature"

reported on irc, replicated with Arch Linux

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45493 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agohostapd: Fix wps button hotplug script to handle multiple radios
blogic [Sat, 18 Apr 2015 10:19:37 +0000 (10:19 +0000)]
hostapd: Fix wps button hotplug script to handle multiple radios

Hostapd's control file location was changed in 2013, and that has apparently
broken the wps button hotplug script in cases where there are multiple radios
and wps is possibly configured also for the second radio. The current wps
button hotplug script always handles only the first radio.

https://dev.openwrt.org/browser/trunk/package/network/services/hostapd/files/wps-hotplug.sh

The reason is that the button hotplug script seeks directories like
/var/run/hostapd*, as the hostapd-phy0.conf files were earlier in
per-interface subdirectories.

Currently the *.conf files are directly in /var/run and the control sockets
are in /var/run/hostapd, but there is no subdirectory for each radio.

root@OpenWrt:/# ls /var/run/hostapd*
/var/run/hostapd-phy0.conf  /var/run/hostapd-phy1.conf

/var/run/hostapd:
wlan0  wlan1

The hotplug script was attempted to be fixed after the hostapd change by
r38986 in Dec2013, but that change only unbroke the script for the first
radio, but left it broken for multiple radios.
https://dev.openwrt.org/changeset/38986/

The script fails to find subdirectories with [ -d "$dir" ], and passes just
the only found directory /var/run/hostapd, leading into activating only the
first radio, as hostapd_cli defaults to first socket found inthe passed
directory:
root@OpenWrt:/# hostapd_cli -?
...
usage: hostapd_cli [-p<path>] [-i<ifname>] [-hvB] [-a<path>] \
                    [-G<ping interval>] [command..]
...
    -p<path>     path to find control sockets (default: /var/run/hostapd)
...
    -i<ifname>   Interface to listen on (default: first interface found in the
                 socket path)

Below is a run with the default script and with my proposed solution.

Default script (with logging added):
==================================
root@OpenWrt:/# cat /etc/rc.button/wps
#!/bin/sh

if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
         for dir in /var/run/hostapd*; do
                 [ -d "$dir" ] || continue
                 logger "WPS activated for: $dir"
                 hostapd_cli -p "$dir" wps_pbc
         done
fi

 >>>> WPS BUTTON PRESSED <<<<<

root@OpenWrt:/# hostapd_cli -p /var/run/hostapd -i wlan0 wps_get_status
PBC Status: Active
Last WPS result: None
root@OpenWrt:/# hostapd_cli -p /var/run/hostapd -i wlan1 wps_get_status
PBC Status: Timed-out
Last WPS result: None
root@OpenWrt:/# logread | grep WPS
Tue Apr 14 18:38:50 2015 user.notice root: WPS activated for: /var/run/hostapd

wlan0 got WPS activated, while wlan1 remained inactive.

I have modified the script to search for sockets instead of directories and
to use the "-i" option with hostapd_cli, and now the script properly
activates wps for both radios. As "-i" needs the interface name instead of
the full path, the script first changes dir to /var/run/hostapd to get simply
the interface names.

Modified script (with logging):
===============================
root@OpenWrt:/# cat /etc/rc.button/wps
#!/bin/sh

if [ "$ACTION" = "pressed" -a "$BUTTON" = "wps" ]; then
         cd /var/run/hostapd
         for dir in *; do
                 [ -S "$socket" ] || continue
                 logger "WPS activated for: $socket"
                 hostapd_cli -i "$socket" wps_pbc
         done
fi

 >>>> WPS BUTTON PRESSED <<<<<

root@OpenWrt:/# hostapd_cli -p /var/run/hostapd -i wlan0 wps_get_status
PBC Status: Active
Last WPS result: None
root@OpenWrt:/# hostapd_cli -p /var/run/hostapd -i wlan1 wps_get_status
PBC Status: Active
Last WPS result: None
root@OpenWrt:/# logread | grep WPS
Tue Apr 14 18:53:06 2015 user.notice root: WPS activated for: wlan0
Tue Apr 14 18:53:06 2015 user.notice root: WPS activated for: wlan1

Both radios got their WPS activated properly.

I am not sure if my solution is optimal, but it seems to work. WPS button is
maybe not that often used functionality, but it might be fixed in any case.
Routers with multiple radios are common now, so the bug is maybe more
prominent than earlier.

The modified script has been in a slightly different format in my community
build since r42420 in September 2014.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45492 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agoar71xx/image: remove duplicated rootfs in new tplink initramfs images
blogic [Sat, 18 Apr 2015 10:19:28 +0000 (10:19 +0000)]
ar71xx/image: remove duplicated rootfs in new tplink initramfs images

The new building code included the rootfs twice when building tplink initramfs images.
To make it more readable move initramfs into an own build step
Build/mktplinkfw-initramfs.

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

9 years agoar71xx/image: move TPLINK-LZMA image to new build code
blogic [Sat, 18 Apr 2015 10:19:23 +0000 (10:19 +0000)]
ar71xx/image: move TPLINK-LZMA image to new build code

There are 2 images missing: TLWR2543 TLWR1043V2 which have special properties

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

9 years agoar71xx/image: add template tplink-16mlzma
blogic [Sat, 18 Apr 2015 10:19:14 +0000 (10:19 +0000)]
ar71xx/image: add template tplink-16mlzma

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

9 years agoar71xx/image: fix imagesize of template tplink-8mlzma
blogic [Sat, 18 Apr 2015 10:19:09 +0000 (10:19 +0000)]
ar71xx/image: fix imagesize of template tplink-8mlzma

The new image size is verified by a running tplink device and checked
against mktplinkfw source code.

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

9 years agoRemoved reference to imaginary procd_add_interface_reload in procd.sh
blogic [Sat, 18 Apr 2015 10:19:02 +0000 (10:19 +0000)]
Removed reference to imaginary procd_add_interface_reload in procd.sh

The last line of procd.sh has a reference to procd_add_interface_reload. procd_add_interface_reload
doesn't seem to exist. I've removed the reference of it to minimize confusion.

Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45487 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agobrcm63xx: fix bcm96318ref_p300 profile name
jogo [Sat, 18 Apr 2015 09:34:17 +0000 (09:34 +0000)]
brcm63xx: fix bcm96318ref_p300 profile name

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

9 years agonetifd: update to the latest version, fixes issues in handling device config from...
nbd [Fri, 17 Apr 2015 19:28:10 +0000 (19:28 +0000)]
netifd: update to the latest version, fixes issues in handling device config from interfaces

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

9 years agoqos-scripts: drop obsolete depdendency on iptabes-mod-filter (#19506)
nbd [Fri, 17 Apr 2015 18:52:28 +0000 (18:52 +0000)]
qos-scripts: drop obsolete depdendency on iptabes-mod-filter (#19506)

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

9 years agoiptables: remove layer7 leftovers (#19506)
nbd [Fri, 17 Apr 2015 18:52:24 +0000 (18:52 +0000)]
iptables: remove layer7 leftovers (#19506)

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

9 years agobcm53xx: add profiling support
nbd [Fri, 17 Apr 2015 18:52:15 +0000 (18:52 +0000)]
bcm53xx: add profiling support

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

9 years agonetwork: also shorten virtual interface names of ppp and 3g/4g connections
cyrus [Fri, 17 Apr 2015 14:47:12 +0000 (14:47 +0000)]
network: also shorten virtual interface names of ppp and 3g/4g connections

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

9 years agoimx6: put uboot-envtools in DEFAULT_PACKAGES
luka [Fri, 17 Apr 2015 13:47:13 +0000 (13:47 +0000)]
imx6: put uboot-envtools in DEFAULT_PACKAGES

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45478 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agokirkwood: put uboot-envtools in DEFAULT_PACKAGES
luka [Fri, 17 Apr 2015 13:47:09 +0000 (13:47 +0000)]
kirkwood: put uboot-envtools in DEFAULT_PACKAGES

Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45477 3c298f89-4303-0410-b956-a3cf2f4a3e73

9 years agonetwork: shorten names of generated interfaces
cyrus [Fri, 17 Apr 2015 13:10:19 +0000 (13:10 +0000)]
network: shorten names of generated interfaces

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

9 years agokernel: mark kmod-usb-bcma/ssb as hidden, they are only selected from ohci/ehci
nbd [Fri, 17 Apr 2015 11:56:28 +0000 (11:56 +0000)]
kernel: mark kmod-usb-bcma/ssb as hidden, they are only selected from ohci/ehci

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

9 years agobrcm47xx: add buttons support for WRT310N v2
rmilecki [Fri, 17 Apr 2015 08:12:00 +0000 (08:12 +0000)]
brcm47xx: add buttons support for WRT310N v2

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

9 years agobcm53xx: fix handling absolute paths in sysupgrade (for vendor formats)
rmilecki [Fri, 17 Apr 2015 06:03:00 +0000 (06:03 +0000)]
bcm53xx: fix handling absolute paths in sysupgrade (for vendor formats)

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

9 years agobrcm47xx: fix handling absolute paths in sysupgrade (for vendor formats)
rmilecki [Fri, 17 Apr 2015 05:45:46 +0000 (05:45 +0000)]
brcm47xx: fix handling absolute paths in sysupgrade (for vendor formats)

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

9 years agobusybox: fix an ash regression in handling local variables
nbd [Fri, 17 Apr 2015 00:01:29 +0000 (00:01 +0000)]
busybox: fix an ash regression in handling local variables

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

9 years agobrcm47xx: rework vendor fw handling to don't duplicate upgrade calls
rmilecki [Thu, 16 Apr 2015 21:43:27 +0000 (21:43 +0000)]
brcm47xx: rework vendor fw handling to don't duplicate upgrade calls

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

9 years agobrcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k
rmilecki [Thu, 16 Apr 2015 21:20:37 +0000 (21:20 +0000)]
brcm47xx: explicitly select CPU_MIPS32_R2 and CPU_MIPSR2 for mips74k

The mips74k subtarget of brcm47xx configures gcc to compile for mips32r2;
however, the generated kernel config for 3.14 and later kernels ends up
with CPU_MIPS32_R1 and CPU_MIPSR1 selected.  The generated kernel config
for the 3.10 kernel (Barrier Breaker) properly selected CPU_MIPS32_R2 and
CPU_MIPSR2.  Modify the default kernel config for mips74k to explicitly
select CPU_MIPS32_R2 and CPU_MIPSR2.

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