- Apr 12, 2017
-
-
Felix Fietkau authored
Recent attempts to use it have shown that it does not work properly except for a few undocumented cases. It's better to remove this now to avoid having more people fall into the same trap Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Engberg authored
Update OpenVPN to 2.4.1 Remove 200-small_build_enable_occ.patch as it's included upstream. Refresh patches Add mirror and switch to HTTPS Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Christian Lamparter authored
Signed-off-by:
Christian Lamparter <chunkeey@googlemail.com>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 11, 2017
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
In preparation for bumping arm64 to 4.9, add a bunch of configuration symbols that are available under arm64. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Drop sample command line to use against the ARM Foundation v8 model and replace the path to something that matches LEDE's directory structure. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
This required us to both download the Foundation emulator but also build a boot wrapper. QEMU is now fully usable and is a much better replacement. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Apr 10, 2017
-
-
Jo-Philipp Wich authored
Add an alternative nslookup applet implementation which is compatible with musl libc wrt. name server selection and which supports a number of additional features such as query type selection. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jonas Gorski authored
MMC requires IOMEM support, which UML doesn't have. Fixes mac80211 build, as mwifiex-sdio depends on MMC support. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Apr 08, 2017
-
-
Hans Dedecker authored
Commit f4e312dd adds libnetlink to staging dir but did not add the header files libgenl.h and ll_map.h which define functions belonging to libnetlink lib Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Daniel Golle authored
Similar to odhcpd, allow using ISC DHCPd instead of dnsmasq. Disable DHCP and/or DHCP6 in case ISC DHCP is present and enabled. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Mathias Kresin authored
Now that the wireless LEDs are added via platform leds this patch isn't required any longer. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Instead of renaming the default wireless led attached to the wireless chip, add a new led using the platform leds with the phy0tpt trigger set in userspace. When switching ar71xx to device tree, the same can be done by using the build in GPIO controller and without adding new bindings. Drop the now unused platform code. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Don't setup the default led pin if the ath9k GPIO controller is used via device tree to prevent collision. In case any of the pins exposed by the ath9k is used, the phyNtpt trigger needs to be set in userspace. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
In case that the atheros device tree binding is used, enable access to the GPIO chip only if the gpio-controller device tree parameter is used for the ath9k node. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Unset the default LED gpio pin if the same gpio pin is used by a LED defined via platform LED. This prevents that the default led trigger gets assigned to this LED and the GPIO value gets changed on wifi up/down in case the led is not used for signaling the wifi state. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
With the fritz-tools a userspace parser for the Tiny Flash File System is available and makes the tffs2 kernel patches obsolete. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Split the fritz-tools into subpackages. fritz_tffs_read is usefull for all Fritz boards where fritz-cal_extract is only required for the Fritz 4040 at the moment. Rename the tffs related binary to the more catchy name fritz_tffs and move the whole package to utilities since the package doesn't really provide a firmware file. Make the fritz-tools available for all targets and build them shared. The tffs is used by avm on lantiq and ar71xx as well. Tested-by:
Christian Lamparter <chunkeey@googlemail.com> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Fix the list order instead of adjusting the controller scan order. Revert the former required changes to the lantiq PCIe driver. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Jo-Philipp Wich authored
Extend the mdadm package to allow to explicitely configure arrays as well as device list entries. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Update to latest Git in order to import the following fixes: 1d0263b check_data_file_clashes_change: remove duplicated offline root in paths a00a6a9 buildReplaces: do not add duplicated replacees 9fbedd8 opkg: compare-versions doesn't need any state 45b54f6 opkg_cmd: fix segmentation fault in opkg_compare_versions_cmd() 93de62b opkg_cmd: fix return of opkg compare-versions 51275a8 pkg_src_list_push: remove unused function 947d3d4 pkg_src_list_pop: remove unused function 980cfb2 str_list_push: remove unused function 52c31c1 str_list_prev: remove unused function 7d24212 str_list_last: remove unused function 48142a3 conffile_list_pop: remove unused function 46c5de5 pkg_dest_list_push: remove unused functions 368bb62 nv_pair_list_prev: remove unused function 2985c00 nv_pair_list_last: remove unused function f5082ac conffile_list_pop: remove unused function 89bf8b9 conffile_list_push: remove unused function 23d31fb active_list_sort: remove unused function 7fe45f2 active_list_add_depend: remove unused function 86b584d pkg_dependence_satisfied: remove unused function 816d330 Fix typo in pkg_hash_fetch_best_installation_candidate. 07f3b02 set_flags_from_control: remove function Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Apr 07, 2017
-
-
John Crispin authored
* adds MT7530 DSA support * backport latest ethernet driver * add PMIC leds * add auxadc support * add efuse support * add thermal sensor support * add irq affinity support for ethernet still todo * DSA multi cpu support Signed-off-by:
John Crispin <john@phrozen.org>
-
Philip Prindeville authored
Support for the nct6775/6776 hwmon chips, and other compatibles in the family as well as the Intel on-chip thermal sensors. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
- Apr 06, 2017
-
-
Felix Fietkau authored
The HOSTCFLAGS override only works on newer u-boot versions Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 05, 2017
-
-
Felix Fietkau authored
Fixes errors during the image builder run Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 04, 2017
-
-
Felix Fietkau authored
Fixes: 0b24850e ("busybox: don't install NTP scripts if NTP isn't configured") Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Rafał Miłecki authored
Keeping it in base-files was resulting in adding it to the base-files package. This file is meant to be included manually for initramfs images only. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Felix Fietkau authored
Cuts build time on Mac OS X in half by avoiding repeated $(shell) calls from the build system Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Philip Prindeville authored
If someone creates a target and indicates a CPU_TYPE, but there's no corresponding support for that CPU_TYPE's flags in include/target.mk then that should probably be indicated rather than silently ignored. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
Changmin Jang authored
update the qca988x firmware to firmware-5.bin_10.2.4-1.0-00029. According to LEDE Forum, the new firmware supports mesh mode. Also, it seems to have several improvements. Signed-off-by:
Changmin Jang <ckdalsdk12@gmail.com>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
asm/* includes are not safe for the host build Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 03, 2017
-
-
Felix Fietkau authored
Fixes issues with 802.11s Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Piotr Dymacz authored
There are currently several supported TP-Link devices without specified version number in image name and/or DEVICE_TITLE (e.g. WBS210, WBS510, TL-WR810N, TL-WA7510N, TL-WPA8630), but vendor website shows that there are already more than one version of them on the market. For devices like Archer C5, which second version is based on a total different platform, missing version number in DEVICE_TITLE (used in menuconfig) might be misleading for users. To make it less confusing for users and easier to maintain in future, include version number in image name and DEVICE_TITLE for all TP-Link devices, even if there is only one version of device at the moment. Also, keep DEVICE_TITLE in same format for all TP-Link devices. Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com> Acked-by:
John Crispin <john@phrozen.org>
-
Ron Angeles authored
Kernel/hardware support for this board has been implemented since Chaos Calmer. This set of patches is to get the board identified in userland. This will allow support for things like sysupgrade, configuring initial LED state, configuring initial switch state, etc. Signed-off-by:
Ron Angeles <ronangeles@gmail.com>
-
Vittorio Gambaletta authored
This router has the same hardware as TP-LINK TL-WR841N/ND v11 (same FCC ID, same TFTP image name...). If the stock firmware web interface doesn't accept LEDE factory image, it can be flashed via the U-Boot TFTP recovery mode, by long-pressing the reset button after power on. The TFTP image name is wr841nv11_tp_recovery.bin (yes, v11, not v12). Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net>
-
Hans Dedecker authored
Fix fw3 warnings in dhcp script in case fw3 is not enabled Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-