aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | zynq: add xilinx devcfg char driver supportMike Qin2016-07-272-0/+2232
|/ / | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
* | Merge pull request #38 from qinfengling/orangepi2Zoltan Herpai2016-07-256-151/+604
|\ \ | | | | | | sunxi: add support for Orange Pi 2 (H3)
| * | sunxi: add support for Orange Pi 2 (H3)Mike Qin2016-07-213-0/+324
| | | | | | | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
| * | packages: uboot-sunxi: add support for Orange Pi 2Mike Qin2016-07-213-151/+280
| | | | | | | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
* | | Merge pull request #39 from qinfengling/zedboardZoltan Herpai2016-07-254-0/+238
|\ \ \ | |/ / |/| | zynq: add usb support for Zedboard
| * | zynq: add usb support for ZedboardMike Qin2016-07-224-0/+238
|/ / | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
* | Merge pull request #37 from wigyori/masterZoltan Herpai2016-07-2151-638/+958
|\| | | | | Pull req for mwlwifi, archs38, bcm53xx and core package updates
| * ubox: update to the latest version, fixes lsmod outputFelix Fietkau2016-07-211-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ubox: update to latest git HEADJohn Crispin2016-07-211-2/+2
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
| * ubox: update to latest git HEADJohn Crispin2016-07-211-2/+4
| | | | | | | | | | | | this adds the new getrandom wrapper tool Signed-off-by: John Crispin <john@phrozen.org>
| * Increase the default system log buffer sizeHannu Nyman2016-07-212-2/+2
| | | | | | | | | | | | | | from 16 kB (default both in logd source and in the startup script) to 64 kB by adjusting the default value in startup script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * bcm53xx: image: don't suppress "mv" command echoingRafał Miłecki2016-07-211-1/+1
| | | | | | | | | | | | | | | | We call all commands normally, with standard echoing. It's useful for debugging with V=s. Don't make lzma compression an exception, it's a bit confusing this way. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * bcm53xx: simplify image building codeFelix Fietkau2016-07-202-38/+15
| | | | | | | | | | | | Use append-ubi template for ubinize, remove mkfs override Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * bcm53xx: remove duplicate template data from the image makefileFelix Fietkau2016-07-201-8/+0
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * bcm53xx: fix kernel config after USB2 PHY driver backportFelix Fietkau2016-07-201-4/+5
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * bcm53xx: use upstream fix simplifying USB power GPIO usageRafał Miłecki2016-07-203-27/+37
| | | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * bcm53xx: backport driver for Northstar's USB 2.0 PHYRafał Miłecki2016-07-202-0/+302
| | | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * bcm53xx: backport BCM5301x patches from 2016-07-06Rafał Miłecki2016-07-207-46/+287
| | | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * bcm53xx: calculate Seama MD5 using content of kernel partitionRafał Miłecki2016-07-201-1/+1
| | | | | | | | | | | | | | We don't want checksum to cover any part of UBI as even its part with SquashFS may be changed due to e.g. flash wearing. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * Revert "bcm53xx: use uncompressed zImages"Zoltan HERPAI2016-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit eab2b26fc4a6263025b3e82870232b0d5bfbc8a3. CFE is known to fail in some non-standard cases, e.g. when using kernel or format different that what was tested by Broadcom. This kernel change triggered some problem with booting OpenWrt kernel stored in Seama. As long as Seama checksum was covering enough data, it was working fine. We need to change it however, because calculating MD5 over part of UBI containing SquashFS is unsafe. UBI may move PEBs depending on flash wearing level which would break CFE booting the image. For some reason this kernel change was breaking CFE. Calculating MD5 over 0x47ffc0 B data or less (there is 0x40 B long header) was stopping booting process at: Starting program at 0x00008000 As our kernel is usually 0x3fffc0 B it was affected by this problem. Reverting this change fixes sysupgrade (which already uses kernel size for MD5 calculation) and will allow us to adjust "fixseama" command call on the first boot. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * netifd: update to the latest versionFelix Fietkau2016-07-201-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * netifd: quote vendorid and hostname variables in dhcp scriptHans Dedecker2016-07-201-2/+2
| | | | | | | | | | | | | | Quote hostname and vendorid variables in dhcp script so they can hold strings having white spaces Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * netifd: Remove hardcoded DHCP release optionHans Dedecker2016-07-201-1/+1
| | | | | | | | | | | | | | Remove the udhcpc -R release option as sending a DHCP release is configurable via the uci option release. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * strace: update to version 1.12Hauke Mehrtens2016-07-201-3/+3
| | | | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * toolchain/binutils: add 2.26.1Syrone Wong2016-07-207-0/+110
| | | | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fixes/cleanup]
| * tools/isl: bump to 0.17.1Syrone Wong2016-07-201-2/+2
| | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
| * mbedtls: fix missing mbedtls_time_t bug in mbedtls 2.3.0Hauke Mehrtens2016-07-202-1/+22
| | | | | | | | | | | | | | This backports a commit from mbedtls current git which adds missing include for platform.h. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * mbedtls: update to version 2.3.0Hauke Mehrtens2016-07-202-33/+24
| | | | | | | | | | | | | | This fixes 3 minor security problems. SSLv3 is deactivated by default now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * polarssl: update to version 1.3.17Hauke Mehrtens2016-07-202-16/+4
| | | | | | | | | | | | | | This fixes 3 minor security problems. SSLv3 is deactivated by default now. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * tools: padjffs2: add option to output padding data to stdoutYousong Zhou2016-07-201-4/+16
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * linux/archs38: Add wireless AP capabilities similarly to axs101Alexey Brodkin2016-07-202-2/+2
| | | | | | | | | | | | | | Now when ath9k-htc USB dongle works with axs103 in OHCI mode quite fine adding corresponding features to default configuration. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
| * linux/archs38: Disable USB 2.0Alexey Brodkin2016-07-202-2/+2
| | | | | | | | | | | | | | | | | | As of today USB 2.0 (AKA EHCI) doesn't work on axs103 board and so there's no reason to build corresponding software for it. Once USB 2.0 gets fixed on axs103 thi patch might be reverted. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
| * iftop: fix mac address displayKevin Darbyshire-Bryant2016-07-202-1/+68
| | | | | | | | | | | | | | iftop would display portions of mac address with large ffffff prefixes. Make if_hw_addr type consistent. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * igmpproxy: logging options - make work & improveKevin Darbyshire-Bryant2016-07-203-18/+9
| | | | | | | | | | | | | | | | | | | | Move logging command line option to uci: option verbose [0]/1/2 - mono-syllabic/verbose/noisy Previously handled as 'OPTIONS' in .init script however variable was ignored so never worked. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * mwlwifi: Update to latest versionGabe Rodriguez2016-07-205-456/+2
| | | | | | | | Signed-off-by: Gabe Rodriguez <lifehacksback@gmail.com>
| * mwlwifi: remove the a-mpdu failure messages entirely instead of hiding them ↵Felix Fietkau2016-07-201-6/+4
| | | | | | | | | | | | in the debug log Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mwlwifi: fix excessive logspam if starting a BA session failsFelix Fietkau2016-07-201-0/+24
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mwlwifi: fix excessive use of busy-waiting that was tripping up the flash driverFelix Fietkau2016-07-201-0/+73
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mwlwifi: update to 10.3.0.17-20160520-1Felix Fietkau2016-07-202-7/+7
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * valgrind: update to the latest version, fix build issues on ARMFelix Fietkau2016-07-206-62/+38
|/ | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Merge pull request #36 from wigyori/masterZoltan Herpai2016-07-205-63/+117
|\ | | | | refresh uboot-lantiq patches, update prism54 packaging
| * prism54-firmware: change prism54/p54-firmware package versioningChristian Lamparter2016-07-201-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | There are multiple prism54/p54 firmware versions for different drivers and devices. Therefore, assigning the package version of all the different firmware packages on the old prism54 firmware could break if any of the p54 firmwares are updated and we need to roll out new packages. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [removed PKG_VERSION] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * prism54-firmware: add also other p54 firmware to own packageHauke Mehrtens2016-07-202-47/+74
| | | | | | | | | | | | Extract the other p54 firmware files into the prism54-firmware package. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
| * firmware: extract prism54-firmware into own packageHauke Mehrtens2016-07-202-16/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Instead of downloading the firmware for prism54 devices in the wireless.mk do it in an extra package Makefile. To ship the complete source code Intel ships our modified OpenWrt/LEDE + the content of the dl directory. We do not want to have any files in the dl/ directory which are not needed to build our images. The prism54 gets downloaded every time independently of building kmod-net-prism54 or not. When it is in a own package it only gets downloaded when the firmware package is selected. Signed-off-by: Hauke Mehrtens <hauke.mehrtens@intel.com>
| * packages: uboot-lantiq: refresh patches to account for easybox904Zoltan HERPAI2016-07-202-2/+2
|/ | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* Merge pull request #33 from wigyori/masterZoltan Herpai2016-07-161-2/+2
|\ | | | | brcm2708: fix SUBTARGET checks for bcm2709/bcm2710
| * brcm2708: fix SUBTARGET checks for bcm2709/bcm2710Álvaro Fernández Rojas2016-07-151-2/+2
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #31 from qinfengling/zedboardZoltan Herpai2016-07-1511-8/+102
|\ \ | | | | | | zynq: add sdcard image generation support
| * | packages: uboot-zynq: use dtc in kernelMike Qin2016-07-152-1/+15
| | | | | | | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
| * | zynq: add sdcard image generation support when board profile is selectedMike Qin2016-07-159-4/+84
| | | | | | | | | | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>