Felix Fietkau
3cc3c0a518
octeon: remove linux 3.10 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43635
2014-12-11 20:07:39 +00:00
Felix Fietkau
c095c7c202
adm8668: remove linux 3.3 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43634
2014-12-11 20:07:31 +00:00
Jonas Gorski
e983ee54fd
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
2014-12-11 19:35:48 +00:00
Jonas Gorski
b7b52ce7de
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
2014-12-11 19:35:43 +00:00
Jonas Gorski
7eddcb14ff
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
2014-12-11 19:35:36 +00:00
John Crispin
6f4656c19b
netlogic: sync kernel config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43630
2014-12-11 18:58:12 +00:00
John Crispin
1ef2106725
ralink: mt7621 was missing a symbol that made the CC builder fail
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43629
2014-12-11 18:54:30 +00:00
John Crispin
ce06a742c9
mcp85xx/p1020: fixup config-default
...
this was missed during the 3.14 bump
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43628
2014-12-11 18:39:22 +00:00
John Crispin
6d52fd203d
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
2014-12-11 18:35:41 +00:00
John Crispin
ed61e202a1
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
2014-12-11 18:28:44 +00:00
Felix Fietkau
1558a6bcbf
mpc85xx: fix another typo in the image makefile
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43625
2014-12-11 18:18:16 +00:00
Felix Fietkau
5c89c4a5de
mpc85xx: add missing devicetree ranges property for ethernet devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43624
2014-12-11 18:18:10 +00:00
Felix Fietkau
0636bb43ae
toolchain: disable libatomic for gcc 4.6
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43623
2014-12-11 17:52:22 +00:00
Felix Fietkau
4db5bc59b1
mpc85xx: fix typo in image name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43622
2014-12-11 17:52:12 +00:00
Felix Fietkau
db9f9a6407
sdk: add missing kernel include files
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43621
2014-12-11 17:03:04 +00:00
Felix Fietkau
2d9d3e7163
mpc85xx: fix initramfs images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43620
2014-12-11 15:29:39 +00:00
Felix Fietkau
9318930993
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
2014-12-11 15:29:33 +00:00
Felix Fietkau
b2bdea8ad4
uClibc: fix ptrace header files for powerpc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43617
2014-12-11 14:38:50 +00:00
Rafał Miłecki
b55199cf41
bcm53xx: support LEDs on Buffalo devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43616
2014-12-11 11:23:26 +00:00
Steven Barth
2514852929
Move telephony feed to github
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43614
2014-12-11 10:30:51 +00:00
Luka Perkov
9a74026206
kirkwood: add 3.18 support
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43613
2014-12-11 01:20:41 +00:00
Rafał Miłecki
40d94a3ef0
bcm53xx: backport NVRAM driver sent upstream
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43612
2014-12-10 21:50:57 +00:00
Rafał Miłecki
ba81966001
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
2014-12-10 21:24:11 +00:00
Felix Fietkau
b979353af0
mt76: update to the latest version, adds a few minor build fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43610
2014-12-10 21:17:14 +00:00
Felix Fietkau
9144cc5c2d
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
2014-12-10 21:17:05 +00:00
Rafał Miłecki
b0b43e1ef9
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
2014-12-10 19:56:56 +00:00
Luka Perkov
a1da38f7b1
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
2014-12-10 18:55:53 +00:00
Rafał Miłecki
960130e99c
bcm53xx: clean up nvram header
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43606
2014-12-10 18:29:26 +00:00
Luka Perkov
fa5f896cb7
kernel: add missing config symbols for 3.18
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43605
2014-12-10 18:13:34 +00:00
Rafał Miłecki
7093580424
bcm53xx: move SPROM driver to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43604
2014-12-10 18:07:01 +00:00
Rafał Miłecki
27a91a99d9
bcm53xx: move NVRAM driver to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43603
2014-12-10 18:01:24 +00:00
Rafał Miłecki
3fab0d818c
bcm53xx: move NVRAM header to the target files
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43602
2014-12-10 17:37:24 +00:00
Felix Fietkau
37c5b92d40
uclient: update to the latest version, fixes HTTP digest auth processing
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43600
2014-12-10 16:03:02 +00:00
Felix Fietkau
d928d333e3
libnl-tiny: remove dead code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43599
2014-12-10 16:02:49 +00:00
John Crispin
9432cbd577
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
2014-12-10 15:51:07 +00:00
John Crispin
1fa7c8587d
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
2014-12-10 15:51:00 +00:00
John Crispin
c399f98689
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
2014-12-10 15:50:52 +00:00
John Crispin
a8d0b41530
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
2014-12-10 15:50:43 +00:00
Luka Perkov
b59d1a96ea
kernel/modules: add f2fs support
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43594
2014-12-10 14:00:53 +00:00
Steven Barth
89e3a8b3b5
odhcp6c: correctly handle renew-replies with short lease times
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43592
2014-12-10 10:41:51 +00:00
Luka Perkov
fd492354bb
kernel: refresh patches
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43591
2014-12-09 23:29:52 +00:00
Luka Perkov
3b17625394
kirkwood: Iomega ix2-200: use all remaining MTD space for rootfs
...
Signed-off-by: Richard Kunze <richard.kunze@web.de>
SVN-Revision: 43590
2014-12-09 23:29:49 +00:00
Felix Fietkau
1b88b149a9
kernel: add netfilter.mk to modules makefile SCAN_DEPS
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43589
2014-12-09 12:35:18 +00:00
Felix Fietkau
8c6f1412b1
ar71xx: improve ethernet driver cache footprint by removing an unnecessary pointer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43588
2014-12-09 12:28:46 +00:00
Felix Fietkau
27f36718d3
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
2014-12-09 11:01:49 +00:00
Felix Fietkau
db04bbd2ec
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
2014-12-09 09:38:33 +00:00
Rafał Miłecki
613bc3ef3f
bcm53xx: bcm_nand: fix compilation
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43584
2014-12-08 18:28:54 +00:00
Steven Barth
1f4ddec7f2
netifd: several fixes and optimizations
...
Thanks to Hans Dedecker and Kristian Evensen
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43583
2014-12-08 17:43:14 +00:00
Steven Barth
15d67644f1
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
2014-12-08 17:43:03 +00:00
John Crispin
ac09fd9a13
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
2014-12-08 17:40:53 +00:00