Hauke Mehrtens
100e795bcc
kernel: fix warning in swconfig.c with kernel 3.14
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40733
2014-05-08 21:52:19 +00:00
Hauke Mehrtens
f5e5477c81
kernel: modify mtd related patches for 3.14
...
The change is the same as ("kernel/generic: modify mtd related
patches"). Since these files are under files directory, not a files
directory of specific kernel version, better to also change them. So
it will avoid adding files to future specific files directory
(e.g. files-3.14) for this mtd related change.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40732
2014-05-08 21:52:04 +00:00
Hauke Mehrtens
c09007c1af
kernel/generic: modify mtd related patches for 3.14
...
Function register_mtd_parser always returned 0 (at least since v3.3)
before being changed to return void in v3.14-rc1~65^2~93 (mtd: make
register_mtd_parser return void), so it's not needed to check the
return value of this function. Also add __init flag to caller.
This fix compile errors in 3.14 kernel like:
drivers/mtd/mtdsplit_seama.c: In function 'mtdsplit_seama_init':
drivers/mtd/mtdsplit_seama.c:99:2: error: void value not ignored as it ought to be
return register_mtd_parser(&mtdsplit_seama_parser);
^
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
SVN-Revision: 40731
2014-05-08 21:51:36 +00:00
Felix Fietkau
f603f984c6
igmpproxy: move to trunk, add myself as maintainer
...
SVN-Revision: 40730
2014-05-08 13:14:34 +00:00
Steven Barth
8c53f29220
odhcp6c: some more fixes for map / lw4o6 support
...
SVN-Revision: 40728
2014-05-08 09:17:55 +00:00
Felix Fietkau
5ab4fe9c0e
lantiq: strip FCS from received ethernet frames on XRX200
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40719
2014-05-07 18:36:58 +00:00
Florian Fainelli
427536bc53
apex: change Source URL for Apex package
...
As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no
longer functional, this patch changes the source URL to the OpenWRT
downloads page. Apologies for resubmitting, but there was a syntax error
in the previous patch ( http://patchwork.openwrt.org/patch/5025 ).
Signed-off-by: Riley Baird <orthogonal@librewrt.org>
[florian: unmangle patch, fix subject]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40718
2014-05-07 01:28:52 +00:00
Florian Fainelli
21b14da88f
rb532: Fix ext4 and squashfs images
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40717
2014-05-07 01:16:14 +00:00
Felix Fietkau
f8b1de8bb8
ltq-vdsl-fw: vdsl_fw_install.sh: store firmware as tar.gz in flash
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40716
2014-05-06 21:06:27 +00:00
Felix Fietkau
6142d061b5
lantiq: support loading the dsl firmware from a flash partition as a raw gzipped tarfile
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40715
2014-05-06 21:06:22 +00:00
Zoltan Herpai
af3a3f8a9a
uboot-sunxi: update pcDuino3 config - beef up memory clock to 480 - fix network config
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40714
2014-05-06 20:22:45 +00:00
Felix Fietkau
0b89008f7f
ltq-vdsl: force shell to bash to avoid compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40713
2014-05-06 17:26:32 +00:00
Felix Fietkau
e68687c04b
ltq-vdsl-mei: force shell to bash to avoid compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40712
2014-05-06 17:26:27 +00:00
Felix Fietkau
1268274b5d
mac80211: reset ht_capab for each device
...
... or else "option htmode" is added multiple times to
the second and following device sections.
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
SVN-Revision: 40711
2014-05-06 15:43:08 +00:00
Felix Fietkau
3b2643c92c
ubus: update to the latest version, adds lua binding fixes and adds support for the cli command wait_for (waits for objects to appear, with timeout)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40710
2014-05-06 14:59:13 +00:00
Felix Fietkau
31285a2039
gcc: revert an upstream patch that is causing a regression on powerpc
...
https://forum.openwrt.org/viewtopic.php?pid=232494#p232494
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40709
2014-05-06 11:49:05 +00:00
Felix Fietkau
4919affbd4
x86_64: enable high res timers by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40698
2014-05-05 18:44:46 +00:00
Felix Fietkau
59fc308945
x86: enable high res timers by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40697
2014-05-05 18:44:38 +00:00
Felix Fietkau
b0e436e10c
mac80211: fix station info rx bitrate for IBSS mode
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40696
2014-05-05 16:45:13 +00:00
Felix Fietkau
b4d93a52cf
ar71xx/ath9k: fix reading the WMAC revision on AR953x ( fixes #15581 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40695
2014-05-04 23:26:20 +00:00
Felix Fietkau
32a806cf8a
mac80211: remove obsolete check for enable_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40694
2014-05-03 21:18:53 +00:00
Felix Fietkau
bc86119785
mac80211: remove mode_11n variable for hwmode - the option only selects the band now
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40693
2014-05-03 21:14:59 +00:00
Felix Fietkau
c9b99da7a5
ath: Add config option for DFS support
...
This patch adds a config option to enable DFS in ath9k and ath10k
drivers (with ath10k you need the AP-branch firmware). I'm not entirely
sure about the regulatory compliance issues, though. As far as I
understand, enabling the DFS_CERTIFIED config options implies that the
device is certified for DFS. No doubt the original firmware has obtained
such a certification, but not with the open source drivers. I suppose
that as long as this is disabled in default builds (like ATH_USER_REGD)
everything should be fine, but it would be nice to have out-of-the-box
OpenWrt support for DFS. I'm also not sure whether the description of
the configuration option should say something about regulatory compliance.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40692
2014-05-03 21:14:56 +00:00
Felix Fietkau
6c5f0f0caa
ath5k: merge a tx power handling fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40691
2014-05-03 21:14:52 +00:00
Felix Fietkau
26044703a4
hostapd: add an option for 802.11h (enabled by default)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40690
2014-05-03 21:14:48 +00:00
Felix Fietkau
7bf399a87a
mac80211: restrict ath9k/ath10k DFS support to ETSI
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40689
2014-05-03 21:14:45 +00:00
Felix Fietkau
09aa3ae9f6
mac80211: enable CFG80211_CERTIFICATION_ONUS by default
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40688
2014-05-03 21:14:41 +00:00
Felix Fietkau
427ae707cd
ath9k: merge a few upstream fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40687
2014-05-03 21:14:38 +00:00
Felix Fietkau
8897093981
mac80211: add support for htmode=VHT20
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40686
2014-05-03 19:58:54 +00:00
Felix Fietkau
a9aee857de
mac80211: force upper channel for HT40 when autochannel is enabled
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40685
2014-05-03 18:50:06 +00:00
Felix Fietkau
4bd862a300
mac80211: add automatic ht40 mode handling for 2.4 ghz
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40684
2014-05-03 18:44:32 +00:00
Felix Fietkau
54625965c4
mac80211: clean up vht capability processing
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40683
2014-05-03 18:38:24 +00:00
Felix Fietkau
58bda3a0e1
mac80211: clean up ht capability handling, drop the use of the ht_capab list, use individual variables instead
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40682
2014-05-03 18:38:20 +00:00
Felix Fietkau
52846f0ff5
mac80211: disable 802.11n support if htmode is not set to HT* or VHT*
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40681
2014-05-03 18:38:16 +00:00
Felix Fietkau
24791e0dd8
mac80211: simplify HT40 handling, derive lower/upper channel mode automatically from channel index
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40680
2014-05-03 18:38:09 +00:00
Zoltan Herpai
0c2f0c6a3b
mxs: rename files so that profiles are sorted alphabetically
...
While at it, make spelling at little bit more consistent,
at least for my taste :-)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40679
2014-05-03 14:56:25 +00:00
Zoltan Herpai
18a7636c9f
mxs: fix typo in patch filename
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 40678
2014-05-03 14:37:02 +00:00
Hauke Mehrtens
4eb5b87a0e
kernel: net-rtl8188eu depends on kmod-usbcore
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40668
2014-05-02 22:57:39 +00:00
Hauke Mehrtens
9d1e33c755
omap: fix usb dependencies
...
There are some problems in the dependencies of the usb modules
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40667
2014-05-02 22:57:09 +00:00
Hauke Mehrtens
ecb5c610be
kernel: fix dependency to xor-neon.ko
...
If this module gets build the xor module depends on it
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40666
2014-05-02 22:56:33 +00:00
Hauke Mehrtens
973c9a0f5b
kernel: omap: omap-des.ko is not available in kernel 3.13
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40665
2014-05-02 22:55:55 +00:00
Felix Fietkau
af4f534244
toolchain/gcc: update linaro-gcc-4.8 to 2014.04
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40664
2014-05-02 21:18:02 +00:00
Hauke Mehrtens
c4ecc47f41
kernel: unify the two kmod-usb-mxs-phy packages
...
There are two packages with the name kmod-usb-mxs-phy in OpenWrt which
causes warnings on every build.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40663
2014-05-02 21:13:21 +00:00
Hauke Mehrtens
567e838a45
kernel: make b44 depend on libphy for kernel 3.14
...
In kernel 3.14 a dependency to libphy was added to b44.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40662
2014-05-02 21:10:35 +00:00
Hauke Mehrtens
d064b747af
kernel: add missing config options
...
These options are missing and were spotted by the buildbots.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40661
2014-05-02 21:08:22 +00:00
Felix Fietkau
770ec0082b
netifd: update to the latest version, fixes some corner cases related to hotplug device handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40660
2014-05-02 18:12:28 +00:00
Hauke Mehrtens
1c227e7d23
samaba36: do not build libtevent
...
This fixes a build error on some mips systems.
This closes #15769 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40652
2014-05-01 21:17:56 +00:00
Zoltan Herpai
96446df6a6
octeon/mpc83xx: remove CONFIG_NETWORK_FILESYSTEMS override
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 40642
2014-05-01 18:49:58 +00:00
Hauke Mehrtens
6f48cd4200
kernel: add support for USB_NET_CDC_EEM and USB_NET_CDC_SUBSET
...
needed for Android USB Tethering
Signed-off-by: Ulrich Weber <uw@ocedo.com>
SVN-Revision: 40634
2014-05-01 16:49:13 +00:00
Hauke Mehrtens
27f8e4d857
kernel: Add kernel module for cramfs support.
...
This patch adds support for building support for cramfs filesystems as a kernel module.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 40631
2014-05-01 16:24:56 +00:00