openwrt/staging/chunkeey.git
9 years agoramips:Add support for Aigale Ai-BR100
John Crispin [Sat, 13 Dec 2014 08:07:03 +0000 (08:07 +0000)]
ramips:Add support for Aigale Ai-BR100

Aigale Ai-BR100 is a router with mt7620a soc.
There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led.

Signed-off-by: 郭传鈜 <gch981213@gmail.com>
SVN-Revision: 43681

9 years agomxs: indention and whitespace fixes
John Crispin [Sat, 13 Dec 2014 08:06:22 +0000 (08:06 +0000)]
mxs: indention and whitespace fixes

Align this file with the style of most other modules.mk.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43680

9 years agoar71xx: add an extra check on board_name for ath10k firmware patchs
John Crispin [Sat, 13 Dec 2014 08:06:01 +0000 (08:06 +0000)]
ar71xx: add an extra check on board_name for ath10k firmware patchs

It moves firmware patch code behind an extra check on board_name.
Otherwise it will calculate firmware checksum for unaffected boards.
It also reduce boottime by a md5 calculation and removes error message
on boot if firmware not found.

SVN-Revision: 43679

9 years agooxnas: fix gpio-fan on kd20
John Crispin [Sat, 13 Dec 2014 08:04:54 +0000 (08:04 +0000)]
oxnas: fix gpio-fan on kd20

define speed-map and include kmod-hwmon-gpiofan in kd20 profile

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

9 years agooxnas: also make use of the GPIO poweroff driver
John Crispin [Sat, 13 Dec 2014 08:02:52 +0000 (08:02 +0000)]
oxnas: also make use of the GPIO poweroff driver

Works great to power-off the kd20 ;)

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

9 years agokernel/generic: remove some left-over garbage from ledtrig patch
John Crispin [Sat, 13 Dec 2014 08:00:22 +0000 (08:00 +0000)]
kernel/generic: remove some left-over garbage from ledtrig patch

cosmetics. clean a style issue introduced by r43674.

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

9 years agooxnas: use libata ledtrig support for kd20 hdd leds
John Crispin [Fri, 12 Dec 2014 20:24:33 +0000 (20:24 +0000)]
oxnas: use libata ledtrig support for kd20 hdd leds

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

9 years agokernel/generic: add ledtrig support to libata
John Crispin [Fri, 12 Dec 2014 20:24:21 +0000 (20:24 +0000)]
kernel/generic: add ledtrig support to libata

SVN-Revision: 43674

9 years agooxnas: clean up default package selection
John Crispin [Fri, 12 Dec 2014 20:24:13 +0000 (20:24 +0000)]
oxnas: clean up default package selection

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

9 years agokernel.mk: Handle the x86_64 LINUX_KARCH case
Felix Fietkau [Fri, 12 Dec 2014 18:28:13 +0000 (18:28 +0000)]
kernel.mk: Handle the x86_64 LINUX_KARCH case

x64 is handled by the x86 architecture in Linux, add a case for it in
LINUX_KARCH.

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

9 years agokernel.mk: Refactor LINUX_KARCH affectation
Felix Fietkau [Fri, 12 Dec 2014 18:28:03 +0000 (18:28 +0000)]
kernel.mk: Refactor LINUX_KARCH affectation

Switch to a dumber implementation that will be easier to maintain in the long
run, with only if statements instead of having nested subst calls.

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

9 years agokirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file
John Crispin [Fri, 12 Dec 2014 17:14:14 +0000 (17:14 +0000)]
kirkwood: Iomega ix2-200: wire up the GPIO poweroff driver in the DTS file

Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43670

9 years agogcc: don't clobber stamp-bits with a symlink to itself
Felix Fietkau [Fri, 12 Dec 2014 17:01:57 +0000 (17:01 +0000)]
gcc: don't clobber stamp-bits with a symlink to itself

