- Mar 21, 2022
-
-
Jan Hoffmann authored
This re-enables the vectoring error sample callback and adds a dependency to the corresponding driver. Tested-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by:
Jan Hoffmann <jan@3e8.eu>
-
- Jan 21, 2022
-
-
Hauke Mehrtens authored
This removes -static compile option. The -static option tells GCC to link this statically with the libc, which we do not want in OpenWrt. We want to link everything dynamically to the libc. This fixes a compile problem with glibc. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Apr 12, 2021
-
-
Mathias Kresin authored
proc_create_data() expects a struct of type proc_ops. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Feb 28, 2021
-
-
Mathias Kresin authored
The following warnings are shown during build: /usr/include/vdsl/cmv_message_format.h:33:6: warning: "MEI_SUPPORT_DEBUG_STREAMS" is not defined, evaluates to 0 [-Wundef] #if (MEI_SUPPORT_DEBUG_STREAMS == 1) ^~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/vdsl/drv_mei_cpe_interface.h:2256:6: warning: "MEI_SUPPORT_OPTIMIZED_FW_DL" is not defined, evaluates to 0 [-Wundef] #if (MEI_SUPPORT_OPTIMIZED_FW_DL == 1) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ The headers are provided by the MEI driver, but the defines are never set by the vdsl app. While the struct with the MEI_SUPPORT_OPTIMIZED_FW_DL conditional isn't used by the vdsl app, however CMV_USED_PAYLOAD_8BIT_SIZE which value depends on MEI_SUPPORT_DEBUG_STREAMS is. Since the MEI driver doesn't provide an autogenerated header with compile flags, the flags are hardcoded for the vdsl app. Set them for the MEI driver as well, to indicate a relation to the values used for the vdsl app and to be not surprised by a changed default in case the MEI driver gets updated. Use the current default values defined in the MEI driver. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Feb 18, 2021
-
-
Mathias Kresin authored
If an external module uses exported symbols from another external module, Kbuild needs to have full knowledge of all symbols to avoid spitting out warnings about undefined symbols. Use PKG_EXTMOD_SUBDIRS to point to the build directory which contains the Module.symvers. Pass KERNEL_MAKE_FLAGS to the external module build, to inject KBUILD_EXTRA_SYMBOLS. KBUILD_EXTRA_SYMBOLS holds a space separated list of Module.symvers, which list all exported symbols. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Feb 05, 2021
-
-
Paul Spooren authored
Multiple sources are hosted on OpenWrts source server only. The source URLs to point to the server vary based on different epochs in OpenWrts history. Replace all by @OPENWRT which is an "empty" mirror, therefore using the fallback servers sources.cdn.openwrt.org and sources.openwrt.org. Signed-off-by:
Paul Spooren <mail@aparcar.org>
-
- Feb 23, 2020
-
-
Sungbo Eo authored
As 07e1d88d ("kernel: avoid underscore in *6lowpan package names") shows, underscores might cause build failures. Replace underscore with dash. Signed-off-by:
Sungbo Eo <mans0n@gorani.run>
-
- Nov 01, 2019
-
-
Hauke Mehrtens authored
When ASLR_PIE was activated globally these drivers failed to build because the user space LDFLAGS leaked into the kernel build process. This was fixed in upstream Linux kernel commit ce99d0bf312d ("kbuild: clear LDFLAGS in the top Makefile") which went into Linux 4.17. The lantiq target is now on Linux 4.19 only and these exceptions are not needed any more. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Jun 09, 2018
-
-
Martin Schiller authored
Without this change, ifx_mei_atm_showtime_check() will always return "showtime" after one call of MEI_InternalXtmSwhowtimeEntrySignal() was done, even if MEI_InternalXtmSwhowtimeExitSignal() was called in the meantime. The ifx_mei_atm_showtime_check() function is used by the ltq-atm and ltq-ptm driver. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
- Mar 18, 2018
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Mar 03, 2018
-
-
Hauke Mehrtens authored
The lantiq components still leak some user space linker options into the kernel space. This breaks with build when ASLR is activated, deactivate it for now on these packages. Fixes: FS#1391 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Mar 02, 2018
-
-
Hauke Mehrtens authored
Do not leak the user space CFLAGS into the kernel space any more, this allows us to activate the MIPS16 build. This decreases the size of the ipk file from 87589 bytes to 81267 bytes. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Feb 20, 2018
-
-
Hauke Mehrtens authored
This is fixing multiple compile problems with kernel 4.14 and updates the code to take care of changes introduced between kernel 4.9 and 4.14. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Sep 30, 2017
-
-
Mathias Kresin authored
This reverts commit b428f45c062dc8ca8c2f35f491fa467dc5b85519. If the optimized firmware download is disabled, the xdsl subsystem hangs in the "idle request" state after physically disconnecting and reconnecting the xdsl modem from the line. It might fix the failing line init on boot as well. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Sep 28, 2017
-
-
Mathias Kresin authored
With ltq-vdsl-mei 1.5.17.6 an optimized firmware download was added and enabled by default. As soon as the optimized firmware download is enabled, a watchdog based reboot is trigger between 24h to 48h of uptime if the board isn't connected to a xdsl line. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jun 24, 2017
-
-
Florian Eckert authored
Add licence tags where missing. Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
- Dec 16, 2016
-
-
Felix Fietkau authored
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Sep 20, 2016
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@intel.com>
-
- May 12, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <john@phrozen.org>
-
- Apr 26, 2016
-
-
Jo-Philipp Wich authored
Add nonshared flag to package depending on specific targets or subtargets as there's no guarantee otherwise that they'll be available in the shared repo. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Feb 25, 2016
-
-
Hauke Mehrtens authored
This activates the format warnings in this package and that makes it possible to activate format-security checks. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48785
-
- Dec 05, 2015
-
-
Felix Fietkau authored
Dynamic Spectrum Management is a precondition for G.993.5 (VDSL2 vectoring). Signed-off-by:
Mathias Kresin <openwrt@kresin.me> SVN-Revision: 47784
-
- Nov 24, 2015
-
-
John Crispin authored
In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47634
-
John Crispin authored
Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47633
-
John Crispin authored
This application helps to debug some internal problems in the MEI driver. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47632
-
- Oct 04, 2015
-
-
Matteo Croce authored
SVN-Revision: 47106
-
- Sep 14, 2015
-
-
John Crispin authored
Thanks to Sylwester Petela for testing my patch (successfully on an ADSL connection) and for pointing out some configuration mistakes. Others (including me) have also successfully tested this extensively on VDSL connections. Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 46920
-
- Sep 15, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42556
-
- Sep 11, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42478
-
- Jul 01, 2014
-
-
John Crispin authored
the build breaks when PKG_CHECK_FORMAT_SECURITY:=1 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 41451
-
- May 06, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40712
-
- Mar 18, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39944
-
- Oct 12, 2013
-
-
Hauke Mehrtens authored
These URLs where missing and causes build failures. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38376
-
- Sep 17, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38031
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 38028
-
- Jun 21, 2013
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 37007
-