openwrt/openwrt.git
10 years agobusybox: fix typo in Config.in (#14628)
Felix Fietkau [Tue, 17 Dec 2013 07:17:00 +0000 (07:17 +0000)]
busybox: fix typo in Config.in (#14628)

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

10 years agoimx6: ventana: add canbus utils
Luka Perkov [Tue, 17 Dec 2013 02:47:20 +0000 (02:47 +0000)]
imx6: ventana: add canbus utils

Some of the Gateworks Ventana boards have CAN bus support, therefore
we will install the userspace utils.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39113

10 years agoimx6: ventana: add default kernel modules for GSC
Luka Perkov [Tue, 17 Dec 2013 02:47:18 +0000 (02:47 +0000)]
imx6: ventana: add default kernel modules for GSC

All Gateworks Ventana boards have a Gateworks System Controller
which emulates the following:
 - ds1672 RTC
 - pca953x GPIO expander
 - hardware monitor
 - at24 eeprom

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39112

10 years agoimx6: add rtc feature support
Luka Perkov [Tue, 17 Dec 2013 02:47:17 +0000 (02:47 +0000)]
imx6: add rtc feature support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39111

10 years agokernel: add rtc-ds1672 module support
Luka Perkov [Tue, 17 Dec 2013 02:47:16 +0000 (02:47 +0000)]
kernel: add rtc-ds1672 module support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39110

10 years agoimx6: drop upstreamed patch
Luka Perkov [Tue, 17 Dec 2013 02:47:15 +0000 (02:47 +0000)]
imx6: drop upstreamed patch

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

10 years agoautomake: update to 1.11.6
Luka Perkov [Tue, 17 Dec 2013 02:47:13 +0000 (02:47 +0000)]
automake: update to 1.11.6

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

10 years agobusybox: add support for config overrides via env/busybox-config
Felix Fietkau [Mon, 16 Dec 2013 19:27:35 +0000 (19:27 +0000)]
busybox: add support for config overrides via env/busybox-config

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

10 years agobusybox: remove busybox menuconfig from top level menuconfig
Felix Fietkau [Mon, 16 Dec 2013 19:09:57 +0000 (19:09 +0000)]
busybox: remove busybox menuconfig from top level menuconfig

This will help with avoiding bogus bug reports caused by stale configs
and bad cases of user tinkering :)

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

10 years agouClibc: disable sha256 and sha512 for libcrypt - saves about 13k uncompressed in...
Felix Fietkau [Mon, 16 Dec 2013 18:49:10 +0000 (18:49 +0000)]
uClibc: disable sha256 and sha512 for libcrypt - saves about 13k uncompressed in libcrypt

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

10 years agohostapd: move old wifi setup scripts to hostapd-common-old
Felix Fietkau [Mon, 16 Dec 2013 18:42:43 +0000 (18:42 +0000)]
hostapd: move old wifi setup scripts to hostapd-common-old

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

10 years agoar71xx: add initial support for the Mikrotik RB911G/RB912UAG boards
Gabor Juhos [Mon, 16 Dec 2013 18:08:51 +0000 (18:08 +0000)]
ar71xx: add initial support for the Mikrotik RB911G/RB912UAG boards

It is only on RB911G-5HPnD and RB912UAG-5HPnD boards.
The LEDs and the USB port is not working yet.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39102

10 years agodnsmasq: switch to /lib/functions/network.sh
Jo-Philipp Wich [Mon, 16 Dec 2013 16:47:41 +0000 (16:47 +0000)]
dnsmasq: switch to /lib/functions/network.sh

This commit changes the dnsmasq init script to use the interface
status exposed by netifd. The old references to scan_interfaces()
and (indirect) accesses to uci state variables are removed and
replaced with corresponding network_*() calls.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 39101

10 years agobase-files: ipcalc.sh: support bit length as netmask parameter
Jo-Philipp Wich [Mon, 16 Dec 2013 16:29:23 +0000 (16:29 +0000)]
base-files: ipcalc.sh: support bit length as netmask parameter

SVN-Revision: 39100

10 years agobase-files: add network_get_protocol() to /lib/functions/network.sh
Jo-Philipp Wich [Mon, 16 Dec 2013 16:28:45 +0000 (16:28 +0000)]
base-files: add network_get_protocol() to /lib/functions/network.sh

SVN-Revision: 39099

10 years agomac80211: fix AP mode scanning issues
Felix Fietkau [Mon, 16 Dec 2013 15:45:57 +0000 (15:45 +0000)]
mac80211: fix AP mode scanning issues

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

10 years agoar71xx: add NAND driver for the Mikrotik RB91x boards
Gabor Juhos [Mon, 16 Dec 2013 12:57:24 +0000 (12:57 +0000)]
ar71xx: add NAND driver for the Mikrotik RB91x boards

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39097

10 years agoar71xx: rb2011: use board name from the hardware config
Gabor Juhos [Mon, 16 Dec 2013 12:41:48 +0000 (12:41 +0000)]
ar71xx: rb2011: use board name from the hardware config

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39096

10 years agoar71xx: rb2011: simplify setup code
Gabor Juhos [Mon, 16 Dec 2013 10:28:42 +0000 (10:28 +0000)]
ar71xx: rb2011: simplify setup code

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39095

10 years agoar71xx: rb2011: use the new RouterBOOT helpers
Gabor Juhos [Mon, 16 Dec 2013 10:28:41 +0000 (10:28 +0000)]
ar71xx: rb2011: use the new RouterBOOT helpers

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39094

10 years agoralink: fix dir810 networking
John Crispin [Mon, 16 Dec 2013 10:16:33 +0000 (10:16 +0000)]
ralink: fix dir810 networking

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

10 years agoar71xx: rb95x: use the rb_get_wlan_data helper
Gabor Juhos [Mon, 16 Dec 2013 10:11:02 +0000 (10:11 +0000)]
ar71xx: rb95x: use the rb_get_wlan_data helper

Also remove unused RB_* defines.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39092

10 years agoar71xx: add some RouterBOOT specific helper functions
Gabor Juhos [Mon, 16 Dec 2013 10:11:01 +0000 (10:11 +0000)]
ar71xx: add some RouterBOOT specific helper functions

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39091

10 years agokernel: define RB_ID_HW_OPTIONS in include/linux/routerboot.h
Gabor Juhos [Mon, 16 Dec 2013 10:11:00 +0000 (10:11 +0000)]
kernel: define RB_ID_HW_OPTIONS in include/linux/routerboot.h

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39090

10 years agoar71xx: refresh m25p80 patches
Gabor Juhos [Mon, 16 Dec 2013 10:10:58 +0000 (10:10 +0000)]
ar71xx: refresh m25p80 patches

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39089

10 years agonetifd: update to latest version, fixes a null pointer crash
Felix Fietkau [Mon, 16 Dec 2013 10:08:13 +0000 (10:08 +0000)]
netifd: update to latest version, fixes a null pointer crash

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

10 years agoar71xx: rb95x: nuke rb95x_gpio_init
Gabor Juhos [Mon, 16 Dec 2013 08:17:40 +0000 (08:17 +0000)]
ar71xx: rb95x: nuke rb95x_gpio_init

Set up the chipselect GPIO directly in rb95x_nand_init
instead.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39087

10 years agokernel/3.1[02]: add Winbond W25X05 SPI flash support
Gabor Juhos [Mon, 16 Dec 2013 08:16:09 +0000 (08:16 +0000)]
kernel/3.1[02]: add Winbond W25X05 SPI flash support

It is used on newer RouterBOARDs.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39086

10 years agokernel: remove obsolete yaffs options from target configs
Gabor Juhos [Mon, 16 Dec 2013 07:51:21 +0000 (07:51 +0000)]
kernel: remove obsolete yaffs options from target configs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39085

10 years agokernel: update yaffs code
Gabor Juhos [Mon, 16 Dec 2013 07:51:19 +0000 (07:51 +0000)]
kernel: update yaffs code

Use the latest version of the yaffs code. Fetched from the
yaffs2 git tree and it is based on the following commit:

  commit bc76682d93955cfb33051beb503ad9f8a5450578
  Merge: 3a8580e ffa781d
  Author: Charles Manning <cdhmanning@gmail.com>
  Date:   Thu Jul 11 17:46:25 2013 +1200

      Merge branch 'master' of ssh://www.aleph1.co.uk/home/aleph1/git/yaffs2

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39084

10 years agokernel/3.9: remove yaffs patches
Gabor Juhos [Mon, 16 Dec 2013 07:42:43 +0000 (07:42 +0000)]
kernel/3.9: remove yaffs patches

It is not used by any platform.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39083

10 years agokernel/3.6: remove yaffs support
Gabor Juhos [Mon, 16 Dec 2013 07:42:42 +0000 (07:42 +0000)]
kernel/3.6: remove yaffs support

It is not used by any platform.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39082

10 years agokernel/3.3: remove yaffs support
Gabor Juhos [Mon, 16 Dec 2013 07:42:41 +0000 (07:42 +0000)]
kernel/3.3: remove yaffs support

It is not used by any platform.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39081

10 years agoar71xx/mikrotik: disable unused MTD options
Gabor Juhos [Mon, 16 Dec 2013 07:39:22 +0000 (07:39 +0000)]
ar71xx/mikrotik: disable unused MTD options

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39080

10 years agoar71xx: add dummy rle_decode function if CONFIG_RLE_DECOMPRESS is not set
Gabor Juhos [Mon, 16 Dec 2013 07:37:31 +0000 (07:37 +0000)]
ar71xx: add dummy rle_decode function if CONFIG_RLE_DECOMPRESS is not set

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39079

10 years agoar71xx: add userspace support for WD My Net N750
Gabor Juhos [Mon, 16 Dec 2013 07:16:43 +0000 (07:16 +0000)]
ar71xx: add userspace support for WD My Net N750

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
[juhosg: remove the image generation part until the ethernet
         switch issue is resolved]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39078

10 years agoar71xx: add kernel support for WD My Net N750
Gabor Juhos [Mon, 16 Dec 2013 07:16:42 +0000 (07:16 +0000)]
ar71xx: add kernel support for WD My Net N750

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
[juhosg: use a separate patch for kernel changes]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39077

10 years agogeneric: ar8216: Enable jumbo frames on AR8327 by default
Gabor Juhos [Sun, 15 Dec 2013 22:18:04 +0000 (22:18 +0000)]
generic: ar8216: Enable jumbo frames on AR8327 by default

This patch enables jumbo frames on AR8327 switch by default.
I have tested it on TP-Link TL-WDR3600.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39076

10 years agoar71xx: build image for the TP-Link TL-WA901ND v3 board
Gabor Juhos [Sun, 15 Dec 2013 21:34:20 +0000 (21:34 +0000)]
ar71xx: build image for the TP-Link TL-WA901ND v3 board

Based-on: http://patchwork.openwrt.org/patch/4507/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39075

10 years agoar71xx: add user-space support for the TP-Link TL-WA901ND v3 board
Gabor Juhos [Sun, 15 Dec 2013 21:34:19 +0000 (21:34 +0000)]
ar71xx: add user-space support for the TP-Link TL-WA901ND v3 board

Based-on: http://patchwork.openwrt.org/patch/4508/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39074

10 years agoar71xx: add kernel support for the TL-WA901ND v3 board
Gabor Juhos [Sun, 15 Dec 2013 21:34:18 +0000 (21:34 +0000)]
ar71xx: add kernel support for the TL-WA901ND v3 board

Based-on: http://patchwork.openwrt.org/patch/4506/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39073

10 years agoar71xx: move TL-WA801ND v2 setup code
Gabor Juhos [Sun, 15 Dec 2013 21:34:17 +0000 (21:34 +0000)]
ar71xx: move TL-WA801ND v2 setup code

The TL-WA801ND v2 board has only one LAN port which makes
it more similar to the TL-WR[78]50RE devices. Move the
board setup code into the mach-tl-wax50re.c file.

Based-on: http://patchwork.openwrt.org/patch/4506/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39072

10 years agoar71xx: refactor TL-WAx50RE setup code
Gabor Juhos [Sun, 15 Dec 2013 21:34:15 +0000 (21:34 +0000)]
ar71xx: refactor TL-WAx50RE setup code

This way it is a bit easier to add other TP-LINK devices based on the
Atheros AP123 reference board with one LAN port.

Based-on: http://patchwork.openwrt.org/patch/4506/
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39071

10 years agoppl: update to 1.1
Luka Perkov [Sun, 15 Dec 2013 21:07:34 +0000 (21:07 +0000)]
ppl: update to 1.1

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

10 years agocloog: update to 0.18.1
Luka Perkov [Sun, 15 Dec 2013 21:07:32 +0000 (21:07 +0000)]
cloog: update to 0.18.1

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

10 years agofirmware-utils/mkplinkfw: add TL-WA801ND v2 support
Gabor Juhos [Sun, 15 Dec 2013 20:39:13 +0000 (20:39 +0000)]
firmware-utils/mkplinkfw: add TL-WA801ND v2 support

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4503/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39066

10 years agoar71xx: build firmware image for the TL-WA801ND v2
Gabor Juhos [Sun, 15 Dec 2013 20:39:12 +0000 (20:39 +0000)]
ar71xx: build firmware image for the TL-WA801ND v2

Patch to add the profile for the TP-LINK WA801ND v2

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4502/
[juhosg: change subject]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39065

10 years agoar71xx: add user space support for the TL-WA801ND v2
Gabor Juhos [Sun, 15 Dec 2013 20:39:11 +0000 (20:39 +0000)]
ar71xx: add user space support for the TL-WA801ND v2

Patch to add the user space support for the TL-WA801ND v2

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4501/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39064

10 years agoar71xx: add kernel support for the TL-WA801ND v2 board
Gabor Juhos [Sun, 15 Dec 2013 20:39:10 +0000 (20:39 +0000)]
ar71xx: add kernel support for the TL-WA801ND v2 board

Patch to add kernel support for the TP-LINK WA801ND v2

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Patchwork: http://patchwork.openwrt.org/patch/4500/
[juhosg:
  - the TL-WA801ND v2 does not have a sliding switch, it uses a push button
    for WPS instead. Use the tl_mr3420v2_gpio_keys array to reflect that,
  - rename kernel patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39063

10 years agoath9k: fix interrupt storms on AR913x
Felix Fietkau [Sun, 15 Dec 2013 20:23:00 +0000 (20:23 +0000)]
ath9k: fix interrupt storms on AR913x

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

10 years agoConvert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface
Steven Barth [Sun, 15 Dec 2013 19:38:53 +0000 (19:38 +0000)]
Convert DHCP->6rd and DHCPv6->DS-Lite autoconfig to dynamic interface

SVN-Revision: 39061

10 years agobrcm47xx: deactivate early printk support
Hauke Mehrtens [Sun, 15 Dec 2013 19:19:16 +0000 (19:19 +0000)]
brcm47xx: deactivate early printk support

This breaks some devices where the serial console is not at port 0 but
somewhere else.

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

10 years agokernel: update kernel 3.10 to 3.10.24
Hauke Mehrtens [Sun, 15 Dec 2013 19:16:30 +0000 (19:16 +0000)]
kernel: update kernel 3.10 to 3.10.24

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

10 years agoodhcp6c: add source routing support
Steven Barth [Sun, 15 Dec 2013 19:10:20 +0000 (19:10 +0000)]
odhcp6c: add source routing support

SVN-Revision: 39058

10 years agouhttpd: don't process ubus_* and lua_* options if corresponding plugin is not install...
Jo-Philipp Wich [Sun, 15 Dec 2013 15:32:37 +0000 (15:32 +0000)]
uhttpd: don't process ubus_* and lua_* options if corresponding plugin is not installed (#14618)

SVN-Revision: 39057

10 years agobison: update to 3.0.2
Luka Perkov [Sun, 15 Dec 2013 03:59:49 +0000 (03:59 +0000)]
bison: update to 3.0.2

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

10 years agoupgrade 3.12 targets to 3.12.5
Imre Kaloz [Sat, 14 Dec 2013 17:37:14 +0000 (17:37 +0000)]
upgrade 3.12 targets to 3.12.5

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39055

10 years agoath9k: merge another round of cleanups and fixes submitted to linux-wireless
Felix Fietkau [Sat, 14 Dec 2013 17:07:08 +0000 (17:07 +0000)]
ath9k: merge another round of cleanups and fixes submitted to linux-wireless

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

10 years agoath9k: merge an interrupt processing fix for AR5008-AR9002
Felix Fietkau [Sat, 14 Dec 2013 16:40:27 +0000 (16:40 +0000)]
ath9k: merge an interrupt processing fix for AR5008-AR9002

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

10 years agokernel: move BLKCIPHER into crypto-core to avoid pulling in crypto-manager for arc4...
Felix Fietkau [Sat, 14 Dec 2013 16:40:24 +0000 (16:40 +0000)]
kernel: move BLKCIPHER into crypto-core to avoid pulling in crypto-manager for arc4 (used by mac80211)

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

10 years agodrop the bootscript, new u-boots won't need it
Imre Kaloz [Sat, 14 Dec 2013 16:29:35 +0000 (16:29 +0000)]
drop the bootscript, new u-boots won't need it

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39051

10 years agonetifd: update to the latest version, adds a revert of the link state handling patche...
Felix Fietkau [Sat, 14 Dec 2013 14:59:05 +0000 (14:59 +0000)]
netifd: update to the latest version, adds a revert of the link state handling patches which caused regressions in combination with wifi devices

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

10 years agobuild: speed up kernel symbol export stripping
Felix Fietkau [Sat, 14 Dec 2013 13:14:44 +0000 (13:14 +0000)]
build: speed up kernel symbol export stripping

GNU grep has a high per-expression setup overhead when compiling regular
expressions. Use -F to force it to interpret the input as fixed strings,
which is much faster (fraction of a second instead of multiple minutes).

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

10 years agoopenssl: Support multi-threaded applications
Felix Fietkau [Sat, 14 Dec 2013 10:19:48 +0000 (10:19 +0000)]
openssl: Support multi-threaded applications

Allow multi-threaded applications to work properly by
removing the "no-threads" flag that is enabled by default.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
SVN-Revision: 39048

10 years agousbmode: add an init script to switch devices that show up too early for the hotplug...
Felix Fietkau [Fri, 13 Dec 2013 16:43:15 +0000 (16:43 +0000)]
usbmode: add an init script to switch devices that show up too early for the hotplug script

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

10 years agonetifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot...
Felix Fietkau [Fri, 13 Dec 2013 16:43:11 +0000 (16:43 +0000)]
netifd: prevent an unnecessary restart of netifd-managed wifi interfaces at boot time

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

10 years agoscripts/download.pl: prefer the GNU mirror redirect over the primary site (#14603)
Felix Fietkau [Fri, 13 Dec 2013 16:43:07 +0000 (16:43 +0000)]
scripts/download.pl: prefer the GNU mirror redirect over the primary site (#14603)

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

10 years agofix jffs2 with internal libgcc and switch omap4 to ext4
Imre Kaloz [Fri, 13 Dec 2013 16:38:43 +0000 (16:38 +0000)]
fix jffs2 with internal libgcc and switch omap4 to ext4

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39044

10 years agoiw: reduce size and make the phy dump output more readable
Felix Fietkau [Fri, 13 Dec 2013 11:02:05 +0000 (11:02 +0000)]
iw: reduce size and make the phy dump output more readable

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

10 years agoralink: add mt7621 support
John Crispin [Fri, 13 Dec 2013 10:53:34 +0000 (10:53 +0000)]
ralink: add mt7621 support

there are still various missing pieces for full support.

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

10 years agoopkg: do not add blank "Provides:" fields to package metadata
Felix Fietkau [Fri, 13 Dec 2013 10:40:26 +0000 (10:40 +0000)]
opkg: do not add blank "Provides:" fields to package metadata

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

10 years agobuild: remove SourceFile and SourceURL from opkg metadata - they are useless without...
Felix Fietkau [Fri, 13 Dec 2013 10:40:19 +0000 (10:40 +0000)]
build: remove SourceFile and SourceURL from opkg metadata - they are useless without the corresponding openwrt package directory

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

10 years agoadd a default profile file
Imre Kaloz [Thu, 12 Dec 2013 10:08:15 +0000 (10:08 +0000)]
add a default profile file

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39037

10 years ago/sbin/wifi: reload network/wireless on wifi restart
Felix Fietkau [Wed, 11 Dec 2013 19:48:19 +0000 (19:48 +0000)]
/sbin/wifi: reload network/wireless on wifi restart

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

10 years agonetifd: fix crashes triggered by adding/removing wireless devices on reload
Felix Fietkau [Wed, 11 Dec 2013 18:23:52 +0000 (18:23 +0000)]
netifd: fix crashes triggered by adding/removing wireless devices on reload

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

10 years agoimx6: add canbus support for Ventana boards
Luka Perkov [Wed, 11 Dec 2013 10:56:11 +0000 (10:56 +0000)]
imx6: add canbus support for Ventana boards

GW5400, GW5300, and GW5200 have CAN bus option.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39034

10 years agoimx6: add flexcan support
Luka Perkov [Wed, 11 Dec 2013 10:56:09 +0000 (10:56 +0000)]
imx6: add flexcan support

backport upstream changes to 3.10:
 - 0060-flexcan.patch:
   - add flexcan pinctrl and devicetree config
 - 0061-can-flexcan-use-correct-clock-as-base-for-bit-rate-c.patch
   - fix a clock issue
 - 0062-ARM-i.MX6q-fix-the-wrong-parent-of-can_root-clock.patch
   - fix a clock issue

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39033

10 years agokernel: add CAN modules
Luka Perkov [Wed, 11 Dec 2013 10:56:08 +0000 (10:56 +0000)]
kernel: add CAN modules

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 39032

10 years agomac80211: add missing set_default to fix stray "radio0: sh: bad number" messages
Jo-Philipp Wich [Tue, 10 Dec 2013 16:24:52 +0000 (16:24 +0000)]
mac80211: add missing set_default to fix stray "radio0: sh: bad number" messages

SVN-Revision: 39028

10 years agohostapd: fix short_preamble option
Jo-Philipp Wich [Tue, 10 Dec 2013 16:24:48 +0000 (16:24 +0000)]
hostapd: fix short_preamble option

SVN-Revision: 39027

10 years agolibevent2: Configure with --disable-debug-mode
John Crispin [Mon, 9 Dec 2013 18:26:58 +0000 (18:26 +0000)]
libevent2: Configure with --disable-debug-mode

Saves around 10K.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 39025

10 years agoubox: fix logging support. the initial connect failed
John Crispin [Mon, 9 Dec 2013 18:24:30 +0000 (18:24 +0000)]
ubox: fix logging support. the initial connect failed

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

10 years agoprocd: update procd, add ulimit support
John Crispin [Mon, 9 Dec 2013 17:38:19 +0000 (17:38 +0000)]
procd: update procd, add ulimit support

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

10 years agoubox: fix up pidcount handling inside log.init
John Crispin [Mon, 9 Dec 2013 17:29:44 +0000 (17:29 +0000)]
ubox: fix up pidcount handling inside log.init

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

10 years agogpio-button-hotplug: add irq mode to driver
John Crispin [Mon, 9 Dec 2013 17:29:39 +0000 (17:29 +0000)]
gpio-button-hotplug: add irq mode to driver

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

10 years agonetifd: enable coredumps again
John Crispin [Mon, 9 Dec 2013 17:29:34 +0000 (17:29 +0000)]
netifd: enable coredumps again

got broken due procd startup. Requires procd resource limit patch.

Signed-off-by: Ulrich Weber <uw@xyne.com>
SVN-Revision: 39020

10 years agoralink: add TSO
John Crispin [Mon, 9 Dec 2013 17:29:29 +0000 (17:29 +0000)]
ralink: add TSO

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

10 years agoralink: fix typo in gpio irq handling
John Crispin [Mon, 9 Dec 2013 17:29:24 +0000 (17:29 +0000)]
ralink: fix typo in gpio irq handling

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

10 years agoralink: add mt7620a gdma info to dtsi
John Crispin [Mon, 9 Dec 2013 17:29:19 +0000 (17:29 +0000)]
ralink: add mt7620a gdma info to dtsi

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

10 years agoralink: add asoc modules
John Crispin [Mon, 9 Dec 2013 17:29:14 +0000 (17:29 +0000)]
ralink: add asoc modules

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

10 years agoralink: add partially working asoc driver. codec is not fully functional yet
John Crispin [Mon, 9 Dec 2013 17:29:08 +0000 (17:29 +0000)]
ralink: add partially working asoc driver. codec is not fully functional yet

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

10 years agoralink: add helper that identifies the mt7620 ECO
John Crispin [Mon, 9 Dec 2013 17:29:03 +0000 (17:29 +0000)]
ralink: add helper that identifies the mt7620 ECO

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

10 years agoralink: add dma engine support
John Crispin [Mon, 9 Dec 2013 17:28:43 +0000 (17:28 +0000)]
ralink: add dma engine support

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

10 years agoimx6: add support for GW53xx
Luka Perkov [Mon, 9 Dec 2013 11:30:23 +0000 (11:30 +0000)]
imx6: add support for GW53xx

The Gateworks GW53xx family of products is based on the Freescale
i.MX6DL SoC and offers a small form-factor with peripherals such as:

 * i.MX6DL
 * NAND FLASH
 * 4x PCIe
 * 4x USB EHCI (1x front-panel; 3x PCIe sockets)
 * 1x USB OTG
 * 1x uSD
 * LVDS connector (VLDS for display, PWM/GPIO for backlight, i2c for touch)
 * HDMI Audio/Video out
 * Analog Video in
 * Digital IO
 * Gateworks System Controller
 * Accelerometer
 * Canbus
 * Optional GPS
 * Industrial temp (-40C to +85C)
 * DC input voltage 8 to 42V (Passive PoE and 802.3af)

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39012

10 years agoimx6: add DMA/SDMA support for 3.12
Luka Perkov [Mon, 9 Dec 2013 11:30:22 +0000 (11:30 +0000)]
imx6: add DMA/SDMA support for 3.12

DMA and SDMA support are needed for ssi based audio.  Note that the sdma
firmware is no longer required for ssi audio.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39011

10 years agoimx6: drop upstreamed patch
Luka Perkov [Mon, 9 Dec 2013 11:30:20 +0000 (11:30 +0000)]
imx6: drop upstreamed patch

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

10 years agokernel: added defines for 3.12
Luka Perkov [Mon, 9 Dec 2013 11:30:19 +0000 (11:30 +0000)]
kernel: added defines for 3.12

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39009

10 years agokernel: module updates for 3.12
Luka Perkov [Mon, 9 Dec 2013 11:30:18 +0000 (11:30 +0000)]
kernel: module updates for 3.12

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 39008

10 years agoconfig: add KERNEL_DYNAMIC_DEBUG option
Luka Perkov [Mon, 9 Dec 2013 11:30:16 +0000 (11:30 +0000)]
config: add KERNEL_DYNAMIC_DEBUG option

Useful when debugging kernel which uses this infrastructure, for
example ubi/ubifs.

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

10 years agobase-files: fix whitespaces
Luka Perkov [Mon, 9 Dec 2013 11:30:14 +0000 (11:30 +0000)]
base-files: fix whitespaces

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