aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ebtables: fix segmentation fault due to uninitialized extension dataJo-Philipp Wich2016-07-072-1/+250
| | | | | | | | | | | | | | | | | | | The ebtables code relies on the `-nostartfiles` linker argument to execute the extension modules' `_init()` functions automatically which is not working reliably across all supported targets and gcc versions. Running an ebtables executable linked this way just crashes with a segmentation fault at runtime on program startup, e.g. on ARM architectures. In order to fix the issue ... - remove the use of the -nostartfiles linker flag - rename the init procedures to a generic name without implicit semantics - explicitely annotate those init procedures as constructors The patch has been taken from the Alpine Linux distribution at http://git.alpinelinux.org/cgit/aports/tree/main/ebtables/fix-extension-init.patch Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* package/kernel: Enable XATTR by defaultDaniel Dickinson2016-07-071-1/+3
| | | | | | | | OpenWrt enables XATTR support pretty much universally, therefore for filesystems that a loaded as modules also enable XATTR support so that there are no unexpected missing capabilities. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* odhcp6c: Upstep to latest versionHans Dedecker2016-07-071-2/+2
| | | | | | | | | Following fixes are included in the latest version: -Script is launched with incorrect action -Possible buffer overflows -Lots of minor bugfixes Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* packages: make virtio-pci actually depend on PCI_SUPPORTZoltan HERPAI2016-07-061-0/+1
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* packages: add kernel version dependency for bmp085 moduleZoltan HERPAI2016-07-061-1/+1
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* swconfig: improve failure reportingJo-Philipp Wich2016-07-042-7/+7
| | | | | | Report the translated error to the user if a get/set netlink operation failed. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuitesJo-Philipp Wich2016-07-042-11/+1
| | | | | | | | | | | Recent versions of Chrome require this ciphers to successfully handshake with a TLS enabled uhttpd server using the ustream-polarssl backend. If `CONFIG_GCM` is disabled, `ssl_ciphersuite_from_id()` will return `NULL` when cipher `0x9d` is looked up, causing the calling `ssl_ciphersuite_match()` to fail with `POLARSSL_ERR_SSL_INTERNAL_ERROR`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* strace: add option for enabling stack trace supportYousong Zhou2016-07-041-1/+10
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* mvebu: enable core drivers in the kernel config instead of packaging themFelix Fietkau2016-07-045-72/+6
| | | | | | Simplify profile package selection Signed-off-by: Felix Fietkau <nbd@nbd.name>
* linux-firmware: fix md5sumHauke Mehrtens2016-07-041-1/+1
| | | | | | | | The copy on the mirror has a different md5sum as specified in this package Makefile. The content of the file on the mirror is the same as in the checkout so just update our md5sum. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* rtl8192su-firmware: move firmware to own packageHauke Mehrtens2016-07-042-17/+8
| | | | | | | Instead of downloading the firmware from some website take it from linux-firmware package and do not download it separately any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* rtl8192se-firmware: fix package buildHauke Mehrtens2016-07-041-1/+1
| | | | | | | The package did not pack the firmware because of a problem which looks like a copy and past error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* mt76: update to the latest version, fixes a SMPS handling issueFelix Fietkau2016-07-041-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mt76: update to latest version, adds survey support for mt76x2Felix Fietkau2016-07-041-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mt76: update to the latest version, fixes a monitor mode injection crashFelix Fietkau2016-07-041-2/+2
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* packages: fix bmp085-spi typoZoltan HERPAI2016-07-041-1/+1
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* packages: add virtio-pci and virtio-mmio packages, fix 9pnet dependenciesZoltan HERPAI2016-07-042-1/+37
| | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* modules: add BMP085 pressure sensorDirk Neukirchen2016-07-011-0/+48
| | | | | | | | | | | | | | | add BMP085 and BMP180 pressure sensors this driver supports the SPI and I2C and older chips (BMP280 is supported by iio subsystem) issue found when cleaning up omap/config found while writing this patch that a similar patch was submitted in June/July 2014 but not integrated only compile tested Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* kernel/spi: add kernel package for spi-omap-24xxAlexander Couzens2016-06-301-0/+17
| | | | | | spi-omap-24xx can be found in TI based SoC like the beaglebone black Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* kernel: add random-omap rng for omapAlexander Couzens2016-06-301-0/+15
| | | | | | | | Kernel module for the OMAP Random Number Generator found on OMAP16xx, OMAP2/3/4/5 and AM33xx/AM43xx multimedia processors. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* modules: add missing module to ipsec descriptionDirk Neukirchen2016-06-301-0/+1
| | | | Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* libnetfilter_queue: fix checksum computationAlin Nastac2016-06-271-0/+113
| | | | | | | | | | | There are 2 issues fixed by this patch: - UDP checksum is computed incorrectly, the used pseudo IP header contains transport protocol 6 iso 17 - on big endian arches the UDP/TCP checksum is incorrectly computed when payload length is odd Signed-off-by: Alin Nastac <alin.nastac@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mtd: support -c (datasize) option for fixseama commandRafał Miłecki2016-06-273-7/+9
| | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* oseama: support extracting entityRafał Miłecki2016-06-271-0/+134
| | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* x86: generalize partition discovery for sysupgradeJo-Philipp Wich2016-06-251-1/+1
| | | | | | | | | | | | | | | Generalize the partition discovery in sysupgrade in order to fix sysupgrade and config backup/recovery on MMC block devices which use a different naming scheme compared to mtdblock or sd* devices. The change also adds the find applet to the ramdisk utilities so that upgrade code can rely on it. The commit is based on the initial submission by Russell Senior at http://patchwork.ozlabs.org/patch/625440/ . Signed-off-by: Russell Senior <russell@personaltelco.net> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* kernel: Build it87 hardware monitor moduleDaniel Dickinson2016-06-251-0/+14
| | | | | | | | Add packaging of it87 hardware monitor kernel module. It is a common thermal and voltage monitor that is in many x86 (at least) devices, and is just another i2c hwmon module. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* x86/xen_domu: enable xen drivers in the kernel config instead of packaging ↵Felix Fietkau2016-06-251-123/+0
| | | | | | them as modules Signed-off-by: Felix Fietkau <nbd@nbd.name>
* x86: remove the kvm_guest subtargetFelix Fietkau2016-06-251-48/+0
| | | | | | | 32-bit only hardware that supports kvm is very rare. It's not worth keeping a separate subtarget for this. Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Merge pull request #12 from wigyori/masterZoltan Herpai2016-06-2446-387/+862
|\ | | | | update oxnas target, update ipq806x target, create trunk tag and update revisioning accordingly
| * lantiq: ltq-atm: fix xrx200 dependsMathias Kresin2016-06-241-1/+1
| | | | | | | | Signed-off-by: Mathias Kresin <dev@kresin.me>
| * package/lantiq: make lantiq kernel modules work with xway_legacyJohn Crispin2016-06-246-25/+26
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
| * uboot-envtools: add config for WBMR300 (lantiq)Felix Fietkau2016-06-241-0/+5
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * uboot-lantiq: get rid of bogus profile dependenciesFelix Fietkau2016-06-241-43/+43
| | | | | | | | | | | | Turn them into subtarget dependencies instead Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * 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>