aboutsummaryrefslogtreecommitdiff
path: root/utils/gl-mifi-mcu/src
Commit message (Collapse)AuthorAge
* gl-mifi-mcu: remove package as it is device specific and I can't test it anymoreNuno Gonçalves2023-06-21
| | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* gl-mifi-mcu: make compatible with newer kernel (fix #21198)Nuno Gonçalves2023-06-20
| | | | Signed-off-by: Nuno Gonçalves <nunojpg@gmail.com>
* gl-mifi-mcu: fix compilation warning for conflicting functionChristian Marangi2023-05-14
| | | | | | | | | | | | | | | | | | | | | | | Module called the exit module function "exit", This conflicts with the stdlib header that use exit() to exit userspace program. Correctly assign a namespace to these functions. (init and exit) Fix compilation warning: warning: the compiler differs from the one used to build the kernel The kernel was built by: aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r21757+608-895f38ca1e) 12.2.0 You are using: aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r21757+1091-895f38ca1e) 12.2.0 CC [M] /home/ansuel/openwrt-ansuel/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/gl-mifi-mcu-1/module.o /home/ansuel/openwrt-ansuel/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/gl-mifi-mcu-1/module.c:196:20: error: conflicting types for built-in function 'exit'; expected 'void(int)' [-Werror=builtin-declaration-mismatch] 196 | static void __exit exit(void) | ^~~~ /home/ansuel/openwrt-ansuel/openwrt/build_dir/target-aarch64_cortex-a53_musl/linux-ipq807x_generic/gl-mifi-mcu-1/module.c:9:1: note: 'exit' is declared in header '<stdlib.h>' 8 | #include <linux/version.h> +++ |+#include <stdlib.h> 9 | cc1: all warnings being treated as errors Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* gl-mifi-mcu: compatibility with linux >= 5.6Ilya Lipnitskiy2021-01-28
| | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* gl-mifi-mcu: add GL.iNet GL-MiFI power monitoring kernel moduleNuno Goncalves2020-07-23
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>