- May 26, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45757
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45756
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45755
-
- May 25, 2015
-
-
Felix Fietkau authored
Patch to 2015-05-25 to fix ldso related regressions on PPC and MIPS. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45754
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45753
-
Felix Fietkau authored
perf in upstream Linux kernel 3.17 onwards expects STT_GNU_IFUNC replicate it from glibc Patch cherry-picked from: http://lists.busybox.net/pipermail/uclibc/2015-February/048825.html Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45752
-
Felix Fietkau authored
fstools: update to the latest version, makes filesystem initialization state tracking more reliable (#19564) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45751
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45750
-
Felix Fietkau authored
Currently port 6 is shown as up 10MBit/half in LUCI and swconfig. Reason is that all bits in the port 6 config are zero. This means that also the aneg flag is not set and in this case ar8216_read_port_link hardcodes the link to be up. This is no real problem but a little annoying. To fix this initialize port 6 with the aneg bit enabled. This causes ar8216_read_port_link to evaluate the link status bit which is always zero for port 6 as no PHY is connected to this port. And it doesn't hurt as port 6 isn't connected to anything on TL-WDR4900. Signed-off-by:
Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 45749
-
Felix Fietkau authored
This introduces a new config parameter "no-proto-task" useful for xl2tpd. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45748
-
Jonas Gorski authored
Fix an upstream regression on 3.18+ that causes rt305x based devices to hang on boot. Fixes #19715. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45747
-
Jonas Gorski authored
Output warnings through stderr to allow them to be easilier spotted when building with V=w. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45746
-
- May 24, 2015
-
-
Nicolas Thill authored
* fix build failure when gdb is build after liblzma * bump release number Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45745
-
Nicolas Thill authored
* add upstream patch (CVE-2015-3202) * refresh patches * bump release number Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45744
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45743
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45742
-
- May 23, 2015
-
-
John Crispin authored
fixes #19698 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45741
-
John Crispin authored
error: ../include/fuse_kernel.h:93:15: error: conflicting types for 'int64_t' ../include/fuse_kernel.h:92:15: error: conflicting types for 'uint64_t' reported by buildbot fix by adopting upstream patch: http://git.baserock.org/cgi-bin/cgit.cgi/delta/fuse.git/commit/include/fuse_kernel.h?id=914871b20a901e3e1e981c92bc42b1c93b7ab81b Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45740
-
John Crispin authored
Signed-off-by:
Andrew McDonnell <bugs@andrewmcdonnell.net> SVN-Revision: 45739
-
John Crispin authored
Hello, if you run: ./scripts/feeds clean It removes ./feeds folder but not ./package/feeds/ which is full of dangling links then. This patch fixes it. Best Regards, Martin Strbačka Signed-off-by:
Martin Strbacka <martin.strbacka@nic.cz> SVN-Revision: 45738
-
John Crispin authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 45737
-
John Crispin authored
Makefile: remove non-existent STAGING_DIR_TOOLCHAIN from dirclean Openwrt's top level Makefile uses STAGING_DIR_TOOLCHAIN in the make dirclean statement. https://dev.openwrt.org/browser/trunk/Makefile#L55 rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN) As far as I can determine, no such variable has been defined. I made a search in Openwrt source repository and the one line in Makefile's dirclean command is the only place where that variable exists. The item has been introduced to Makefile by r8362, but even at that time neither Makefile nor rules.mk defined such a variable. Most likely the goal has been to set both staging_dir/toolchain and build_dir/toolchain to be cleaned, but one of the variables has been erroneous. The correct variable for build_dir/toolchain has been then added by r13494. References: https://dev.openwrt.org/changeset/8362/ https://dev.openwrt.org/browser/trunk/Makefile?rev=8362 https://dev.openwrt.org/browser/trunk/rules.mk?rev=8362 https://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html https://dev.openwrt.org/changeset/13494 In current code, TOOLCHAIN_DIR = $(TOPDIR)/staging_dir/$(TOOLCHAIN_DIR_NAME) BUILD_DIR_TOOLCHAIN = $(TOPDIR)/build_dir/$(TOOLCHAIN_DIR_NAME) so the item STAGING_DIR_TOOLCHAIN in the rm command is unnecessary. signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 45736
-
John Crispin authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45735
-
John Crispin authored
modules relating to CONFIG_USB_AUDIO Kernel <2.6.35 is not supported in trunk Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45734
-
John Crispin authored
delete cases for Kernel <3.10 (nop-usb-xceiv), <3.12 (phy-nop) Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45733
-
John Crispin authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 45732
-
John Crispin authored
Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45731
-
John Crispin authored
This change set enables frequency scaling on ipq806x, which speeds-up the CPU and allows it to achieve its max frequency. These patches are cherry-picked & backported from the following location: *130-132: linux-next *133-143: LKML - https://lkml.org/lkml/2015/3/21/15 *144: derived from other qcom similar dts *145: derived from https://chromium.googlesource.com/chromiumos/third_party/kernel/+/chromeos-3.14/drivers/cpufreq/cpufreq-krait.c Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45730
-
John Crispin authored
Patches are cherry-picked from linux-next. We're also adding the corresponding config option to the kernel. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45729
-
John Crispin authored
Patch cherry-picked from the following location: https://chromium-review.googlesource.com/#/c/269931/ Disable the i2c device on gsbi4 and mark gsbi4_h and gsbi4_qup clks as unused. If they are enabled, clock framework will turn them off at end of probe. On ipq806x by design gsbi4_qup, gsbi4_h clks and i2c on gsbi4 are meant for RPM usage. So turning them off in kernel is incorrect. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45728
-
John Crispin authored
Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45727
-
John Crispin authored
This patch is to add support for the Meraki MR12 and MR16 Access Points. Currently everything is working, minus the 2nd NIC interface on the MR12 which is built into the SoC. Signed-off-by: Chris R Blake <chrisrblake93 at gmail.com> SVN-Revision: 45726
-
John Crispin authored
The diag.sh script lacked an entry for the status led on the RT-N14U, map it to the asus:blue:power led which is also used by the boot loader to report boot status (eg. TFTP recovery mode VS normal boot) Signed-off-by:
Matteo Panella <m.panella@level28.org> SVN-Revision: 45725
-
John Crispin authored
MR-102N is a RT3050F based wireless router(32M RAM + 8M NOR flash) with 1 USB and 1 ethernet port. The original product information can be found at: http://www.aximcom.com/en/MR-102N Signed-off-by:
Tai-hwa Liang <atliang@gmail.com> SVN-Revision: 45724
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 45723
-
John Crispin authored
This patch adds support for Comfast CF-WR800N, a wall-plug wireless router based on the MT7620N SoC with one Ethernet port and a 802.11n 2.4 GHz radio. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 45722
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45721
-
John Crispin authored
uClibc doesn't define signal info for the SIGSYS signal which is issued in case of hitting a syscall prohibited by seccomp. This is sad as it makes debugging seccomp filter policies impossible on some architectures (at least ARM and PowerPC, maybe also others) which do not coincidentally set si_value.sival_int as the syscall number. To fix this, import the definitions and macros needed from glibc. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45720
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45719
-
John Crispin authored
There are already ifx_pcie_bios_{map_irq,plat_dev_init} hooks defined in ifxmips_pcie.c. Instead of defining a new hook we simply re-use the existing ones (this is basically what the lantiq BSP code does). Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 45718
-