openwrt.git
8 years agokernel/3.18: update to version 3.18.25
hauke [Tue, 12 Jan 2016 20:53:04 +0000 (20:53 +0000)]
kernel/3.18: update to version 3.18.25

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48225 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel/4.3: update to version 4.3.3
hauke [Tue, 12 Jan 2016 20:52:19 +0000 (20:52 +0000)]
kernel/4.3: update to version 4.3.3

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48224 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel/4.1: update to version 4.1.15
hauke [Tue, 12 Jan 2016 20:51:34 +0000 (20:51 +0000)]
kernel/4.1: update to version 4.1.15

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48223 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: refresh patches for kernel 4.4
hauke [Tue, 12 Jan 2016 20:50:41 +0000 (20:50 +0000)]
kernel: refresh patches for kernel 4.4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48222 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoperf: fix strerror_r override detection, apparently part of tools/ relies on non...
nbd [Tue, 12 Jan 2016 16:42:12 +0000 (16:42 +0000)]
perf: fix strerror_r override detection, apparently part of tools/ relies on non-GNU behavior

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48221 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: resync regulatory db with master-2015-12-14
kaloz [Tue, 12 Jan 2016 14:28:09 +0000 (14:28 +0000)]
mac80211: resync regulatory db with master-2015-12-14

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48219 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoperf: fix build errors on x86 and other platforms
nbd [Tue, 12 Jan 2016 11:15:34 +0000 (11:15 +0000)]
perf: fix build errors on x86 and other platforms

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48218 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agopxa: moved to targets feed
nbd [Tue, 12 Jan 2016 10:08:18 +0000 (10:08 +0000)]
pxa: moved to targets feed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48217 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agox86: update to linux 4.4
nbd [Tue, 12 Jan 2016 10:04:55 +0000 (10:04 +0000)]
x86: update to linux 4.4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48216 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: add missing symbols for linux 4.4
nbd [Tue, 12 Jan 2016 10:04:47 +0000 (10:04 +0000)]
kernel: add missing symbols for linux 4.4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48215 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agodnsmasq: add local hostname record for own lan ula address as well
jow [Tue, 12 Jan 2016 10:03:50 +0000 (10:03 +0000)]
dnsmasq: add local hostname record for own lan ula address as well

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48214 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agosdk: add base repository fallback
jow [Tue, 12 Jan 2016 09:25:45 +0000 (09:25 +0000)]
sdk: add base repository fallback

When the build system cannot infer its own repository url then let it fall
back to http://git.openwrt.org/ for the base feed.

