aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * ncurses: install a dummy libtinfo.a for packages that try to link itnbd2016-08-271-0/+1
|/ | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Merge pull request #72 from szogi/masterZoltan Herpai2016-08-246-3747/+72
|\ | | | | musl: update musl to version 1.1.15, remove sh3 workaround
| * musl: update musl to version 1.1.15Hauke Mehrtens2016-08-246-3741/+72
| | | | | | | | | | | | | | The removed patch is already integrated in upstream musl. Add one additional patch which fixes a regression on mips. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * musl: remove sh3 workaroundHauke Mehrtens2016-08-241-6/+0
|/ | | | | | The GCC bug 67260 is fixed upstream now, remove this workaround. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #69 from wigyori/masterZoltan Herpai2016-08-2438-160/+125
|\ | | | | Bump legacy 3.18 and 4.1 kernels to latest
| * kernel: bump 3.18 to 3.18.39Zoltan HERPAI2016-08-2318-64/+55
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: bump 4.1 to 4.1.30Zoltan HERPAI2016-08-1921-96/+70
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #70 from mar-kolya/fix-Ubiquiti-EdgeRouter-buildZoltan Herpai2016-08-241-1/+1
|\ \ | | | | | | Enable nand for mt7621
| * | Enable nand for mt7621Nikolay Martynov2016-08-231-1/+1
|/ / | | | | | | | | | | Ubiquiti ERX is an mt7621 based nand device, so enable nand packages for mt7621 boards Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
* | ipq806x: squash dts makefile patches into oneRoman Yeryomin2016-08-222-11/+2
| | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | Merge pull request #64 from alexgrin/masterRoman2016-08-228-1/+382
|\ \ | | | | | | ipq806x: Build image for Netgear Nighthawk X4 7500v2
| * | ipq806x: Build image for Netgear Nighthawk X4 7500v2Alexis Green2016-08-198-1/+382
| | | | | | | | | | | | Signed-off-by: Alexis Green <alexis@cessp.it>
* | | ipq806x: fix r7800 dts name in image makefileRoman Yeryomin2016-08-221-1/+1
| | | | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | | Merge pull request #67 from yeryomin/geminiRoman2016-08-2224-0/+6220
|\ \ \ | | | | | | | | gemini: add 4.4 support
| * | | gemini: add 4.4 supportRoman Yeryomin2016-08-2224-0/+6220
| | | | | | | | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | | | Merge pull request #60 from yeryomin/ipq806xRoman2016-08-229-3/+515
|\ \ \ \ | |_|/ / |/| | | full Netgear Nighthawk R7800 support
| * | | ipq806x: forgotten r7800 dts rename in patchRoman Yeryomin2016-08-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * | | ath10k-firmware: fix QCA9984 board file loadingRoman Yeryomin2016-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | It's not clear if the error is in file naming in firmware repository or in the driver, so fix it here for now. Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * | | mac80211: add QCA9984 related patches and fixesRoman Yeryomin2016-08-195-0/+511
| | | | | | | | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * | | ipq806x: fix ipq8065 s2a/s2b regulator frequency (fixes ethernet performance)Roman Yeryomin2016-08-191-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
| * | | ipq806x: Netgear R7800 is ipq8065, rename dtsRoman Yeryomin2016-08-191-0/+0
| |/ / | | | | | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv>
* | | Merge pull request #62 from teknoraver/squashkoZoltan Herpai2016-08-191-0/+16
|\ \ \ | | | | | | | | kernel: add kmod-squashfs
| * | | kernel: add kmod-squashfsMatteo Croce2016-08-191-0/+16
|/ / / | | | | | | | | | | | | | | | add kernel package to build squashfs as module when it's not the root filesystem Signed-off-by: Matteo Croce <matteo.croce@canonical.com>
* | | Merge pull request #61 from wigyori/masterZoltan Herpai2016-08-1917-33/+46
|\ \ \ | |/ / |/| / | |/ package updates, uboot-envtools fix
| * libubox: update to the latest version, adds a few utility functionsFelix Fietkau2016-08-191-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * u-boot-envtools: fix building with glibcJosua Mayer2016-08-181-0/+13
| | | | | | | | | | | | | | | | tools/env/fw_env.c misses to include stdint.h. Apparently musl doesn't mind and includes this header by default, but glibc does not and causes the build to fail. Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
| * libs/gmp: update to 6.1.1Hannu Nyman2016-08-181-2/+2
| | | | | | | | | | | | Update libgmp to 6.1.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * tools/gmp: update to 6.1.1Hannu Nyman2016-08-181-2/+2
| | | | | | | | | | | | Update gmp to 6.1.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * tools/scons: update to 2.5.0Hannu Nyman2016-08-181-2/+2
| | | | | | | | | | | | Update scons to 2.5.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * tools/cmake: update to 3.6.1Hannu Nyman2016-08-183-7/+7
| | | | | | | | | | | | Update cmake to 3.6.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
| * dropbear: security update to 2016.74Jo-Philipp Wich2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Security: Message printout was vulnerable to format string injection. If specific usernames including "%" symbols can be created on a system (validated by getpwnam()) then an attacker could run arbitrary code as root when connecting to Dropbear server. A dbclient user who can control username or host arguments could potentially run arbitrary code as the dbclient user. This could be a problem if scripts or webpages pass untrusted input to the dbclient program. - Security: dropbearconvert import of OpenSSH keys could run arbitrary code as the local dropbearconvert user when parsing malicious key files - Security: dbclient could run arbitrary code as the local dbclient user if particular -m or -c arguments are provided. This could be an issue where dbclient is used in scripts. - Security: dbclient or dropbear server could expose process memory to the running user if compiled with DEBUG_TRACE and running with -v The security issues were reported by an anonymous researcher working with Beyond Security's SecuriTeam Secure Disclosure www.beyondsecurity.com/ssd.html Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * procd: update to the latest versionFelix Fietkau2016-08-181-2/+2
| | | | | | | | | | | | Fixes a long standing design issue in handling of delayed triggers Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * fstools: update to latest HEADDaniel Golle2016-08-181-2/+2
| | | | | | | | | | | | | | | | Fixes duplicate ubiblock entries being listed and improves find_mount_point to also match against a block device's major:minor numbers (needed e.g. for /dev/root). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * fstools: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
| * fstools: update to latest git versionJohn Crispin2016-08-181-2/+2
| | | | | | | | | | | | | | * adds support for ACL mount flags * adds vfat fsck support Signed-off-by: John Crispin <john@phrozen.org>
| * fstools: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | | | | | | | | | the recent fixes to make mount_root work during failsafe caused lots of unwanted side effects. use the new preinit sentinel file to detect if we are in preinit. this will also work if logged in via ssh. Signed-off-by: John Crispin <john@phrozen.org>
| * ugps: update to latest git HEADJohn Crispin2016-08-181-2/+2
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
| * iperf3: update to version 3.1.3Hauke Mehrtens2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | old size: iperf3_3.0.11-1_mips_34kc_dsp.ipk 30147 new size: iperf3_3.1.3-1_mips_34kc_dsp.ipk 33640 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * iperf: update to version 2.0.9Hauke Mehrtens2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | old size: iperf_2.0.8-1_mips_34kc_dsp.ipk 27911 new size: iperf_2.0.9-1_mips_34kc_dsp.ipk 28681 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * cyassl: update to wolfssl version 3.9.6Hauke Mehrtens2016-08-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://www.wolfssl.com/wolfSSL/Docs-wolfssl-changelog.html old size: libcyassl_3.9.0-1_mips_34kc_dsp.ipk 147552 new size: libcyassl_3.9.6-1_mips_34kc_dsp.ipk 150087 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * curl: update to version 7.50.0package/Hauke Mehrtens2016-08-182-4/+4
|/ | | | | | | | | | | | | | Changelog: https://curl.haxx.se/changes.html old sizes: libcurl_7.49.0-1_mips_34kc_dsp.ipk 97569 curl_7.49.0-1_mips_34kc_dsp.ipk 37925 new sizes: libcurl_7.50.0-1_mips_34kc_dsp.ipk 97578 curl_7.50.0-1_mips_34kc_dsp.ipk 38017 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* Merge pull request #58 from wigyori/masterZoltan Herpai2016-08-172-2/+55
|\ | | | | Backport virtio_ring patches to fix realview, fix bcm53xx build
| * generic/4.4: backport virtio_ring patch for reverting weak barriers patchZoltan HERPAI2016-07-211-0/+55
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * bcm53xx: fix simplified image building codeZoltan HERPAI2016-07-211-2/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #56 from cshore/pull-request-httpd-basic-authZoltan Herpai2016-08-172-1/+38
|\ \ | | | | | | network/services/uhttpd: Add Basic Auth config
| * | network/services/uhttpd: Add Basic Auth configDaniel Dickinson2016-08-132-1/+38
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add an 'httpauth' section type that contains the options: prefix: What virtual or real URL is being protected username: The username for the Basic Auth dialogue password: Hashed (crypt()) or plaintext password for the Basic Auth dialogue httpauth section names are given included as list items to the instances to which they are to be applied. Further any existing httpd.conf file (really whatever is configured in the instance, but default of /etc/httpd.conf) is appended to the per-instance httpd.conf Signed-off-by: Daniel Dickinson <openwrt@cshore.thecshore.com>
* | mwlwifi: upgrade to 10.3.0.18-20160804Imre Kaloz2016-08-111-2/+2
| | | | | | | | | | | | adds support for the Linksys WRT1900ACSv2 and WRT1200ACv2 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | Merge pull request #51 from devran01/masterZoltan Herpai2016-08-114-18/+67
|\ \ | | | | | | Reverting git commit a194e83f16b05240184f58b709152fb840cf00f7
| * | brcm2708: Reverting git commit a194e83f16b05240184f58b709152fb840cf00f7Devaraj Ranganna2016-08-094-18/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit a194e83f16b05240184f58b709152fb840cf00f7 converted brcm2708 targets to new build system (LEDE). However, this change is not in sync with OpenWrt build system. Therefore no image is generated for Raspberry Pi boards. This commit reintroduces the profile files for Raspberry Pi, Raspberry Pi 2 and Raspberry Pi 3 and reverts the changes in target/linux/brcm2708/image/Makefile. Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
* | | Merge pull request #44 from qinfengling/zedboardZoltan Herpai2016-08-112-0/+2232
|\ \ \ | |/ / |/| | zynq: add xilinx devcfg char driver support