aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | Merge pull request #11 from wigyori/masterLuka Perkov2016-06-23209-10364/+2497
|\| | | | | pull req for 4.4.12, ar71xx/mediatek updates, package upgrades
| * 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>