- Jun 24, 2017
-
-
Florian Eckert authored
Add licence tags where missing. Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
Mathias Kresin authored
Add the MT7603E driver for the 2.4GHz wireless. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Specifications: * SoC: AR7242 (Virian 400MHz) * RAM: 64 MB DDR (W9751G6JB-25) * Flash: 16MB SPI flash (S25FL129PIF) * WiFi: AR9382 (2.4/5GHz) + 2x SE2595L * LAN: 1x1000M (PEF7071V) To install LEDE via EVA bootloader, a FTP connection need to be established to 192.168.178.1 within the first seconds after power on: ftp> quote USER adam2 ftp> quote PASS adam2 ftp> binary ftp> debug ftp> passive ftp> quote MEDIA FLSH ftp> put lede-ar71xx-generic-fritz300e-squashfs-sysupgrade.bin mtd1 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Add upstream send AR724x PCIe patches to get the PCIe controller out of reset during driver init. The AVM Fritz 300E bootloader doesn't take care of releasing the different PCIe controller related resets which causes an endless hang as soon as either the PCIE Reset register (0x180f0018) or the PCI Application Control register (0x180f0000) is read from. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Move it to image-commands.mk so that it can used by other targets with eva based boards as well. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The driver is used for boards outside the lantiq target as well. Move it to generic to make it available for more targets. The phy driver is included in kernel 4.8 as INTEL_XWAY_PHY. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Use the size of the input file as maximum tffs size instead of a fixed value. The tffs on a AVM Fritz 300E can be up to 512KByte for example. Fixes a read error for the AVM Fritz 3370 where the tffs partition size is 64Kbyte and smaller than the former default value of 256KByte. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Daniel Golle authored
Also make sure that the PKG_NAME and folder name are equal. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Luiz Angelo Daros de Luca authored
Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com>
-
Christian Schoenebeck authored
Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com>
-
Bastian Bittorf authored
this is a cherrypick from busybox-git HEAD: f5470419404d643070db99d058405b714695b817 and can be removed when upgrading to next busybox release. discussion here: http://lists.busybox.net/pipermail/busybox/2017-May/085439.html Signed-off-by:
Bastian Bittorf <bb@npl.de>
-
Kevin Darbyshire-Bryant authored
Fix FS#832 /source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c: In function 'bool ubsan_use_new_style_p(location_t)': /source/build_dir/toolchain-mips_74kc_gcc-6.3.0_musl/gcc-6.3.0/gcc/ubsan.c:1474:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] || xloc.file == '\0' || xloc.file[0] == '\xff' ^~~~ make[5]: *** [Makefile:1085: ubsan.o] Error 1 https://www.viva64.com/en/b/0425/#ID0EMGCI Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Kevin Darbyshire-Bryant authored
During auto channel selection we may wish to prefer certain channels over others. e.g. we can just squeeze 4 channels into europe so '1:0.8 5:0.8 9:0.8 13:0.8' does that. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Stefan Tomanek authored
This is a backport from the busybox repository (192dce4b84fb32346ebc5194de7daa5da3b8d1b4); it enables the use of the suppress_{prefixlength,ifgroup} flags for policy routing rules. Signed-off-by:
Stefan Tomanek <stefan.tomanek@wertarbyte.de>
-
- Jun 23, 2017
-
-
Hans Dedecker authored
e5e99c4 watchdog: add support for starting/stopping kernel watchdog Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
In a log term it should replace our implementation. For now both can coexist. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
Except for renames and line changes the only conflict was in allocate_partition in handling MTD_WRITEABLE. Hopefully it was handled correctly. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This mtd_roundup_to_eb helper was introduced years ago in the commit daec7ad7 ("kernel/3.10: add separate rootfs partition parser") and it was probably supposed to simplify code a bit. With the recent upstream commit 1eeef2d7483a7 ("mtd: handle partitioning on devices with 0 erasesize") the logic in allocate_partition got slightly more complex and we can't use this simple helper anymore as it doesn't support MTD_NO_ERASE properly. There also isn't any real gain from this helper, so it's probably easier to just don't use it *or* work on upstreaming it to avoid maintenance cost. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Jun 22, 2017
-
-
Rafał Miłecki authored
Including version.mk sets PKG_CONFIG_DEPENDS to config entries used for VERSION_SED command. We should keep these configs to make sure package gets refreshed when needed. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Jun 20, 2017
-
-
Grégoire Delattre authored
dnsmasq can match tags in its dhcp-range configuration, this commit adds the option to configure it in the dhcp section uci configuration: config dhcp 'lan' option interface 'lan' list tag 'blue' list tag '!red' option start '10' option limit '150' option leasetime '12h' generated dnsmasq configuration: dhcp-range=tag:blue,tag:!red,set:lan,192.168.1.10,192.168.1.159,255.255.255.0,12h Signed-off-by:
Grégoire Delattre <gregoire.delattre@gmail.com>
-
- Jun 19, 2017
-
-
Daniel Golle authored
453116e system: introduce new attribute board_name e5b963a preinit: define _GNU_SOURCE e5ff8ca upgraded: cmake: Find and include uloop.h f367ec6 hotplug: fix a memory leak in handle_button_complete() 796ba3b service/service_stopped(): fix a use-after-free 79bbe6d system: return legacy board name Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Hauke Mehrtens authored
When an external kernel tree is used the version should not get modified by the LEDE build scripts. This was added by Florian some time ago. The commit 0aed054b ("build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk") breaks this feature introduced in b6746a6f ("include: Do not alter KERNELRELEASE for external/git kernels"). Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Alexander Couzens authored
Use the timestamp from the enviroment SOURCE_DATE_EPOCH if set instead of the build time. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Alexander Couzens authored
Use the timestamp from the enviroment SOURCE_DATE_EPOCH if set instead of the build time. Fixes reproducible builds for certain firmware images. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Yousong Zhou authored
Changes since 1.2 a77b0cd Bump version to v1.2.1 5f354cb mips/tilegx: Add missing unwind_i.h header file 620d1c3 Add aarch64 getcontext functionality. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
- Jun 18, 2017
-
-
Hans Dedecker authored
ef5f7a0 ubus: remove superfluous error check in netifd_add_dynamic 5a68693 iprule: coding style line up 90e2e2c iprule: Add option to suppress unspecific routing lookups Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Yousong Zhou authored
The script will now detect uid/gid collision and can generate a table of current allocation ./scripts/package-metadata.pl usergroup tmp/.packageinfo \ | sort -k 1,1r -k 3,3n \ | column -t This should ensure that no collision will happen for each single build Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Yousong Zhou authored
There already exist static assignment of uid/gid 65533 in packages feed and we have nobody/nogroup taking 65534 as their ids. Let's change the pid of dynamic assignment to start from 65536 so that the two assignment scheme will not collide with each other While at it, fix the scan command checking existence of uid/gid Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
- Jun 17, 2017
-
-
Mathias Kresin authored
The same values are set if the parameters are not specified. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The offset and factor are only related for LEDs which can have different brightness values. But binary LEDs are more common and don't require any further configuation than setting the factor to 1. Use offset = 0 and factor = 1 in case nothing else is specified. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Pavlo Samko authored
This patch add support for the TRENDnet TEW-638APB V2. Specification: - SoC: Ralink SoC RT3052F - Flash: 4MB - RAM: 32MB - Ethernet: 1x LAN (100 Mbps) - Wireless: 2.4GHz b/g/n, 2x external antenna - Buttons: 1x Reset, 1x WPS - LEDs: Power (green), Ethernet (green), WPS (green and orange), Wireless (green) - UART: 1x UART on PCB (3.3V, GND, RX, TX) - 57600 8N1 Installation via vendor firmware: - upload sysupgrade.bin image via TFTP: - stop uboot into tftp-load into option "2" - upload sysupgrade.bin image Signed-off-by:
Pavlo Samko <bulldozerbsg@gmail.com>
-
Mathias Kresin authored
On boards which don't have a distinct internet and dsl led, use the shared LED to indicate the xdsl line state and any traffic that is send/received via the netdev. This traffic doesn't necessarily need to be internet traffic. Rename the shared LED of existing configs to "dsl", to match the new defaults. The configuration of the to be renamed LED is identical with the new defaults. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Martin Schiller authored
Allows to use a single LED for line init status indication and to show any rx/tx activity on a synchronized dsl line. Signed-off-by:
Martin Schiller <ms@dev.tdt.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Alexander Couzens authored
Fixes: 0aed054b (build: add KERNEL_MAKE and KERNEL_MAKE_FLAGS variables and move to kernel.mk) Signed-off-by:
Alexander Couzens <lynxis@fe80.eu>
-
Felix Fietkau authored
Should improve performance considerably in many cases Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
7237302 md5: add "const" qualifier to the "file" argument fa9937c json_script: enable custom expr handler callback 368fd26 uloop: allow specifying a timeout for uloop_run() 6a7fb7d runqueue: fix use-after-free bug 4bc3dec uloop: fix a regression in timeout handling fd57eea uloop: allow passing 0 as timeout to uloop_run Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Pavel Kubelun authored
As of now OTP is being correctly parsed and the driver requires to parse pre-caldata to follow corresponding routine. Rename cal file into pre-calfile so the board initialized correctly with API 2 board data (board-2.bin). Also remove the now unneeded for qca9984 board.bin symlink to 5GHz calfile. Signed-off-by:
Pavel Kubelun <be.dissent@gmail.com>
-
Pavel Kubelun authored
ath10k: increase bmi timeout to fix OTP on qca99xx boards and add bmi identification through pre-cal file Backporting upstream patches. Signed-off-by:
Pavel Kubelun <be.dissent@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh, rename patches]
-