The path to openwrt.git is guessed from the VERSION_NUMBER variable:

 "unknown" or "r12345" -> http://git.openwrt.org/openwrt.git
 "15.05.1"             -> http://git.openwrt.org/15.05/openwrt.git

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48212 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agogettext-full: make autopoint and gettextize reloctable
jow [Tue, 12 Jan 2016 07:51:56 +0000 (07:51 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48208 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: remove SDK special case for kernel module packages
nbd [Mon, 11 Jan 2016 23:11:13 +0000 (23:11 +0000)]
build: remove SDK special case for kernel module packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48207 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agotarget/sdk: include modules.builtin, it is necessary for packaging kernel modules
nbd [Mon, 11 Jan 2016 23:11:09 +0000 (23:11 +0000)]
target/sdk: include modules.builtin, it is necessary for packaging kernel modules

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48206 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolinux-firmware: fix mediatek/ralink package names
nbd [Mon, 11 Jan 2016 20:51:19 +0000 (20:51 +0000)]
linux-firmware: fix mediatek/ralink package names

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48204 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: Update kernel 4.4 to 4.4.0
nbd [Mon, 11 Jan 2016 20:13:17 +0000 (20:13 +0000)]
kernel: Update kernel 4.4 to 4.4.0

This removes one patch which was applied upstream with commit
67b9bcd36906e12a15ffec19463afbbd6a41660e. All other patches were
refreshed.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48203 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agohostapd: fix disassociation with FullMAC drivers and multi-BSS
rmilecki [Mon, 11 Jan 2016 18:51:47 +0000 (18:51 +0000)]
hostapd: fix disassociation with FullMAC drivers and multi-BSS

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48202 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoopenvpn: update to version 2.3.10
nbd [Mon, 11 Jan 2016 18:37:28 +0000 (18:37 +0000)]
openvpn: update to version 2.3.10

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48201 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agouci: update to the latest version, adds a small optimization to uci commit
nbd [Mon, 11 Jan 2016 12:29:59 +0000 (12:29 +0000)]
uci: update to the latest version, adds a small optimization to uci commit

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48200 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agodropbear: enable curve25519 support by default, increases compressed binary size...
nbd [Sun, 10 Jan 2016 22:38:59 +0000 (22:38 +0000)]
dropbear: enable curve25519 support by default, increases compressed binary size by ~5 kb

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48196 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agodropbear: split out curve25519 support into a separate config option
nbd [Sun, 10 Jan 2016 22:38:53 +0000 (22:38 +0000)]
dropbear: split out curve25519 support into a separate config option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48195 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agofstools: fix off-by-one error in the version number
nbd [Sun, 10 Jan 2016 18:04:36 +0000 (18:04 +0000)]
fstools: fix off-by-one error in the version number

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48193 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agofstools: update to the latest version, fixes filesystem state rewrite on every boot
nbd [Sun, 10 Jan 2016 17:36:53 +0000 (17:36 +0000)]
fstools: update to the latest version, fixes filesystem state rewrite on every boot

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48191 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agox86: remove obsolete patches
nbd [Sun, 10 Jan 2016 17:19:51 +0000 (17:19 +0000)]
x86: remove obsolete patches

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48190 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agox86: remove the rdc subtarget, it was broken for ages and nobody cared
nbd [Sun, 10 Jan 2016 17:19:46 +0000 (17:19 +0000)]
x86: remove the rdc subtarget, it was broken for ages and nobody cared

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48189 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agotools/cmake: update version to 3.4.1
nbd [Sun, 10 Jan 2016 17:19:40 +0000 (17:19 +0000)]
tools/cmake: update version to 3.4.1

Update cmake version to 3.4.1, released in Dec 2015.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48188 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoar71xx: fix ap152 support
nbd [Sun, 10 Jan 2016 17:19:34 +0000 (17:19 +0000)]
ar71xx: fix ap152 support

- ethernet gigabit pll
- switch configuration
- sysupgrade

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48187 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agohostapd: fix post v2.4 security issues
nbd [Sun, 10 Jan 2016 17:03:37 +0000 (17:03 +0000)]
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48185 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move b43legacy firmware to a separate package
nbd [Sun, 10 Jan 2016 16:37:01 +0000 (16:37 +0000)]
mac80211: move b43legacy firmware to a separate package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48184 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: remove linux-firmware download
nbd [Sun, 10 Jan 2016 16:36:54 +0000 (16:36 +0000)]
mac80211: remove linux-firmware download

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48183 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move broadcom firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:48 +0000 (16:36 +0000)]
mac80211: move broadcom firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48182 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move ti firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:40 +0000 (16:36 +0000)]
mac80211: move ti firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48181 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move mediatek/ralink firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:31 +0000 (16:36 +0000)]
mac80211: move mediatek/ralink firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48180 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move atheros/qca firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:25 +0000 (16:36 +0000)]
mac80211: move atheros/qca firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48179 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move marvell firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:17 +0000 (16:36 +0000)]
mac80211: move marvell firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48178 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move intel firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:08 +0000 (16:36 +0000)]
mac80211: move intel firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48177 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: move realtek firmware to the linux-firmware package
nbd [Sun, 10 Jan 2016 16:36:00 +0000 (16:36 +0000)]
mac80211: move realtek firmware to the linux-firmware package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48176 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolinux-firmware: add commented out BuildPackage section for metadata scanning
nbd [Sun, 10 Jan 2016 16:35:53 +0000 (16:35 +0000)]
linux-firmware: add commented out BuildPackage section for metadata scanning

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48175 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolinux-firmware: remove duplication in package metadata
nbd [Sun, 10 Jan 2016 16:35:46 +0000 (16:35 +0000)]
linux-firmware: remove duplication in package metadata

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48174 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolinux-firmware: move realtek firmware packages to realtek.mk
nbd [Sun, 10 Jan 2016 16:35:40 +0000 (16:35 +0000)]
linux-firmware: move realtek firmware packages to realtek.mk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48173 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolinux-firmware: update to the latest version, sync with subdir used by the mac80211...
nbd [Sun, 10 Jan 2016 16:35:31 +0000 (16:35 +0000)]
linux-firmware: update to the latest version, sync with subdir used by the mac80211 package

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48172 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: ignore the linux package in the sdk only for generating package data, not...
nbd [Sun, 10 Jan 2016 16:35:24 +0000 (16:35 +0000)]
build: ignore the linux package in the sdk only for generating package data, not for dependencies

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48171 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoscripts/metadata.pl: add support for ignoring source packages when generating metadata
nbd [Sun, 10 Jan 2016 16:35:16 +0000 (16:35 +0000)]
scripts/metadata.pl: add support for ignoring source packages when generating metadata

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48170 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoRevert "package/libs/libtool: rename to libltdl"
nbd [Sun, 10 Jan 2016 11:39:19 +0000 (11:39 +0000)]
Revert "package/libs/libtool: rename to libltdl"

