Jo-Philipp Wich
6064710b90
firewall: drop invalid by default, remove chain indirection, fix invert flags ( #21738 )
...
* Enable drop_invalid by default to catch unnatted packets (#21738 )
* Fix processing of inversions for -i, -o, -s, -d and -p flags
* Remove delegate_* chain indirection but rely on xt_id to identify own rules
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48551
2016-01-29 17:26:41 +00:00
Felix Fietkau
a6fe27a59a
mac80211: fix an out of bounds access issue in minstrel_ht
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48550
2016-01-29 14:23:23 +00:00
Rafał Miłecki
5d624d0b47
linux-firmware: update to the commit from 2016-01-25
...
This adds e.g. BCM4350 rev 5 and BCM4366 firmwares (not packaged yet).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48544
2016-01-28 22:58:54 +00:00
Felix Fietkau
34df4d40e2
busybox: disable timestamp in version
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48539
2016-01-28 22:42:25 +00:00
Felix Fietkau
eb47ddd557
hostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant-mesh
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48537
2016-01-28 22:42:14 +00:00
Felix Fietkau
c1e6ef488f
mac80211: merge a bunch of pending fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48536
2016-01-28 22:42:10 +00:00
Rafał Miłecki
b4468a0d61
mtd: allow writing Seama files to "firmware" on Broadcom targets
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48534
2016-01-28 22:38:30 +00:00
Rafał Miłecki
92443f7041
oseama: small util for reading Seama image format info
...
It's similar to otrx, we need this tool for handling sysupgrade.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48533
2016-01-28 22:38:23 +00:00
Felix Fietkau
2911212962
openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48531
2016-01-28 18:20:06 +00:00
Felix Fietkau
18b2f2d694
hostapd: fix mesh interface bridge handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48529
2016-01-28 17:20:10 +00:00
Felix Fietkau
b4ef1fca48
hostapd: fix wpad-mesh and wpa-supplicant-mesh configuration issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48528
2016-01-28 17:19:48 +00:00
Felix Fietkau
924407b253
hostapd: update to version 2016-01-15
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48527
2016-01-28 17:19:13 +00:00
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
Felix Fietkau
81868a8619
gettext-full: fix relocatable patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48420
2016-01-20 23:21:03 +00:00
Felix Fietkau
1c4d5aa207
valgrind: fix build with mips soft-float
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48419
2016-01-20 22:59:34 +00:00
Felix Fietkau
5668dba5ea
bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48418
2016-01-20 22:59:29 +00:00
Felix Fietkau
d917a59014
bzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48408
2016-01-20 19:36:23 +00:00
Felix Fietkau
285f024c88
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48407
2016-01-20 19:36:18 +00:00
Felix Fietkau
dcdcbdd50e
gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48406
2016-01-20 19:36:14 +00:00
Felix Fietkau
808803f6ae
lua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48405
2016-01-20 19:36:10 +00:00
Felix Fietkau
4c030333a3
libiconv: install to the new prefix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48402
2016-01-20 19:12:22 +00:00
Felix Fietkau
1981ee7d75
toolchain: Reverse glibc/eglibc conditionals to check for eglibc
...
This will make adding future glibc versions easier because the
conditionals won't have to be modified again.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48399
2016-01-20 19:12:01 +00:00
Felix Fietkau
c49bc55669
netifd: update to the latest version, adds a cosmetic fix for a wpa related variable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48397
2016-01-20 19:11:41 +00:00
Felix Fietkau
272a3e03de
libiconv: change include guard to make glib2 consider it compatible
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48396
2016-01-20 13:54:30 +00:00
Felix Fietkau
99fb7d9a4e
elfutils: bump to 0.165
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 48393
2016-01-20 13:54:13 +00:00
Felix Fietkau
99856ebf5c
6in4: use uclient-fetch instead of wget/curl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48391
2016-01-20 10:15:29 +00:00
Felix Fietkau
8353ed85f2
uclient: update to the latest version, adds an auth reconnect handling fix and a small uclient-fetch command line fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48390
2016-01-20 10:15:25 +00:00
Felix Fietkau
5cafb9240e
qos-scripts: Fix classification of ingress traffic
...
Set the save-mark mask for the qos_${cg} chain to 0xff instead of
0xf0. With the old value, the nibble that was saved would be
masked during the restore, preventing ingress traffic from being
classified. Thanks to nbd for recommending the fix.
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48388
2016-01-19 23:56:34 +00:00
Felix Fietkau
e771a31b39
opkg: depend on uclient-fetch, disable busybox wget
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48386
2016-01-19 23:35:04 +00:00
Felix Fietkau
208b96cacd
uhttpd: fix typo in default config for px5g
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48385
2016-01-19 23:27:14 +00:00
Jo-Philipp Wich
939b944c6e
Revert "6in4: Corrected tunnelbroker tunnel update URL"
...
The auth change appears to break the endpoint update for most users and with
my local tests the old update url works just fine.
This reverts commit 99c03a88cb6fed0519efdfaac305794653a12542.
SVN-Revision: 48384
2016-01-19 23:25:38 +00:00
Felix Fietkau
f6e4badfe4
toolchain: Add glibc 2.22
...
Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48383
2016-01-19 22:58:51 +00:00
Felix Fietkau
54baefc480
ustream-ssl: update to the latest version, fixes connection with servers requiring DHE
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48380
2016-01-19 22:41:36 +00:00
Felix Fietkau
23541c6f6f
uclient: install a symlink from uclient-fetch to wget into /bin
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48379
2016-01-19 22:41:31 +00:00
Felix Fietkau
977948b15c
uclient: update to the latest version, fixes a cosmetic progress bar issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48378
2016-01-19 22:41:18 +00:00
Zoltan Herpai
76b903a415
packages: bump uboot-mxs to 2016.01, refresh patches
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48374
2016-01-19 21:50:11 +00:00
Felix Fietkau
20ba5a01cf
kernel: modularize dma shared buffer code to eliminate kernel bloat
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48371
2016-01-19 21:09:11 +00:00
John Crispin
ff7f5eb13d
procd: emit events for sound subsystem
...
Useful e.g. for plugable USB-soundcards.
With this change an event/hotplug-call looks like:
ACTION: add DEVNAME: snd/timer DEVPATH: /devices/virtual/sound/timer SUBSYSTEM: sound
ACTION: add DEVNAME: DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0 SUBSYSTEM: sound
ACTION: add DEVNAME: snd/controlC0 DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/controlC0 SUBSYSTEM: sound
ACTION: add DEVNAME: snd/pcmC0D0p DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/pcmC0D0p SUBSYSTEM: sound
ACTION: add DEVNAME: snd/pcmC0D0c DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/pcmC0D0c SUBSYSTEM: sound
ACTION: add DEVNAME: dsp DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/dsp SUBSYSTEM: sound
ACTION: add DEVNAME: audio DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/audio SUBSYSTEM: sound
ACTION: add DEVNAME: mixer DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/mixer SUBSYSTEM: sound
This fixes #21466 .
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 48366
2016-01-19 15:31:35 +00:00
Felix Fietkau
e34acd64f5
kernel: disable AFS support by default
...
This pulls in CONFIG_KEYS, which bloats up the kernel size and is thus
very undesirable. It also currently exposes the kernel to a local root
vulnerability
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48364
2016-01-19 15:14:51 +00:00
Felix Fietkau
d33c0dd6d0
kernel/modules: add kmod-crypto-hw-ccp
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48347
2016-01-19 10:06:43 +00:00
Felix Fietkau
faad8b68a4
wpa_supplicant: add support for EAP-TLS phase2
...
Introduce config options client_cert2, priv_key2 and priv_key2_pwd
used for EAP-TLS phase2 authentication in WPA-EAP client mode.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48345
2016-01-19 10:06:29 +00:00
Felix Fietkau
3b15eb0ade
hostap/wpa_supplicant: enable EAP-FAST in -full builds
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48344
2016-01-19 10:06:23 +00:00
Felix Fietkau
808a605453
uhttpd: add option for mbedtls
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48343
2016-01-19 10:06:18 +00:00
Felix Fietkau
cd5d3f9240
kernel/modules: add missing symbol for crypto-rng
...
Since CRYPTO_DRBG_MENU was added in r48277, CRYPTO_DRBG_HMAC is missing.
It does not appear in kernel_menuconfig and defaults to yes, so enable
it in crypto-rng as well and add dependencies to HMAC and SHA256.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48341
2016-01-18 23:35:12 +00:00
Felix Fietkau
f6e38ec125
br2684ctl: resolve a boot time race condition with nas0 bringup by using explicit notification when init is done
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48321
2016-01-18 15:35:30 +00:00
Felix Fietkau
262f054c6e
br2684ctl: add support for notifying nas* bringup via a script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48320
2016-01-18 15:35:24 +00:00
Felix Fietkau
614ebec4d2
firewall: add CONFIG_IPV6 to PKG_CONFIG_DEPENDS to fix a rebuild error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48315
2016-01-18 13:21:37 +00:00
Felix Fietkau
3c8827fa7f
iptables: fix rebuild errors on configuration changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48314
2016-01-18 13:21:32 +00:00
Felix Fietkau
8de052800a
openssl: remove the separate configuration menu, use the implicit one (via MENU:=1)
...
Fixes warning on selecting OPENSSL_ENGINE_CRYPTO if openssl is not selected
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48312
2016-01-18 12:42:08 +00:00
Felix Fietkau
e4cf25cfab
wpa_supplicant: improve generating phase2 config line for WPA-EAP
...
WPA-EAP supports several phase2 (=inner) authentication methods when
using EAP-TTLS, EAP-PEAP or EAP-FAST (the latter is added as a first
step towards the UCI model supporting EAP-FAST by this commit)
The value of the auth config variable was previously expected to be
directly parseable as the content of the 'phase2' option of
wpa_supplicant.
This exposed wpa_supplicant's internals, leaving it to view-level to
set the value properly. Unfortunately, this is currently not the case,
as LuCI currently allows values like 'PAP', 'CHAP', 'MSCHAPV2'.
Users thus probably diverged and set auth to values like
'auth=MSCHAPV2' as a work-around.
This behaviour isn't explicitely documented anywhere and is not quite
intuitive...
The phase2-string is now generated according to $eap_type and $auth,
following the scheme also found in hostap's test-cases:
http://w1.fi/cgit/hostap/tree/tests/hwsim/test_ap_eap.py
The old behaviour is also still supported for the sake of not breaking
existing, working configurations.
Examples:
eap_type auth
'ttls' 'EAP-MSCHAPV2' -> phase2="autheap=MSCHAPV2"
'ttls' 'MSCHAPV2' -> phase2="auth=MSCHAPV2"
'peap' 'EAP-GTC' -> phase2="auth=GTC"
Deprecated syntax supported for compatibility:
'ttls' 'autheap=MSCHAPV2' -> phase2="autheap=MSCHAPV2"
I will suggest a patch to LuCI adding EAP-MSCHAPV2, EAP-GTC, ... to
the list of Authentication methods available.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48309
2016-01-18 11:40:44 +00:00
Felix Fietkau
fc8a7051cd
lantiq: ltq-deu: Remove the "DEU test manager"
...
Remove the "DEU test manager" code which has not been used for more than
two years (as the kernel module is not installed anymore since r38731).
This fixes compilation on kernel 4.3, which removes
aead_request_set_assoc (and newer kernels).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48308
2016-01-18 11:40:40 +00:00