immortalwrt/package
Christian Marangi 3f3cc2ec52
kernel: broadcom-wl: add patch dropping set_fs and get_fs for > 5.13
Drop set_fs and get_fs since they are not present in kernel %.13.
Fix compilation warning:
/__w/openwrt/openwrt/openwrt/build_dir/target-mipsel-openwrt-linux-musl_musl/linux-bcm47xx_generic/broadcom-wl-5.10.56.27.3/driver/wl_iw.c: In function 'dev_wlc_ioctl':
/__w/openwrt/openwrt/openwrt/build_dir/target-mipsel-openwrt-linux-musl_musl/linux-bcm47xx_generic/broadcom-wl-5.10.56.27.3/driver/wl_iw.c:121:14: error: implicit declaration of function 'get_fs'; did you mean 'sget_fc'? [-Werror=implicit-function-declaration]
  121 |         fs = get_fs();
      |              ^~~~~~
      |              sget_fc
/__w/openwrt/openwrt/openwrt/build_dir/target-mipsel-openwrt-linux-musl_musl/linux-bcm47xx_generic/broadcom-wl-5.10.56.27.3/driver/wl_iw.c:121:14: error: incompatible types when assigning to type 'mm_segment_t' from type 'int'
/__w/openwrt/openwrt/openwrt/build_dir/target-mipsel-openwrt-linux-musl_musl/linux-bcm47xx_generic/broadcom-wl-5.10.56.27.3/driver/wl_iw.c:122:9: error: implicit declaration of function 'set_fs'; did you mean 'sget_fc'? [-Werror=implicit-function-declaration]
  122 |         set_fs(KERNEL_DS);
      |         ^~~~~~
      |         sget_fc
/__w/openwrt/openwrt/openwrt/build_dir/target-mipsel-openwrt-linux-musl_musl/linux-bcm47xx_generic/broadcom-wl-5.10.56.27.3/driver/wl_iw.c:122:16: error: 'KERNEL_DS' undeclared (first use in this function); did you mean 'KERNFS_NS'?
  122 |         set_fs(KERNEL_DS);
      |                ^~~~~~~~~
      |                KERNFS_NS

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-10 10:54:08 +08:00
..
base-files Merge Official Source 2023-05-10 10:33:25 +08:00
boot Merge Official Source 2023-05-10 10:33:25 +08:00
devel gperf: add from packages feed 2023-05-04 06:07:29 +02:00
emortal default-settings-chn: add luci-i18n-base-zh-cn to dependencies 2023-04-19 05:48:28 +08:00
firmware Merge Official Source 2023-05-08 00:05:02 +08:00
kernel kernel: broadcom-wl: add patch dropping set_fs and get_fs for > 5.13 2023-05-10 10:54:08 +08:00
libs Merge Official Source 2023-05-05 19:43:20 +08:00
network Merge Official Source 2023-05-08 00:05:02 +08:00
system fstools: enable any device with non-MTD rootfs_data volume 2023-04-13 18:28:02 +08:00
utils Merge Official Source 2023-04-26 10:23:52 +08:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00