This reverts commit r48149

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48169 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: brcmfmac: copy SDIO firmwares when CONFIG_BRCMFMAC_SDIO is selected
wigyori [Sat, 9 Jan 2016 16:46:42 +0000 (16:46 +0000)]
mac80211: brcmfmac: copy SDIO firmwares when CONFIG_BRCMFMAC_SDIO is selected

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48162 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agosunxi: initial 4.4 support
wigyori [Sat, 9 Jan 2016 16:20:39 +0000 (16:20 +0000)]
sunxi: initial 4.4 support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48161 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agosunxi: prep module support options for 4.4
wigyori [Sat, 9 Jan 2016 16:19:21 +0000 (16:19 +0000)]
sunxi: prep module support options for 4.4

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48160 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel/4.4: add missing config options
wigyori [Sat, 9 Jan 2016 15:42:06 +0000 (15:42 +0000)]
kernel/4.4: add missing config options

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48159 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: prevent host default LDFLAGS from leaking into packages
nbd [Fri, 8 Jan 2016 23:18:22 +0000 (23:18 +0000)]
build: prevent host default LDFLAGS from leaking into packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48158 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agotarget/sdk: do not include the target staging dir anymore, it is unnecessary now
nbd [Fri, 8 Jan 2016 23:18:18 +0000 (23:18 +0000)]
target/sdk: do not include the target staging dir anymore, it is unnecessary now

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48157 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agotarget/sdk: ship .ko files to allow rebuild of the base kmod-* packages
nbd [Fri, 8 Jan 2016 23:18:14 +0000 (23:18 +0000)]
target/sdk: ship .ko files to allow rebuild of the base kmod-* packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48156 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: do not allow the SDK to reconfigure built-in kernel modules
nbd [Fri, 8 Jan 2016 23:06:59 +0000 (23:06 +0000)]
build: do not allow the SDK to reconfigure built-in kernel modules

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48155 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agopackages: bump uboot-sunxi to 2016.01-rc3, along with H3 PSCI/SMP patches
wigyori [Fri, 8 Jan 2016 20:37:43 +0000 (20:37 +0000)]
packages: bump uboot-sunxi to 2016.01-rc3, along with H3 PSCI/SMP patches

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48154 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomwlwifi: update to 10.3.0.16-20160105 (adds DFS support)
kaloz [Fri, 8 Jan 2016 19:23:16 +0000 (19:23 +0000)]
mwlwifi: update to 10.3.0.16-20160105 (adds DFS support)

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48152 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agopackage/libs/zlib: new package zlib-dev
nbd [Thu, 7 Jan 2016 21:08:13 +0000 (21:08 +0000)]
package/libs/zlib: new package zlib-dev