Several versions of gcc have an issue in libstdc++v3 where the build may
clobber stamp-bits with a link to itself.  This doesn't manifest itself
on all systems.  On several Ubuntu systems, this doesn't appear to be a
problem, but it is an issue on Fedora 16 systems.

To fix the issue, we'll simply filter out stamp-bits from the symlinks
to be generated.

Note: gcc 4.4.7 is unaffected by this issue, so no fix is necessary
there.

Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 43669

9 years agoar8216: enable cpu port to receive arp and broadcast frames for ar8236
Felix Fietkau [Fri, 12 Dec 2014 16:23:29 +0000 (16:23 +0000)]
ar8216: enable cpu port to receive arp and broadcast frames for ar8236

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
SVN-Revision: 43668

9 years agoralink: fix lenovo y1 wan port mapping
John Crispin [Fri, 12 Dec 2014 16:17:31 +0000 (16:17 +0000)]
ralink: fix lenovo y1 wan port mapping

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

9 years agoiwinfo: bump to latest git HEAD
John Crispin [Fri, 12 Dec 2014 16:17:24 +0000 (16:17 +0000)]
iwinfo: bump to latest git HEAD

http://patchwork.ozlabs.org/patch/420128/

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

9 years agooxnas: build S-ATA driver as a module
John Crispin [Fri, 12 Dec 2014 16:17:13 +0000 (16:17 +0000)]
oxnas: build S-ATA driver as a module

 From: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 43665

9 years agoralink: make uartf functional on AWM002
John Crispin [Fri, 12 Dec 2014 16:17:03 +0000 (16:17 +0000)]
ralink: make uartf functional on AWM002

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

9 years agooxnas: use u-boot.bin in KDIR
John Crispin [Fri, 12 Dec 2014 16:16:57 +0000 (16:16 +0000)]
oxnas: use u-boot.bin in KDIR

This fixes building *u-boot-initramfs.bin images using ImageBuilder

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

9 years agouboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR
John Crispin [Fri, 12 Dec 2014 16:16:45 +0000 (16:16 +0000)]
uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIR

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

9 years agosunxi: fix led on bananapi
Zoltan Herpai [Fri, 12 Dec 2014 16:11:17 +0000 (16:11 +0000)]
sunxi: fix led on bananapi

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43661

9 years agoigmpproxy: do not attempt to ifstatus error messages as json
Felix Fietkau [Fri, 12 Dec 2014 14:52:29 +0000 (14:52 +0000)]
igmpproxy: do not attempt to ifstatus error messages as json

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

9 years agoigmpproxy: do not start instance if no upstream interface is available
Felix Fietkau [Fri, 12 Dec 2014 14:52:24 +0000 (14:52 +0000)]
igmpproxy: do not start instance if no upstream interface is available

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

9 years agoigmpproxy: fix init script indentation
Felix Fietkau [Fri, 12 Dec 2014 14:52:18 +0000 (14:52 +0000)]
igmpproxy: fix init script indentation

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

9 years agomxs: allow bootloader to pass kernel cmdline
Zoltan Herpai [Fri, 12 Dec 2014 13:37:21 +0000 (13:37 +0000)]
mxs: allow bootloader to pass kernel cmdline

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43657

9 years agomxs: change mxs-lradc module to depend on kmod-iio-core instead of hardcoding
Zoltan Herpai [Fri, 12 Dec 2014 13:18:29 +0000 (13:18 +0000)]
mxs: change mxs-lradc module to depend on kmod-iio-core instead of hardcoding

Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43656

9 years agoscripts/config: remove debug statement
Jo-Philipp Wich [Fri, 12 Dec 2014 12:37:51 +0000 (12:37 +0000)]
scripts/config: remove debug statement

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

9 years agoscripts/download.pl: add support for adding mirrors through an environment variable
Felix Fietkau [Fri, 12 Dec 2014 12:35:23 +0000 (12:35 +0000)]
scripts/download.pl: add support for adding mirrors through an environment variable

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

