difos/package/kernel/trelay
Shiji Yang 8e90c5cfc2 kernel: trelay: fix build warning on 6.12 kernel
Make trelay_handle_frame() static to fix the build warning:

/workspaces/openwrt/build_dir/target-x86_64_musl/linux-x86_64/trelay/trelay.c:38:21: error: no previous prototype for 'trelay_handle_frame' [-Werror=missing-prototypes]
   38 | rx_handler_result_t trelay_handle_frame(struct sk_buff **pskb)
      |                     ^~~~~~~~~~~~~~~~~~~

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18637
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2025-05-03 20:16:25 +02:00
..
files package: replace ifconfig-usage with ip 2015-09-08 17:44:24 +00:00
src kernel: trelay: fix build warning on 6.12 kernel 2025-05-03 20:16:25 +02:00
Makefile package: drop PKG_VERSION for purely local packages 2020-07-15 18:33:56 +02:00