The patch adds a new package zlib-dev. It contains all files needed for
compiling a program using the zlib library:

/usr/include/zconf.h
/usr/include/zlib.h
/usr/lib/libz.a
/usr/lib/pkgconfig/zlib.pc

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48151 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoopenvpn: added service_triggers() to init script
nbd [Thu, 7 Jan 2016 21:08:05 +0000 (21:08 +0000)]
openvpn: added service_triggers() to init script

Follow up of #21469
This patch enables autoreloading openvpn via procd.

Signed-off-by: Federico Capoano <nemesis@ninux.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48150 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agopackage/libs/libtool: rename to libltdl
nbd [Thu, 7 Jan 2016 21:08:00 +0000 (21:08 +0000)]
package/libs/libtool: rename to libltdl

Source package libtool is used to package libltdl.
Unfortunately binary libtoolize is missing.
Packaging libtoolize would depend on package file which is in the
packages feed.
Felix Fietkau suggested to rename source libtool to libltdl
and to create a new package libtool in packages.

This patch contains the renaming.

CC: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48149 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoperf: drop @!USE_UCLIBC from depends
nbd [Thu, 7 Jan 2016 21:07:48 +0000 (21:07 +0000)]
perf: drop @!USE_UCLIBC from depends

perf builds fine with uClibc too

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48148 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoramips: do not rely on $(BIN_DIR) installed files during image build (for ubnt-erx)
nbd [Wed, 6 Jan 2016 18:39:13 +0000 (18:39 +0000)]
ramips: do not rely on $(BIN_DIR) installed files during image build (for ubnt-erx)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48147 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agotargets: add kernel image dependencies on device tree files
nbd [Wed, 6 Jan 2016 18:39:06 +0000 (18:39 +0000)]
targets: add kernel image dependencies on device tree files

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48146 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: skip rebuild of kernel images if the source did not change
nbd [Wed, 6 Jan 2016 18:38:49 +0000 (18:38 +0000)]
build: skip rebuild of kernel images if the source did not change

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48145 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoramips: do not attempt to build ubnt-erx initramfs image if initramfs support is...
nbd [Wed, 6 Jan 2016 18:38:44 +0000 (18:38 +0000)]
ramips: do not attempt to build ubnt-erx initramfs image if initramfs support is disabled

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48144 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: suppress unnecessary kernel config rewrites to speed up build
nbd [Wed, 6 Jan 2016 18:37:42 +0000 (18:37 +0000)]
build: suppress unnecessary kernel config rewrites to speed up build

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48143 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoswconfig: add API for setting port link speed
rmilecki [Wed, 6 Jan 2016 18:32:21 +0000 (18:32 +0000)]
swconfig: add API for setting port link speed

Some switches can force link speed for a port. Let's add API that will
allow drivers to export this feature.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48142 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoswconfig: support sending SWITCH_TYPE_LINK to kernel
rmilecki [Wed, 6 Jan 2016 18:32:13 +0000 (18:32 +0000)]
swconfig: support sending SWITCH_TYPE_LINK to kernel

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48141 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoramips: fix duplicate /dts-v1/ line for WRTNODE2
nbd [Wed, 6 Jan 2016 00:04:14 +0000 (00:04 +0000)]
ramips: fix duplicate /dts-v1/ line for WRTNODE2

Signed-off-by: Noble Pepper <openwrtmail@noblepepper.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48138 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobzip2: only build the static library for the host, fixes build errors on mac os x
nbd [Tue, 5 Jan 2016 12:15:41 +0000 (12:15 +0000)]
bzip2: only build the static library for the host, fixes build errors on mac os x

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48135 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agosamba36: add three CVE patches from 2015-12-16
nbd [Tue, 5 Jan 2016 10:42:52 +0000 (10:42 +0000)]
samba36: add three CVE patches from 2015-12-16

This is a patch for CVE-2015-5252, CVE-2015-5296 and CVE-2015-5299. A
patchset for these vulnerabilities was published on 16th December 2015.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48133 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoConfigure IPv6 kernel options in config/Config-kernel.in
nbd [Mon, 4 Jan 2016 23:30:36 +0000 (23:30 +0000)]
Configure IPv6 kernel options in config/Config-kernel.in

