Felix Fietkau
305e8b724a
kernel: fix USB on mpc85xx ( #21689 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48525
2016-01-28 13:13:14 +00:00
Felix Fietkau
02ba90c228
uclient: update to the latest version, fixes connection timeout handling ( #21726 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48524
2016-01-28 11:23:50 +00:00
Felix Fietkau
30a8ab5726
libubox: update to the latest version, adds usock_inet_timeout() with RFC6555 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48523
2016-01-28 11:22:49 +00:00
Rafał Miłecki
60ef46b903
mtd: enable "fixseama" on bcm53xx
...
There are D-Link bcm53xx devices using Seama format.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48521
2016-01-28 08:51:52 +00:00
Felix Fietkau
644bbe8c34
mt76: update to the latest version, adds some tx path and protection mode register fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48514
2016-01-27 23:58:19 +00:00
Felix Fietkau
42644fff59
kernel: add missing config symbols for kmod-crypto-hw-talitos
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48513
2016-01-27 21:40:43 +00:00
Felix Fietkau
a6a6f36ad1
ubus: update to the latest version, fixes a memory leak on client disconnect
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48505
2016-01-26 09:32:22 +00:00
Felix Fietkau
487efe2508
ustream-ssl: update to the latest version, fixes hostname validation with openssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48503
2016-01-26 00:10:19 +00:00
Felix Fietkau
0b55a7904b
usign: force installation to $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48500
2016-01-25 23:05:49 +00:00
Jo-Philipp Wich
d8da5c5630
dnsmasq: Don't add local hostname if ula prefix is not specified
...
Commit 6a7e56b adds support for adding local hostname for own lan ula adress
but if ula prefix is not specified results into an invalid config (address=/OpenWrt.lan/1)
causing dnsmasq not to start up.
Use lanaddr6 when adding local hostname as the lan ula address is constructed based on the
UCI parameters ip6hint and ip6ifaceid and thus not always ula prefix suffixed with 1
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 48495
2016-01-25 17:47:22 +00:00
Felix Fietkau
565570cfd5
package/uhttpd: generate 2048 bit RSA key
...
RSA keys should be generated with sufficient length.
Using 1024 bits is considered unsafe.
In other packages the used key length is 2048 bits.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48494
2016-01-25 17:42:25 +00:00
Felix Fietkau
57776e68ce
base-files: remove default /etc/config/network, generate it via board.d instead
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48493
2016-01-25 16:30:41 +00:00
Felix Fietkau
07160c774c
mac80211: add iremap cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48490
2016-01-25 15:49:36 +00:00
Jo-Philipp Wich
0ae15ad439
iwinfo: add support for VHT rates to Lua binding
...
Update to Git HEAD in order to include VHT rate support in the Lua binding.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48488
2016-01-25 15:04:29 +00:00
Jo-Philipp Wich
94d665239e
iwinfo: add support for VHT rates
...
Update to upstream Git HEAD to include VHT rate support and a number of
coverity scan fixes.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48487
2016-01-25 14:31:32 +00:00
Felix Fietkau
827672162a
kernel: wpan: mrf24j40 depends on regmap-spi
...
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to
kmod-regmap.
Found by buildbot:
Package kmod-mrf24j40 is missing dependencies for the following libraries:
regmap-spi.ko
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48484
2016-01-25 12:41:19 +00:00
Felix Fietkau
b7ab6c66cc
base-files: fix sysupgrade 'wget' handling for uclient-fetch
...
change 48451 tried to add support for uclient-fetch by moving
/usr/bin/wget to /bin/wget, but this change kept the symbolic
link to /bin/busybox as install_bin creates links to param 1
the desired fix is to link to uclient-fetch to wget:
install_bin /bin/uclient-fetch /bin/wget
Signed-off-by: John Clark <inindev@gmail.com>
SVN-Revision: 48483
2016-01-25 12:35:21 +00:00
Jo-Philipp Wich
eda1ea9eaa
iptables: improve iptables listing output of xt_id match
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48478
2016-01-24 18:01:40 +00:00
Jo-Philipp Wich
0333da8943
include: group kmod ipk files into a "kernel" subdirectory
...
This is useful to just use the kmods from an official build while supplying
base packages from a custom feed or the other way around; for just overriding
the kmods with a local repo while using official repos for the rest.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48475
2016-01-24 15:36:05 +00:00
Felix Fietkau
9d0703f016
uclient: update to the latest version, now truncates files when overwriting them
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48465
2016-01-23 20:02:34 +00:00
Felix Fietkau
6255856c68
kernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48464
2016-01-23 20:01:26 +00:00
Felix Fietkau
7e29a768fa
uclient: update to the latest version, improves interoperability with quirky servers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48463
2016-01-23 18:53:17 +00:00
Felix Fietkau
87456ff286
ustream-ssl: update to the latest version, fixes handling SSL connection close notification
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48462
2016-01-23 18:53:12 +00:00
Felix Fietkau
eb39f41ffd
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48459
2016-01-23 17:05:56 +00:00
Felix Fietkau
98a9177342
linux-atm: add missing br2684ctl patch chunk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48458
2016-01-23 15:24:19 +00:00
Felix Fietkau
fe2007bb07
ltq-vdsl-app: mask out VDSL bits when ATM is selected, fixes compatibility issues with some DSLAMs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48457
2016-01-23 12:37:17 +00:00
Felix Fietkau
908d281beb
qos-scripts: bump version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48455
2016-01-22 13:06:09 +00:00
Felix Fietkau
19e2d1ed35
kernel: Add kernel module for Freescale SNVS RTC on chip module
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 48454
2016-01-22 12:02:11 +00:00
Felix Fietkau
d3f3132057
qos-scripts: Add IPv6 support
...
This adds IPv6 support to qos-scripts for both tc/qdisc and the
iptables classification rules. The tc/qdisc part is accomplished
by removing "protocol ip" from the tc command line, causing the
rule to be applied to all protocols. The iptables part is
accomplished by adding each rule using both iptables and ip6tables.
This patch is based on previous work by Ilkka Ollakka and
Dominique Martinet.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48452
2016-01-22 11:59:03 +00:00
Felix Fietkau
f57419d26e
base-files: fix sysupgrade 'wget' handling
...
with r48379 and r48386 the path of wget changed.
respect that and adjust the dirname.
this fixes #21680
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 48451
2016-01-22 09:41:58 +00:00
Rafał Miłecki
529d527e2c
kernel: backport bcma stuff sent for 4.6
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48449
2016-01-22 09:22:37 +00:00
Felix Fietkau
baa618790a
ath9k: allow multiple virtual interfaces on DFS channels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48448
2016-01-22 00:54:34 +00:00
Felix Fietkau
269ab387ff
qos-scripts: Allow classification by the traffic's source interface
...
This adds a "srciface" option that can be used on classification
rules in /etc/config/qos. This is useful to allow prioritization
based on the local network from which the traffic originates, for
example to deprioritize traffic from a guest network.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48446
2016-01-21 23:22:06 +00:00
Felix Fietkau
b1f1b528a1
qos-scripts: stop overriding tx queue length
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48445
2016-01-21 22:26:15 +00:00
Felix Fietkau
ac734726fe
uclient: update to the latest version, fixes overwrite with wget -O
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48441
2016-01-21 15:59:39 +00:00
Felix Fietkau
145a6e9db9
mac80211: only strip the platform/ prefix from path for pci devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48440
2016-01-21 15:55:35 +00:00
Felix Fietkau
d13a1ce9d7
mac80211: fix check for existing config section from r48426
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48439
2016-01-21 15:51:52 +00:00
Felix Fietkau
df9275b25e
ath9k: ignore EEPROM mismatch on flash based devices ( fixes #21611 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48438
2016-01-21 15:37:43 +00:00
Felix Fietkau
16ea0369e9
kernel: make backlight support depend on display support
...
Mark backlight core package as hidden
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48437
2016-01-21 15:37:38 +00:00
Felix Fietkau
f82dc2e37d
kernel: mark kmod-drm as hidden so that it only gets selected if a driver for it can be selected
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48436
2016-01-21 15:37:30 +00:00
Felix Fietkau
9b53da6138
kernel: reduce AddDepends related cargo cult programming in video.mk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48435
2016-01-21 15:37:20 +00:00
Felix Fietkau
125f1ce9ad
kernel: video: add DRM core and IMX DRM support for HDMI/LVDS
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48434
2016-01-21 15:37:10 +00:00
Felix Fietkau
0a6919b8bc
kernel: video: add fbcon support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48433
2016-01-21 15:37:01 +00:00
Felix Fietkau
5a502875b1
kernel: add backlight kernel module support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48432
2016-01-21 15:36:53 +00:00
Felix Fietkau
10b487273a
oprofile: delete the package, it has become useless now that perf is working
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48431
2016-01-21 15:36:47 +00:00
Felix Fietkau
24f553e2d8
elfutils: fix compatibility with non-glibc builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48429
2016-01-21 14:08:33 +00:00
Felix Fietkau
d9b20a6f35
mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48426
2016-01-21 13:28:09 +00:00
Felix Fietkau
95965cd813
mac80211: make the path phy lookup more robust regarding config upgrades, allow partial path matching
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48425
2016-01-21 13:28:04 +00:00
Felix Fietkau
59e3a4714a
grub2: switch back to installing to STAGING_DIR_HOST
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48424
2016-01-21 11:46:18 +00:00
Felix Fietkau
08e8175696
binutils: use nls.mk to fix libbfd link errors in other packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48422
2016-01-20 23:50:36 +00:00