- Apr 12, 2017
-
-
Ansuel Smith authored
Switch to git repo Removed musl patch Refreshed existing patch Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup]
-
Hauke Mehrtens authored
binutils 2.27 checks if the target compiler supports -Wstack- usage=262144, and also uses this setting for the host compiler. If the host compiler is gcc < 4.9 binutils build will fail. This backports 2 commits which are fixing this problem for binutils 2.28. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Alexandru Ardelean authored
This was also working before, with a slightly different semantic. [ Original semantic ] If no reload hooks was implemented, the default one would kick in, it would return fail, and restart would happen. This would happen also in the case where a reload hook would be implemented, it would fail, and it would restart the service. [ New semantic ] The default reload hook calls restart. Services can implement their own reload. If reload fails, then the '/etc/init.d/<service> reload' would return a non-zero code, and the caller can choose a way to handle this. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Pavel Kubelun authored
Kvalo's repo has a newer version of qca9984 firmware. Use it instead. Signed-off-by:
Pavel Kubelun <be.dissent@gmail.com>
-
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>
-
- 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
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
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>
-
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
-
-
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>
-
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>
-
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
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>
-
Hans Dedecker authored
Fix fw3 warnings in dhcp script in case fw3 is not enabled Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Felix Fietkau authored
Normal packages don't rely on the feed configuration variables for the build step Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Philip Prindeville authored
Couple of important upstream patches (slated for 2.0.15) that are necessary for kexec to run on MUSL and on x86 hardware. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
Philip Prindeville authored
If you're using Chrony or NTPD you don't want the busybox NTP server as well. Make it's installation truly conditional. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [simplify]
-
Ye Tao authored
Intel(R) 82576 is an adapter which supports SR-IOV. Thus the host can assign Virtual Functions (VFs) to different VMs by the PCI-E Passthrough (e.g. VFIO for KVM), to gain different advantages (performance, VF to VF communications, host kernel offload, etc.). The driver of the passthroughed VFs is the igbvf (igb is NOT compatible). This is essential for VM guests, to enable them to utilize this feature. Signed-off-by:
Ye Tao <tydus@hongo.wide.ad.jp>
-
- Apr 01, 2017
-
-
Hans Dedecker authored
3d9f406 rework IPv6 dns address selection (FS#635) bc6c3ac ndp: keep an exact copy of IPv6 interface addresses 6eb1e01 ndp: code cleanup eea7d03 rework IPv6 address dump logic 24d21c7 ndp: add syslog debug tracing Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- Mar 30, 2017
-
-
Daniel Golle authored
Some of our local patches have been accepted upstream. And there are some more relevant changes (mostly for rt2800usb). Import them and rebase our remaining local patches on top. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Mar 29, 2017
-
-
Karl Vogel authored
The relay section should use the logical interface name and not the linux network device name directly. This to be consistent with other sections of the dnsmasq config where 'interface' means the logical interface. Signed-off-by:
Karl Vogel <karl.vogel@gmail.com>
-
John Crispin authored
20c16fc cmake: Make blockd link against libjson-c 92b4c2c libfstools: add basic documentation of mount functions Signed-off-by:
John Crispin <john@phrozen.org>
-
Philip Prindeville authored
This is a 3rd party chipset which is not present on all Intel reference designs, so make it a module rather than baked in (this will also alleviate conflicts with drivers which also detect some of the same chipsets). Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
Philip Prindeville authored
A lot of Ivybridge and Haswell servers have the 82598/82599 Ethernet controllers. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com>
-
- Mar 28, 2017
-
-
Yousong Zhou authored
These are recommended practices by REC-22 and REC-24 of RFC6092: "Recommended Simple Security Capabilities in Customer Premises Equipment (CPE) for Providing Residential IPv6 Internet Service" Fixes FS#640 Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
Hannu Nyman authored
ath10k tries to fetch board id via otp, but that fails for many chips like QCA988x, QCA9984 etc. Recent commit cc189c0b removed the earlier hack that had allowed QCA radios to work, as that hack was incompatible with the new wifi chips being introduced to the source tree. Restore functionality for the existing wifi chips by modifying the return value of the 'board id via otp' function to a value that is recognised as a harmless error, so that name evaluation continues by using the board file. Patch originally suggested by Christian Lamparter in forum discussion. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
- Mar 27, 2017
-
-
Shane Peelar authored
F2FS depends on the crc32_generic module (NOT crc32c_generic) Signed-off-by:
Shane Peelar <lookatyouhacker@gmail.com>
-
Shane Peelar authored
This is needed for F2FS support (it depends on crc32_generic, not crc32c_generic). Signed-off-by:
Shane Peelar <lookatyouhacker@gmail.com>
-