aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* uboot-lantiq: vrx200 - lzma compress gphy firmwareMathias Kresin2016-06-242-18/+29
| | | | | | | | | | | | The default bootloader partition of some devices is to small for an u-boot with uncompressed gphy firmware(s). Instead of increasing the bootloader partition size, in compare to the stock firmware, compress the firmware. This would allow the bootloader of at least the FritzBox 3370 as well as the bootloader of the VGV7510KW22 to fit into the bootloader partition of the stock firmware. Signed-off-by: Mathias Kresin <dev@kresin.me>
* uboot-lantiq: vrx200 - add support for dual nor flashMathias Kresin2016-06-242-12/+30
| | | | | | | | Based on a submission to the uboot-lantiq repo by Eddi De Pieri. Devices like the xrx200 Arcadyan VGV7519 are using two NOR flash chips. Signed-off-by: Mathias Kresin <dev@kresin.me>
* uboot-lantiq: VGV7510KW22 - cleanup board configMathias Kresin2016-06-241-60/+3
| | | | | | | | | | | | | | According to the author, all SPI related configs are copy & paste leftovers. Which makes sense since nothing is connected to the SPI bus on this device. The NOR SPL isn't required for this board, since the NOR is directly memory mapped. Allow to overwrite the env in ram while using brn variant. Do not set the power GPIO pin twice. Signed-off-by: Mathias Kresin <dev@kresin.me>
* lantiq: Reduce ugliness of ugly hackDaniel Gimpelevich2016-06-241-14/+4
| | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* lantiq: fix segfault inside ltq-adsl-appDaniel Gimpelevich2016-06-241-0/+65
| | | | Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* uboot-lantiq: Add Arcadyan VGV7519 supportMathias Kresin2016-06-242-1/+309
| | | | | | | | | | | | | | | | Based on a submission to the uboot-lantiq repo by Eddi De Pieri. Major cleanup and addition of brnboot second stage u-boot was done by me. The second stage brnboot u-boot is untested, since the brnboot prompt is secured by a still unknown password. But should work. The former ram values are replaced with the ram values extracted from the original brnboot. The old ones didn't worked with the ramboot image. Signed-off-by: Mathias Kresin <dev@kresin.me>
* uboot-lantiq: ARV752DPW - use correct switch driverZoltan HERPAI2016-06-241-1/+1
| | | | | | There is no RTL8206 switch driver. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* uboot-lantiq: VGV7510KW22 - use ddr ram params from brnbootZoltan HERPAI2016-06-241-4/+4
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* hostapd: fix breakage with non-nl80211 driversFelix Fietkau2016-06-242-15/+18
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* hostapd: fix compilation error in wext backendJo-Philipp Wich2016-06-241-0/+10
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* hostapd: implement fallback for incomplete survey dataFelix Fietkau2016-06-241-0/+45
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* hostapd: update to version 2016-06-15Felix Fietkau2016-06-2423-115/+115
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* hostapd: Update to version 2016-05-05Michal Hrusecky2016-06-248-103/+180
| | | | | | Fixes CVE-2016-4476 and few possible memory leaks. Signed-off-by: Michal Hrusecky <Michal.Hrusecky@nic.cz>
* e2fsprogs: Bump to v1.43.1Graham Fairweather2016-06-241-2/+2
| | | | Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* ramips: add initial support for SamKnows SK-WB8Andrew Yong2016-06-241-1/+2
| | | | Signed-off-by: Andrew Yong <me@ndoo.sg>
* ipq806x: update bombZoltan HERPAI2016-06-233-0/+31
| | | | | | | | | | | | | | | | | ipq806x: Add support for linux-4.4 ipq806x: Add Archer C2600 to image/Makefile ipq806x/base-files: Add Archer C2600 LEDs and board ipq806x/base-files: Add support for Archer C2600 ipq806x/base-files: extract ath10k caldata ipq806x/dts: Add Archer C2600 DTS ipq806x: enable PM support ipq806x: add a default profile ipq806x: add diag.sh script ipq806x: qcom rpm fix support for smb208 mtd: add linksys_bootcount for ipq806x uboot-envtools: add ipq806x support Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* oxnas: move target-specific modules into target's modules.mkDaniel Golle2016-06-232-33/+0
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* brcm2708: update bombZoltan HERPAI2016-06-231-1/+11
| | | | | | | | | | | | | brcm2708: fix missing dependency found by buildbot Add missing dependency to kmod-sound-soc-adau1977-adc. brcm2708: fix another missing kmod dependency kmod-sound-soc-digidac1-soundcard is also missing snd-soc-wm8804 dependency for snd-soc-wm8804-i2c brcm2708: fix brcm2708-gpu-fw Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* Merge branch 'master' of https://github.com/wigyori/openwrtZoltan HERPAI2016-06-22154-9989/+1377
|\
| * mac80211: remove unneeded patch with updated mac80211Zoltan HERPAI2016-06-221-39/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * mac80211: add missing config symbols to PKG_CONFIG_DEPENDSFelix Fietkau2016-06-221-0/+6
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mac80211: fix unaligned accesses in the tx pathFelix Fietkau2016-06-221-0/+25
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mac80211: fix a module build/dependency issue that was breaking lib80211Felix Fietkau2016-06-221-0/+11
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * iw: refresh patchesFelix Fietkau2016-06-224-25/+11
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mac80211: update to wireless-testing 2016-05-12Felix Fietkau2016-06-22142-9913/+1184
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mt76: fix rebuild on CONFIG_PACKAGE_MAC80211_MESH changesFelix Fietkau2016-06-221-0/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mt76: update to the latest versionFelix Fietkau2016-06-222-14/+3
| | | | | | | | | | | | Fixes a tx locking error and adds a pci id Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel/mac80211: skip ath10k OTP check if caldata foundAsh Benz2016-06-221-0/+42
| | | | | | | | Signed-off-by: Ash Benz <ash.benz@bk.ru>
| * ath10k-ct: Update to latest 10.4.3 CT firmware for 9980 chipsets.package/Ben Greear2016-06-221-2/+2
| | | | | | | | | | | | This works around regressions added in the 4.7 kernel. Signed-off-by: Ben Greear <greearb@candelatech.com>
| * ath10k-firmware: add QCA9984 firmwarePavel Kubelun2016-06-221-1/+17
| | | | | | | | Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
| * ath10k: support CT firmware choices.Ben Greear2016-06-221-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows one to select CT firmware for ath10k if one prefers to try this firmware instead of stock ath10k firmware. The 10.1 (988X) firmware can actually be installed beside the default firmware, but it will not be used as long as the firmware-5.bin file exists. Users could rename the files and reboot to use different images. The 99X0 (wave-2) firmware uses the same firmware-5.bin name as default firmware, so it cannot be installed at the same time as default firmware. Signed-off-by: Ben Greear <greearb@candelatech.com>
| * ar71xx: update bombZoltan HERPAI2016-06-222-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ar71xx: split tp-link image building code into a separate file ar71xx: split legacy image building code into a separate file ar71xx: split ubnt image building code into a separate file ar71xx: move generic device image definitions to a separate file ar71xx: move nand device image definitions to a separate file ar71xx: Add support for initramfs images for OpenMesh devices ar71xx: Generate sysupgrade images for OpenMesh devices ar71xx: Move OpenMesh image target validation into subfunction ar71xx: Allow OpenMesh CE images with more than 3 files ar71xx: add kernel support for the OpenMesh OM2P-HSv3 ar71xx: add user-space support for the OpenMesh OM2P-HSv3 ar71xx: enable sysupgrade for the OpenMesh OM2P-HSv3 package/om-watchdog: add OpenMesh OM2P-HSv3 support package/uboot-envtools: add OpenMesh OM2P-HSv3 support ar71xx: add OM2P-HSv3 to the OM2P profile ar71xx: add kernel support for the OpenMesh MR1750v2 ar71xx: add user-space support for the OpenMesh MR1750v2 ar71xx: enable sysupgrade for the OpenMesh MR1750v2 package/om-watchdog: add OpenMesh MR1750v2 support package/uboot-envtools: add OpenMesh MR1750v2 support ar71xx: extract ath10k wifi board.bin for the OpenMesh MR1750v2 board ar71xx: add MR1750v2 to the MR1750 profile ar71xx/cpe510: split profile into 2 profiles cpe210 and cpe510 ar71xx/cpe510: use second wifi calibration table ar71xx: add GPIO pin for usb power switch for RouterBOARD 912 ar71xx: switch ordering and template to improve readability ar71xx: Fix TL-WR841N v11 LEDs, use separate machine Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | brcm2708-gpu-fw: update to latest version, backport changesZoltan HERPAI2016-06-221-8/+54
|/ | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* package: ath10k-firmware: fix board-2.bin download URLZoltan HERPAI2016-06-211-1/+1
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* usbutils: Use github aliasDaniel Engberg2016-06-211-1/+1
| | | | | | Instead of hardcoding URL to Github use alias. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* mdns: update to latest git HEADJohn Crispin2016-06-211-1/+1
| | | | | | * fixes loopback handling Signed-off-by: John Crispin <john@phrozen.org>
* libusb: disable parallel buildingJo-Philipp Wich2016-06-211-1/+1
| | | | | | | The libusb package is not parallel build save, a make -j16 reliably breaks it. Forcibly disable parallel building. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* busybox: fix issues with the ip command on mips64Felix Fietkau2016-06-211-0/+75
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* package: flag further target specific packages as nonsharedJo-Philipp Wich2016-06-2112-0/+22
| | | | | | | | | | Add nonshared flag to package depending on specific targets or subtargets as there's no guarantee otherwise that they'll be available in the shared repo. [Edit: files modified in previous commit were removed from the list.] Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* package: mark nvram and otrx nonshared as they're target specificJo-Philipp Wich2016-06-212-0/+2
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* openvpn: update to 2.3.11Magnus Kroken2016-06-213-4/+25
| | | | | | | | | | Security fixes: * Fixed port-share bug with DoS potential * Fix buffer overflow by user supplied data Full changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.11 Signed-off-by: Magnus Kroken <mkroken@gmail.com>
* openvpn: add support for tls-version-minMatteo Panella2016-06-212-2/+2
| | | | | | | | | | | | | Currently, the uci data model does not provide support for specifying the minimum TLS version supported in an OpenVPN instance (be it server or client). This patch adds support for writing the relevant option to the openvpn configuration file at service startup. Signed-off-by: Matteo Panella <morpheus@level28.org> [Jo-Philipp Wich: shorten commit title, bump pkg release] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* openvpn: remove unrecognized optionDirk Neukirchen2016-06-211-1/+0
| | | | | | | | removed upstream in https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f now its always on Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* iperf: Drop single-threaded variantBert Vermeulen2016-06-212-50/+4
| | | | Signed-off-by: Bert Vermeulen <bert@biot.com>
* iperf: Upgrade to version 2.0.8Bert Vermeulen2016-06-212-104/+5
| | | | | | | | | | | | | | The original iperf package is unmaintained. This switches to the "iperf2" project on sourceforge, a fork that started where the previous iperf left off. Version 2.0.8 fixes the issue that patch 002 handled, so that can be dropped. Due to a faulty check in configure.ac, this version needs _GNU_SOURCE defined to build properly against musl. Various other obsolete build options were also removed. Signed-off-by: Bert Vermeulen <bert@biot.com>
* cyassl/wolfssl: fix commitZoltan HERPAI2016-06-211-19/+0
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* cyassl/wolfssl: update to 3.9.0Dirk Neukirchen2016-06-213-6/+23
| | | | | | | | | | | | | | | | | | | | | wolfssl has a fine grained feature and compatibility control for compiling stunnel, lighthttp or (partly) openssl dropin ustream-ssl uses features that require normally HAVE_SNI, HAVE_STUNNEL and the openssl compatibility headers ar71xx ipkg sizes of wolfssl 3.9.0: - with stunnel: 144022 - this patch (w.o. stunnel): 131712 - without openssl(extra): 111104 - w.o openssl/sni:108515 - w.o openssl/sni/ecc: 93954 so patch 300 saves around 12k compressed ipkg size v2: keep & rename patch 300 for clarity, fixes ustream-ssl/cyassl that broke with v1 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* nettle: update to 3.2Syrone Wong2016-06-211-2/+2
| | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* dnsmasq: update to dnsmasq v2.76Kevin Darbyshire-Bryant2016-06-214-10/+28
| | | | | | | Update to dnsmasq2.76. Refresh patches. Add new patch to fix musl 'poll.h' location warning. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* curl: update to 7.49Dirk Neukirchen2016-06-214-40/+14
| | | | | | | | | | | | | | | | fixes: CVE-2016-3739: TLS certificate check bypass with mbedTLS/PolarSSL - remove crypto auth compile fix curl changelog of 7.46 states its fixed - fix mbedtls and cyassl usability #19621 : add path to certificate file (from Mozilla via curl) and provide this in a new package tested on ar71xx w. curl/mbedtls/wolfssl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>