Revision 46834 changed IPv6 support from a module to builtin. But
since the configuration of the IPv6 kernel options was left in
package/kernel/linux/modules/netsupport.mk, this means that an
empty kmod-ipv6 module was still being generated (not packaged).

This patch moves the configuration of the IPv6 kernel options to
config/Config-kernel.in to remove this last bit of the module.

Note that CONFIG_IPV6_PRIVACY was dropped (enabled by default
since Linux v3.13), so this option is no longer needed.

See https://github.com/torvalds/linux/commit/5d9efa7ee99eed58388f186c13cf2e2a87e9ceb4

Signed-off-by: Arjen de Korte <arjen+openwrt@de-korte.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48132 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoramips: set mips16 support
nbd [Mon, 4 Jan 2016 22:35:36 +0000 (22:35 +0000)]
ramips: set mips16 support

Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48131 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agosunxi: fix Lamobo R1 board detection
wigyori [Mon, 4 Jan 2016 15:53:36 +0000 (15:53 +0000)]
sunxi: fix Lamobo R1 board detection

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48130 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agorelayd: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:13:17 +0000 (15:13 +0000)]
relayd: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48129 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agofirewall: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:13:10 +0000 (15:13 +0000)]
firewall: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48128 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agouci: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:13:03 +0000 (15:13 +0000)]
uci: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48127 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoustream-ssl: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:53 +0000 (15:12 +0000)]
ustream-ssl: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48126 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agolibrpc: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:37 +0000 (15:12 +0000)]
librpc: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48125 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agouqmi: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:33 +0000 (15:12 +0000)]
uqmi: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48124 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agofstools: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:28 +0000 (15:12 +0000)]
fstools: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48123 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agouhttpd: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:21 +0000 (15:12 +0000)]
uhttpd: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48122 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agorpcd: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:16 +0000 (15:12 +0000)]
rpcd: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48121 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoubox: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:10 +0000 (15:12 +0000)]
ubox: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48120 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoprocd: move to git.openwrt.org
nbd [Mon, 4 Jan 2016 15:12:00 +0000 (15:12 +0000)]
procd: move to git.openwrt.org

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48119 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agopackages: use OPENWRT_GIT to point at the main openwrt git repo
nbd [Mon, 4 Jan 2016 15:11:49 +0000 (15:11 +0000)]
packages: use OPENWRT_GIT to point at the main openwrt git repo

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48118 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: add a variable pointing to the main openwrt git repositories (useful if we...
nbd [Mon, 4 Jan 2016 15:11:43 +0000 (15:11 +0000)]
build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48117 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoexport KERNEL_INITRAMFS_IMAGE
nbd [Mon, 4 Jan 2016 15:11:37 +0000 (15:11 +0000)]
export KERNEL_INITRAMFS_IMAGE

`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile`
references `$(KERNEL_INITRAMFS_IMAGE)`
which is not exported

Signed-off-by: YounJae Rho <luxflow@live.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48116 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoralink: add a few mt7688 fixes that got lost in the v4.3 bump
blogic [Mon, 4 Jan 2016 14:21:24 +0000 (14:21 +0000)]
ralink: add a few mt7688 fixes that got lost in the v4.3 bump

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48115 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoralink: update the usb phy driver to the version sent upstream
blogic [Mon, 4 Jan 2016 14:21:17 +0000 (14:21 +0000)]
ralink: update the usb phy driver to the version sent upstream

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48114 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoralink: fix USB compatible strings
blogic [Mon, 4 Jan 2016 14:21:11 +0000 (14:21 +0000)]
ralink: fix USB compatible strings

switch to the upstream compatible strings for ehci and ohci support.

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48113 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobcm53xx: fix USB patch breaking 4.4 compilation
rmilecki [Mon, 4 Jan 2016 12:28:46 +0000 (12:28 +0000)]
bcm53xx: fix USB patch breaking 4.4 compilation

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48112 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: update bcma by backporting 4.4 and 4.5 patches
rmilecki [Mon, 4 Jan 2016 12:22:24 +0000 (12:22 +0000)]
kernel: update bcma by backporting 4.4 and 4.5 patches

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48111 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: use directory name instead of PKG_NAME for staging files and package metadata
nbd [Mon, 4 Jan 2016 01:33:32 +0000 (01:33 +0000)]
build: use directory name instead of PKG_NAME for staging files and package metadata

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48110 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: add at803x fix for sgmii mode
nbd [Sun, 3 Jan 2016 23:13:16 +0000 (23:13 +0000)]
kernel: add at803x fix for sgmii mode

Some (possibly broken) bootloaders incorreclty initialize at8033
phy. This patch enables sgmii autonegotiation mode.

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48109 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agokernel: move at803x phy patch to generic
nbd [Sun, 3 Jan 2016 23:13:11 +0000 (23:13 +0000)]
kernel: move at803x phy patch to generic

Signed-off-by: Roman Yeryomin <roman@advem.lv>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48108 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: filter out relative directory entries from $PATH
nbd [Sun, 3 Jan 2016 23:13:03 +0000 (23:13 +0000)]
build: filter out relative directory entries from $PATH

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48107 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agoimage.mk: use new pure make functions for sanitizing image filenames
nbd [Sun, 3 Jan 2016 20:58:02 +0000 (20:58 +0000)]
image.mk: use new pure make functions for sanitizing image filenames

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48106 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agobuild: add pure make tolower/toupper funtions that do not require shell calls
nbd [Sun, 3 Jan 2016 20:57:53 +0000 (20:57 +0000)]
build: add pure make tolower/toupper funtions that do not require shell calls

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48105 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: add rtl8xxxu
nbd [Sun, 3 Jan 2016 20:57:38 +0000 (20:57 +0000)]
mac80211: add rtl8xxxu

OpenWrt is often used to develop or test new devices
Some users might want to test and help to improve
this new driver

upstream commit notice 26f1fad29ad973b0fb26a9ca3dcb2a73dde781aa

New driver: rtl8xxxu (mac80211)
This is an alternate driver for a number of Realtek WiFi USB devices,
including RTL8723AU, RTL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU.
It was written from scratch utilizing the Linux mac80211 stack.

After spending months cleaning up the vendor provided rtl8723au
driver, which comes with it's own 802.11 stack included, I decided to
rewrite this driver from the bottom up.

Many thanks to Johannes Berg for 802.11 insights and help and Larry
Finger for help with the vendor driver.

The full git log for the development of this driver can be found here:
git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git
    branch rtl8723au-mac80211

This driver is still under development, but has proven to be very
stable for me. It currently supports station mode only. It has support
for OFDM and CCK rates. It does lack certain features found in the
staging driver, such as power management, AMPDU, and 40MHz channel
support. In addition it does not support AD-HOC, AP, and monitor mode
support at this point.

The driver is known to work with the following devices:
Lenovo Yoga (rtl8723au)
TP-Link TL-WN823N (rtl8192cu)
Etekcity 6R (rtl8188cu)
Daffodil LAN03 (rtl8188cu)
Alfa AWUS036NHR (rtl8188ru)

Compile tested only

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48104 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: iwlwifi: update firmware to ucode -16 version
nbd [Sun, 3 Jan 2016 20:57:31 +0000 (20:57 +0000)]
mac80211: iwlwifi: update firmware to ucode -16 version

We don't use Kernel drivers but ucode -16 is
usable on Kernel 4.3+ - with backports and mac80211
this should work on older Kernel versions too.

Intel does not provide a changelog.

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48103 3c298f89-4303-0410-b956-a3cf2f4a3e73

8 years agomac80211: mt7601u use linux-firmware
nbd [Sun, 3 Jan 2016 20:57:23 +0000 (20:57 +0000)]
mac80211: mt7601u use linux-firmware

upstream added mt7601u firmware with commit
9df5430a3c1bf4fa92d9198b6d7d8713408ff6bc Add firmware for mt7601u. version 34

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48102 3c298f89-4303-0410-b956-a3cf2f4a3e73