diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 5298e20..e6bd648 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -42,6 +42,7 @@ jobs: - mipsel_74kc - mipsel_mips32 - ramips-mt76x8 + - ramips-mt7621 - x86_64 container: image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }} diff --git a/youtubeUnblock.c b/youtubeUnblock.c index 2025176..9316acb 100644 --- a/youtubeUnblock.c +++ b/youtubeUnblock.c @@ -33,8 +33,6 @@ pthread_mutex_t rawsocket_lock; int rawsocket = -2; - - static int open_socket(struct mnl_socket **_nl) { struct mnl_socket *nl = NULL; nl = mnl_socket_open(NETLINK_NETFILTER);