9 years agobusybox: include config files relative to the main Config.in (#18522)
Jo-Philipp Wich [Fri, 12 Dec 2014 12:33:34 +0000 (12:33 +0000)]
busybox: include config files relative to the main Config.in (#18522)

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

9 years agoscripts/config: support includes relative to the currently processed file
Jo-Philipp Wich [Fri, 12 Dec 2014 12:29:58 +0000 (12:29 +0000)]
scripts/config: support includes relative to the currently processed file

When the initial glob() attempt on a path specified with "source" statement
yields no result, then retry the globbing on the same path with the directory
part of the currently processed file prepended.

This allows us to reference Config.in files relative to their parent instead
of relative to the top dir.

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

9 years agomxs: add i2c and spi packages to profiles
Zoltan Herpai [Fri, 12 Dec 2014 12:14:40 +0000 (12:14 +0000)]
mxs: add i2c and spi packages to profiles

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43651

9 years agomxs: fix automatic status led detection
Zoltan Herpai [Fri, 12 Dec 2014 12:01:39 +0000 (12:01 +0000)]
mxs: fix automatic status led detection

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43650

9 years agomxs: update dts file for Duckbill
Zoltan Herpai [Fri, 12 Dec 2014 11:43:56 +0000 (11:43 +0000)]
mxs: update dts file for Duckbill

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 43649

9 years agomxs: i2c changes - add package for i2c module - remove i2c debug
Zoltan Herpai [Fri, 12 Dec 2014 11:39:22 +0000 (11:39 +0000)]
mxs: i2c changes - add package for i2c module - remove i2c debug

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43648

9 years agomxs: add kernel module for spi interface
Zoltan Herpai [Fri, 12 Dec 2014 11:10:04 +0000 (11:10 +0000)]
mxs: add kernel module for spi interface

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43647

9 years agomxs: make boardname consistent with other targets
Zoltan Herpai [Fri, 12 Dec 2014 11:03:55 +0000 (11:03 +0000)]
mxs: make boardname consistent with other targets

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43646

9 years agonetifd: Set source IP for DHCP static routes as well
Steven Barth [Fri, 12 Dec 2014 09:39:07 +0000 (09:39 +0000)]
netifd: Set source IP for DHCP static routes as well

Commit ce92f6650bd8a86db04c7a6cbb58e7fdb200a7e6 added source IP support
for DHCP default routes. As a side effect of this change the default route
could be present twice in netifd (once with source IP set and once with
source IP unset) if it was sent by the server in both the router and static
route options. Therefore add source IP support as well for static routes as this
case was not considered. Additional remove unused parameter type.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 43645

9 years agokernel: refresh patches
Luka Perkov [Thu, 11 Dec 2014 23:29:07 +0000 (23:29 +0000)]
kernel: refresh patches

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

9 years agokirkwood: sort 110-nas profile
Luka Perkov [Thu, 11 Dec 2014 23:29:04 +0000 (23:29 +0000)]
kirkwood: sort 110-nas profile

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

9 years agoau1000: revert 43626 due to syntax errors
John Crispin [Thu, 11 Dec 2014 22:27:56 +0000 (22:27 +0000)]
au1000: revert 43626 due to syntax errors

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

9 years agooxnas: use ARM BCJ filter for XZ decompression
John Crispin [Thu, 11 Dec 2014 20:41:51 +0000 (20:41 +0000)]
oxnas: use ARM BCJ filter for XZ decompression

Restoring the config for kernel 3.14 didn't contain that change already
made to config-3.18.
It is needed to make squashfs in the kernel match the compression settings
for ARCH=arm in the framework.
If set to ARMTHUMB, boot fails due to squashfs being unreadable if the
filesystem was generated for wth ARM BCJ filter.

in include/image.mk:    BCJ_FILTER:=-Xbcj $(LINUX_KARCH)
Thus the ARM filter is used for all ARM targets.

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

9 years agobcm53xx: failsafe support
Rafał Miłecki [Thu, 11 Dec 2014 20:31:07 +0000 (20:31 +0000)]
bcm53xx: failsafe support

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

9 years agocfg80211: add support for changing the device mac address via sysfs
Felix Fietkau [Thu, 11 Dec 2014 20:07:58 +0000 (20:07 +0000)]
cfg80211: add support for changing the device mac address via sysfs

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

9 years agoxburst: fix subtarget config file names
Felix Fietkau [Thu, 11 Dec 2014 20:07:52 +0000 (20:07 +0000)]
xburst: fix subtarget config file names

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

9 years agox86: remove linux 3.10 support
Felix Fietkau [Thu, 11 Dec 2014 20:07:45 +0000 (20:07 +0000)]
x86: remove linux 3.10 support

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

9 years agoocteon: remove linux 3.10 support
Felix Fietkau [Thu, 11 Dec 2014 20:07:39 +0000 (20:07 +0000)]
octeon: remove linux 3.10 support

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

9 years agoadm8668: remove linux 3.3 support
Felix Fietkau [Thu, 11 Dec 2014 20:07:31 +0000 (20:07 +0000)]
adm8668: remove linux 3.3 support

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

9 years agolibnl-tiny: fix receiving netlink messages larger than 4K
Jonas Gorski [Thu, 11 Dec 2014 19:35:48 +0000 (19:35 +0000)]
libnl-tiny: fix receiving netlink messages larger than 4K

Apply libnl commit 807fddc4cd9ecb12ba64e1b7fa26d86b6c2f19b0 ("nl:
Increase receive buffer size to 4 pages") also to libnl-tiny to ensure
netlink messages larger than 4KiB can be received, as the restart logic
seems to be broken.

This fixes iwinfo accessing info on dual band b43 cards, as they can
support a lot of channels, breaking the 4K default limit (seen was >5k).

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43633

9 years agoar7: remove config-3.10
Jonas Gorski [Thu, 11 Dec 2014 19:35:43 +0000 (19:35 +0000)]
ar7: remove config-3.10

Remove a leftover file from the 3.10 support removal.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43632

9 years agokernel/acx-mac80211: fix autoloading on boot
Jonas Gorski [Thu, 11 Dec 2014 19:35:36 +0000 (19:35 +0000)]
kernel/acx-mac80211: fix autoloading on boot

The kernel build system cannot track dependencies of out-of-tree
modules, making the buildsystem fail to load mac80211.

Add mac80211 as an explicit load to ensure all required modules are
loaded.

Fixes #16522.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43631

9 years agonetlogic: sync kernel config
John Crispin [Thu, 11 Dec 2014 18:58:12 +0000 (18:58 +0000)]
netlogic: sync kernel config

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

9 years agoralink: mt7621 was missing a symbol that made the CC builder fail
John Crispin [Thu, 11 Dec 2014 18:54:30 +0000 (18:54 +0000)]
ralink: mt7621 was missing a symbol that made the CC builder fail

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

9 years agomcp85xx/p1020: fixup config-default
John Crispin [Thu, 11 Dec 2014 18:39:22 +0000 (18:39 +0000)]
mcp85xx/p1020: fixup config-default

this was missed during the 3.14 bump

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

9 years agokernel/modules: fix chipidea
John Crispin [Thu, 11 Dec 2014 18:35:41 +0000 (18:35 +0000)]
kernel/modules: fix chipidea

it should needs to depend on imx and mxs

also remove duplicate kmod definition from mxs target

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

9 years agoau1000: distinguish different models and set correct MAC-address
John Crispin [Thu, 11 Dec 2014 18:28:44 +0000 (18:28 +0000)]
au1000: distinguish different models and set correct MAC-address

The target au1000 has at least 2 different models, the
'InternetBox' and the 'MeshCube' which look very similar
from the kernel point of view but are totally different
devices which base on the same design. Populating /tmp/sysinfo
now. The 1st one has an issue which leads to a random
mac-address after each boot which is corrected now via
reading the bootloader-env. The real fix would be
converting to DTS, this is only a workaround now.

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 43626

9 years agompc85xx: fix another typo in the image makefile
Felix Fietkau [Thu, 11 Dec 2014 18:18:16 +0000 (18:18 +0000)]
mpc85xx: fix another typo in the image makefile

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

9 years agompc85xx: add missing devicetree ranges property for ethernet devices
Felix Fietkau [Thu, 11 Dec 2014 18:18:10 +0000 (18:18 +0000)]
mpc85xx: add missing devicetree ranges property for ethernet devices

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

9 years agotoolchain: disable libatomic for gcc 4.6
Felix Fietkau [Thu, 11 Dec 2014 17:52:22 +0000 (17:52 +0000)]
toolchain: disable libatomic for gcc 4.6

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

9 years agompc85xx: fix typo in image name
Felix Fietkau [Thu, 11 Dec 2014 17:52:12 +0000 (17:52 +0000)]
mpc85xx: fix typo in image name

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

9 years agosdk: add missing kernel include files
Felix Fietkau [Thu, 11 Dec 2014 17:03:04 +0000 (17:03 +0000)]
sdk: add missing kernel include files

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

9 years agompc85xx: fix initramfs images
Felix Fietkau [Thu, 11 Dec 2014 15:29:39 +0000 (15:29 +0000)]
mpc85xx: fix initramfs images

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

9 years agokernel: allow specifying kernel images to be copied separately from kernel make comma...
Felix Fietkau [Thu, 11 Dec 2014 15:29:33 +0000 (15:29 +0000)]
kernel: allow specifying kernel images to be copied separately from kernel make command line

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

9 years agouClibc: fix ptrace header files for powerpc
Felix Fietkau [Thu, 11 Dec 2014 14:38:50 +0000 (14:38 +0000)]
uClibc: fix ptrace header files for powerpc

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

9 years agobcm53xx: support LEDs on Buffalo devices
Rafał Miłecki [Thu, 11 Dec 2014 11:23:26 +0000 (11:23 +0000)]
bcm53xx: support LEDs on Buffalo devices

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

9 years agoMove telephony feed to github
Steven Barth [Thu, 11 Dec 2014 10:30:51 +0000 (10:30 +0000)]
Move telephony feed to github

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

9 years agokirkwood: add 3.18 support
Luka Perkov [Thu, 11 Dec 2014 01:20:41 +0000 (01:20 +0000)]
kirkwood: add 3.18 support

Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43613

9 years agobcm53xx: backport NVRAM driver sent upstream
Rafał Miłecki [Wed, 10 Dec 2014 21:50:57 +0000 (21:50 +0000)]
bcm53xx: backport NVRAM driver sent upstream

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

9 years agobcm53xx: use bcma callback in SPROM driver to fill the SPROM
Rafał Miłecki [Wed, 10 Dec 2014 21:24:11 +0000 (21:24 +0000)]
bcm53xx: use bcma callback in SPROM driver to fill the SPROM

This is required because it has to be called at very precise moment. See
comment in driver for details.

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

9 years agomt76: update to the latest version, adds a few minor build fixes
Felix Fietkau [Wed, 10 Dec 2014 21:17:14 +0000 (21:17 +0000)]
mt76: update to the latest version, adds a few minor build fixes

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

9 years agomac80211: do not export the backports linux/module.h, it breaks out-of-tree driver...
Felix Fietkau [Wed, 10 Dec 2014 21:17:05 +0000 (21:17 +0000)]
mac80211: do not export the backports linux/module.h, it breaks out-of-tree driver builds

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

9 years agobcm53xx: use static NVRAM pointer for now
Rafał Miłecki [Wed, 10 Dec 2014 19:56:56 +0000 (19:56 +0000)]
bcm53xx: use static NVRAM pointer for now

This will allow us to sync with code sent for upstream.

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

9 years agokernel: drop CONFIG_PROC_DEVICETREE in 3.18
Luka Perkov [Wed, 10 Dec 2014 18:55:53 +0000 (18:55 +0000)]
kernel: drop CONFIG_PROC_DEVICETREE in 3.18

This option was removed in upstream commit 8357041.

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

9 years agobcm53xx: clean up nvram header
Rafał Miłecki [Wed, 10 Dec 2014 18:29:26 +0000 (18:29 +0000)]
bcm53xx: clean up nvram header

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

9 years agokernel: add missing config symbols for 3.18
Luka Perkov [Wed, 10 Dec 2014 18:13:34 +0000 (18:13 +0000)]
kernel: add missing config symbols for 3.18

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

9 years agobcm53xx: move SPROM driver to the target files
Rafał Miłecki [Wed, 10 Dec 2014 18:07:01 +0000 (18:07 +0000)]
bcm53xx: move SPROM driver to the target files

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

9 years agobcm53xx: move NVRAM driver to the target files
Rafał Miłecki [Wed, 10 Dec 2014 18:01:24 +0000 (18:01 +0000)]
bcm53xx: move NVRAM driver to the target files

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

9 years agobcm53xx: move NVRAM header to the target files
Rafał Miłecki [Wed, 10 Dec 2014 17:37:24 +0000 (17:37 +0000)]
bcm53xx: move NVRAM header to the target files

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

9 years agouclient: update to the latest version, fixes HTTP digest auth processing
Felix Fietkau [Wed, 10 Dec 2014 16:03:02 +0000 (16:03 +0000)]
uclient: update to the latest version, fixes HTTP digest auth processing

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

9 years agolibnl-tiny: remove dead code
Felix Fietkau [Wed, 10 Dec 2014 16:02:49 +0000 (16:02 +0000)]
libnl-tiny: remove dead code

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

9 years agooxnas: add support for 2nd S-ATA port to sata_oxnas driver
John Crispin [Wed, 10 Dec 2014 15:51:07 +0000 (15:51 +0000)]
oxnas: add support for 2nd S-ATA port to sata_oxnas driver

similar to mv_sata, use nr-ports attribute from device tree.
import and adapt locking code from vendor GPL sources.
add dma controller handling, it may be used in future to avoid
full core resets similar to the vendor SDK's "progressive cleanup"
function.

this is still very dirty and aimed to first of all do things
quite exactly like the reference code. and it somehow works.
obviously there is lots of room for improvement :)

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

9 years agooxnas: add copyright header to sata_oxnas
John Crispin [Wed, 10 Dec 2014 15:51:00 +0000 (15:51 +0000)]
oxnas: add copyright header to sata_oxnas

sata_oxnas.c is obviously a refactored version of sata_ox820.c
which does contain this header.

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

9 years agoscripts: use extended-remote for greater compatibility
John Crispin [Wed, 10 Dec 2014 15:50:52 +0000 (15:50 +0000)]
scripts: use extended-remote for greater compatibility

Plain "remote" results in failure to connect using the gdb built with
the toolchain. (On atheros target at least)  extended-remote also allows
"run" to restart the target process.

Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 43596

9 years agoumbim: fix build for 64bit targets
John Crispin [Wed, 10 Dec 2014 15:50:43 +0000 (15:50 +0000)]
umbim: fix build for 64bit targets

the CC builder fails to build umbim for 64bit targets (xlp, malta64, ....)

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

9 years agokernel/modules: add f2fs support
Luka Perkov [Wed, 10 Dec 2014 14:00:53 +0000 (14:00 +0000)]
kernel/modules: add f2fs support

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

9 years agoodhcp6c: correctly handle renew-replies with short lease times
Steven Barth [Wed, 10 Dec 2014 10:41:51 +0000 (10:41 +0000)]
odhcp6c: correctly handle renew-replies with short lease times

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

9 years agokernel: refresh patches
Luka Perkov [Tue, 9 Dec 2014 23:29:52 +0000 (23:29 +0000)]
kernel: refresh patches

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

9 years agokirkwood: Iomega ix2-200: use all remaining MTD space for rootfs
Luka Perkov [Tue, 9 Dec 2014 23:29:49 +0000 (23:29 +0000)]
kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs

Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43590

9 years agokernel: add netfilter.mk to modules makefile SCAN_DEPS
Felix Fietkau [Tue, 9 Dec 2014 12:35:18 +0000 (12:35 +0000)]
kernel: add netfilter.mk to modules makefile SCAN_DEPS

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

9 years agoar71xx: improve ethernet driver cache footprint by removing an unnecessary pointer
Felix Fietkau [Tue, 9 Dec 2014 12:28:46 +0000 (12:28 +0000)]
ar71xx: improve ethernet driver cache footprint by removing an unnecessary pointer

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

9 years agokernel: add a patch to make netfilter conntrack cache routing information
Felix Fietkau [Tue, 9 Dec 2014 11:01:49 +0000 (11:01 +0000)]
kernel: add a patch to make netfilter conntrack cache routing information

Significantly improves routing / NAT performance

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

9 years agoar71xx: remove another leftover broken chunk of code in the unaligned access hacks...
Felix Fietkau [Tue, 9 Dec 2014 09:38:33 +0000 (09:38 +0000)]
ar71xx: remove another leftover broken chunk of code in the unaligned access hacks patch

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

9 years agobcm53xx: bcm_nand: fix compilation
Rafał Miłecki [Mon, 8 Dec 2014 18:28:54 +0000 (18:28 +0000)]
bcm53xx: bcm_nand: fix compilation

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

9 years agonetifd: several fixes and optimizations
Steven Barth [Mon, 8 Dec 2014 17:43:14 +0000 (17:43 +0000)]
netifd: several fixes and optimizations

Thanks to Hans Dedecker and Kristian Evensen

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

9 years agoThis patch depends on "Pass source address to proto_add_ipv4_route".
Steven Barth [Mon, 8 Dec 2014 17:43:03 +0000 (17:43 +0000)]
This patch depends on "Pass source address to proto_add_ipv4_route".

I have not found a scenario that would break by setting the source address on
default, but please let me know if any special considerations should be taken.

Signed-off-by: Kristian Evensen <kristian.evensen at gmail.com>
SVN-Revision: 43582

9 years agoopkg: make PKG_UPGRADE available during preinst hook
John Crispin [Mon, 8 Dec 2014 17:40:53 +0000 (17:40 +0000)]
opkg: make PKG_UPGRADE available during preinst hook

https://dev.openwrt.org/ticket/18479

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

9 years agobcm53xx: bcm_nand: switch from cmdlinepart to ofpart
Rafał Miłecki [Mon, 8 Dec 2014 17:39:07 +0000 (17:39 +0000)]
bcm53xx: bcm_nand: switch from cmdlinepart to ofpart

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

9 years agobrcm47xx: add WNDR3400 V3 buttons
Rafał Miłecki [Mon, 8 Dec 2014 17:02:28 +0000 (17:02 +0000)]
brcm47xx: add WNDR3400 V3 buttons

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

9 years agobrcm63xx: fix a few issues in irq chip drivers
Jonas Gorski [Mon, 8 Dec 2014 16:11:52 +0000 (16:11 +0000)]
brcm63xx: fix a few issues in irq chip drivers

Fix locking and lock usage, making it compile for SMP.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 43578

9 years agobrcm63xx: alphabetically order image generation
Jonas Gorski [Mon, 8 Dec 2014 16:11:32 +0000 (16:11 +0000)]
brcm63xx: alphabetically order image generation

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43577

9 years agobrcm63xx: refresh patches
Jonas Gorski [Mon, 8 Dec 2014 16:11:26 +0000 (16:11 +0000)]
brcm63xx: refresh patches

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 43576