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
Felix Fietkau
e0bfd25295
busybox: fix broken IPv6 address displaying in ifconfig
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48306
2016-01-18 11:11:26 +00:00
Jo-Philipp Wich
1bd8400752
package/libs/libiconv: function names
...
Currently libiconv-stub and libiconv-full use different names
for functions iconv, iconv_open, and iconv_close.
This may lead to failures when building modules, e.g. with
apr-util when NLS is not activated.
The two modules libiconv-stub and libiconv-full should be
interchangeable, so we need the same function names.
cf.
http://git.savannah.gnu.org/cgit/libiconv.git/tree/include/iconv.h.in
After applying this patch execute
make distclean
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48301
2016-01-18 09:23:17 +00:00
Felix Fietkau
495935a3b8
iproute2: remove odd conffiles generation
...
This was generating a conffiles list that included the binary
and CONTROL/ files.
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
SVN-Revision: 48296
2016-01-17 20:41:09 +00:00
Felix Fietkau
95699dd312
lantiq: ltq-deu: Make the DEU driver compatible with linux 4.2 and newer
...
Upstream linux 4.2 commit 84be456f883c4685680fba8e5154b5f72e92957e
"remove <asm/scatterlist.h>" requires us to include linux/scatterlist.h
instead. This also works with older kernels (at least 4.1, thanks to
Hauke Mehrtens for testing).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48282
2016-01-17 19:23:14 +00:00
Jo-Philipp Wich
740a2ee163
base-files: Fix sysupgrade overlay saving
...
A previous change to sysupgrade moved the overlay files into upper/
The -c switch generates a list of files to backup, but the sed
calls did not take this into consideration.
Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
SVN-Revision: 48281
2016-01-17 18:24:30 +00:00
Jo-Philipp Wich
5cf88bb032
netifd: fix PKG_VERSION ( #21630 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48280
2016-01-17 17:15:01 +00:00
Felix Fietkau
c3b01ead44
uclient: update to the latest version, adds many fixes/features
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48278
2016-01-17 12:41:06 +00:00
Felix Fietkau
33d1b2e0f5
kernel: add missing kernel config symbol for crypto-rng ( fixes #21596 )
...
Signed-off-by: Lucian Cristian <luci@createc.ro>
SVN-Revision: 48277
2016-01-17 11:17:06 +00:00
Felix Fietkau
e2e8cb8347
network: add virtual tunnel interface (VTI) support
...
This adds support for configuring VTI interfaces within /etc/config/network.
VTI interfaces are used to create IPsec tunnel interfaces. These interfaces
may be used for routing and other purposes.
Example config:
config interface 'vti1'
option proto 'vti'
option mtu '1500'
option tunlink 'wan'
option peeraddr '192.168.5.16'
option zone 'VPN'
option ikey 2
option okey 2
config interface 'vti1_static'
option proto 'static'
option ifname '@vti1'
option ipaddr '192.168.7.2/24'
The options ikey and okey correspond to the fwmark value of a ipsec policy.
The may be null if you do not want fwmarks.
Also peeraddr may be 0.0.0 if you want all ESP packets go through the
interface.
Example strongswan config:
conn vti
left=%any
leftcert=peer2.test.der
leftid=@peer2.test
right=192.168.5.16
rightid=@peer3.test
leftsubnet=0.0.0.0/0
rightsubnet=0.0.0.0/0
mark=2
auto=route
Signed-off-by: André Valentin <avalentin@marcant.net>
SVN-Revision: 48274
2016-01-17 11:06:02 +00:00
Felix Fietkau
eb1ac66ce7
netifd: update to the latest version, adds VTI support and a policy routing fix
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48273
2016-01-17 11:05:53 +00:00
Felix Fietkau
0200735bda
kernel: add usb-net-sr9700 package
...
Add support for
CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48272
2016-01-17 11:03:41 +00:00
Felix Fietkau
20a67881f4
ca-certificates: update to version 20160104
...
- update to latest version 20160104
- remove cpu dependency (PKGARCH:=all)
- set myself as package maintainer
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 48271
2016-01-17 11:03:36 +00:00
Felix Fietkau
b075688953
ustream-ssl: fix copy&paste mistake in mbedtls variant title
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48258
2016-01-16 09:14:03 +00:00
Felix Fietkau
b0b0c319f9
polarssl: update to 1.3.16, fixes intermediate certificate validation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48257
2016-01-16 00:20:05 +00:00
Felix Fietkau
d9494cdf6d
ustream-ssl: update to the latest version, adds mbedtls variant
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48256
2016-01-16 00:20:01 +00:00
Felix Fietkau
5bd5c3282b
libubox: update to the latest version, adds lua/ustream fixes and extends usock
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48255
2016-01-16 00:19:54 +00:00
Felix Fietkau
6665bbb1a0
mbedtls: update to version 2.2.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48254
2016-01-16 00:19:47 +00:00
Zoltan Herpai
39f385d0d6
packages: bump uboot-sunxi to 2016.01
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48252
2016-01-15 20:27:32 +00:00
Felix Fietkau
b2e374346b
mwlwifi: fix build with latest mac80211
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48251
2016-01-15 16:58:00 +00:00
Felix Fietkau
ba8a603a49
mt76: update to the latest version, fixes build with latest mac80211
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48250
2016-01-15 16:53:44 +00:00
Felix Fietkau
82c5e2c497
mac80211: update to wireless-testing 2016-01-10
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48247
2016-01-15 15:03:48 +00:00
Felix Fietkau
56f6d35716
dnsmasq: Add option --min-port
...
By default dnsmasq uses random ports for outbound dns queries;
when the minport UCI option is specified the ports used will
always be larger than the specified value.
This is usefull for systems behind firewalls.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 48244
2016-01-15 11:24:15 +00:00
Felix Fietkau
64c23711ea
dropbear: update version to 2015.71
...
Update dropbear to version 2015.71, released on 3 Dec 2015.
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 48243
2016-01-15 11:24:09 +00:00
Felix Fietkau
708bbe9382
kernel: add missing kmod-video-videobuf2's object file in 4.4
...
CONFIG_VIDEOBUF2_CORE produces two object files in Linux >= 4.4.
Conditionally add the new file to FILES of kmod-video-videobuf2.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
SVN-Revision: 48242
2016-01-15 10:49:21 +00:00
Jo-Philipp Wich
1133101bc8
procd: align early init PATH with rest of OpenWrt
...
This fixes diverging executable search paths observed in programs
launched throughn etifd which in turn inherited the search path from
procd early on boot.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48235
2016-01-14 12:52:18 +00:00
Felix Fietkau
711e28f012
mt76: update to the latest version, fixes signal strength reporting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48234
2016-01-14 11:59:10 +00:00
Felix Fietkau
cb85e21fd1
ath9k: add support for a newer tx gain table used in some TP-Link devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48233
2016-01-14 02:17:49 +00:00
Felix Fietkau
155f7ba037
mt76: update to the latest version, adds mac address fixes and some performance tuning
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48232
2016-01-14 01:00:42 +00:00
Felix Fietkau
abc99463b4
ubus: update to the latest version, fixes an acl related crash
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48226
2016-01-13 11:32:41 +00:00
Felix Fietkau
bd99318c82
perf: fix strerror_r override detection, apparently part of tools/ relies on non-GNU behavior
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48221
2016-01-12 16:42:12 +00:00
Imre Kaloz
2a170e4086
mac80211: resync regulatory db with master-2015-12-14
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 48219
2016-01-12 14:28:09 +00:00
Felix Fietkau
10e6d3ade9
perf: fix build errors on x86 and other platforms
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48218
2016-01-12 11:15:34 +00:00
Jo-Philipp Wich
722badfa82
dnsmasq: add local hostname record for own lan ula address as well
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48214
2016-01-12 10:03:50 +00:00
Jo-Philipp Wich
b809725eb1
gettext-full: make autopoint and gettextize reloctable
...
The autopoint and gettextize host utilities contain hardcoded staging dir
paths which need to be overridden for the SDK environment.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48208
2016-01-12 07:51:56 +00:00
Felix Fietkau
44df607a43
linux-firmware: fix mediatek/ralink package names
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48204
2016-01-11 20:51:19 +00:00
Rafał Miłecki
2611a5538e
hostapd: fix disassociation with FullMAC drivers and multi-BSS
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48202
2016-01-11 18:51:47 +00:00
Felix Fietkau
37a57c1d71
openvpn: update to version 2.3.10
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48201
2016-01-11 18:37:28 +00:00
Felix Fietkau
2f55804f13
uci: update to the latest version, adds a small optimization to uci commit
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48200
2016-01-11 12:29:59 +00:00
Felix Fietkau
4c7983a00a
dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48196
2016-01-10 22:38:59 +00:00
Felix Fietkau
1455b5b89a
dropbear: split out curve25519 support into a separate config option
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48195
2016-01-10 22:38:53 +00:00
Felix Fietkau
8c138d4ae8
fstools: fix off-by-one error in the version number
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48193
2016-01-10 18:04:36 +00:00
Felix Fietkau
cb42ea1c70
fstools: update to the latest version, fixes filesystem state rewrite on every boot
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48191
2016-01-10 17:36:53 +00:00
Felix Fietkau
6c40914c0c
hostapd: fix post v2.4 security issues
...
- WPS: Fix HTTP chunked transfer encoding parser (CVE-2015-4141)
- EAP-pwd peer: Fix payload length validation for Commit and Confirm
(CVE-2015-4143)
- EAP-pwd server: Fix payload length validation for Commit and Confirm
(CVE-2015-4143)
- EAP-pwd peer: Fix Total-Length parsing for fragment reassembly
(CVE-2015-4144, CVE-2015-4145)
- EAP-pwd server: Fix Total-Length parsing for fragment reassembly
(CVE-2015-4144, CVE-2015-4145)
- EAP-pwd peer: Fix asymmetric fragmentation behavior (CVE-2015-4146)
- NFC: Fix payload length validation in NDEF record parser (CVE-2015-8041)
- WNM: Ignore Key Data in WNM Sleep Mode Response frame if no PMF in use
(CVE-2015-5310)
- EAP-pwd peer: Fix last fragment length validation (CVE-2015-5315)
- EAP-pwd server: Fix last fragment length validation (CVE-2015-5314)
- EAP-pwd peer: Fix error path for unexpected Confirm message (CVE-2015-5316)
Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
SVN-Revision: 48185
2016-01-10 17:03:37 +00:00
Felix Fietkau
a960fcef29
mac80211: move b43legacy firmware to a separate package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48184
2016-01-10 16:37:01 +00:00
Felix Fietkau
805c40351e
mac80211: remove linux-firmware download
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48183
2016-01-10 16:36:54 +00:00
Felix Fietkau
26eb793589
mac80211: move broadcom firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48182
2016-01-10 16:36:48 +00:00
Felix Fietkau
4a791c8d4e
mac80211: move ti firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48181
2016-01-10 16:36:40 +00:00
Felix Fietkau
78efb85fa1
mac80211: move mediatek/ralink firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48180
2016-01-10 16:36:31 +00:00
Felix Fietkau
9e5df4a939
mac80211: move atheros/qca firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48179
2016-01-10 16:36:25 +00:00
Felix Fietkau
6d0d89dc65
mac80211: move marvell firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48178
2016-01-10 16:36:17 +00:00
Felix Fietkau
35baa05d80
mac80211: move intel firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48177
2016-01-10 16:36:08 +00:00
Felix Fietkau
9dee1adc0f
mac80211: move realtek firmware to the linux-firmware package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48176
2016-01-10 16:36:00 +00:00
Felix Fietkau
ce6edb31ce
linux-firmware: add commented out BuildPackage section for metadata scanning
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48175
2016-01-10 16:35:53 +00:00
Felix Fietkau
b6fcd06204
linux-firmware: remove duplication in package metadata
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48174
2016-01-10 16:35:46 +00:00
Felix Fietkau
2d21f6c6d6
linux-firmware: move realtek firmware packages to realtek.mk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48173
2016-01-10 16:35:40 +00:00