diff --git a/package/ctcgfw/rtl8812au-ac/Makefile b/package/ctcgfw/rtl8812au-ac/Makefile index 2fe12ad6bb..8fb057be69 100644 --- a/package/ctcgfw/rtl8812au-ac/Makefile +++ b/package/ctcgfw/rtl8812au-ac/Makefile @@ -1,8 +1,5 @@ # -# Copyright (C) 2020 Marty Jones -# -# Copyright (C) 2021 CTCGFW Project-OpenWrt -# +# Copyright (C) 2020 stepheny # # This is free software, licensed under the GNU General Public License v3. # See /LICENSE for more information. @@ -22,6 +19,7 @@ PKG_MIRROR_HASH:=60359df8b49fa433d38b968b0df7eaddaca10f13cdd57471394bac1f6e5a162 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=LICENSE +PKG_MAINTAINER:=Marty Jones PKG_BUILD_PARALLEL:=1 STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h @@ -59,7 +57,6 @@ NOSTDINC_FLAGS += -DCONFIG_LITTLE_ENDIAN endif PKG_MAKE_FLAGS += USER_MODULE_NAME=rtl8812au -PKG_MAKE_FLAGS += USER_DRV_NAME=rtl8812au KERNEL_MAKE_FLAGS += CONFIG_88XXAU=m define Build/Compile diff --git a/package/ctcgfw/rtl8821cu/Makefile b/package/ctcgfw/rtl8821cu/Makefile index af1b2a7f3c..1bfe1a84c6 100644 --- a/package/ctcgfw/rtl8821cu/Makefile +++ b/package/ctcgfw/rtl8821cu/Makefile @@ -1,6 +1,5 @@ # -# Copyright (C) 2021 CTCGFW Project-OpenWrt -# +# Copyright (C) 2020 CN_SZTL # # This is free software, licensed under the GNU General Public License v3. # See /LICENSE for more information. @@ -20,6 +19,7 @@ PKG_MIRROR_HASH:=e3d798355625bd71596ce08741e1f7f3523951e91be775edf2a936ab260bd5d PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=LICENSE +PKG_MAINTAINER:=[CTCGFW] Project OpenWrt PKG_BUILD_PARALLEL:=1 STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h diff --git a/package/ctcgfw/rtl8821cu/patches/050-change-value-of-vht-enable.patch b/package/ctcgfw/rtl8821cu/patches/050-change-value-of-vht-enable.patch new file mode 100644 index 0000000000..34dcd8e4de --- /dev/null +++ b/package/ctcgfw/rtl8821cu/patches/050-change-value-of-vht-enable.patch @@ -0,0 +1,11 @@ +--- a/os_dep/linux/os_intfs.c ++++ b/os_dep/linux/os_intfs.c +@@ -238,7 +238,7 @@ + #endif /* CONFIG_80211N_HT */ + + #ifdef CONFIG_80211AC_VHT +-int rtw_vht_enable = 1; /* 0:disable, 1:enable, 2:force auto enable */ ++int rtw_vht_enable = 2; /* 0:disable, 1:enable, 2:force auto enable */ + module_param(rtw_vht_enable, int, 0644); + + int rtw_ampdu_factor = 7; diff --git a/package/ctcgfw/rtl88x2bu/Makefile b/package/ctcgfw/rtl88x2bu/Makefile index 905ab5b91b..3bdc0136c1 100644 --- a/package/ctcgfw/rtl88x2bu/Makefile +++ b/package/ctcgfw/rtl88x2bu/Makefile @@ -1,6 +1,5 @@ # -# Copyright (C) 2021 CTCGFW Project-OpenWrt -# +# Copyright (C) 2020 ElonH # # This is free software, licensed under the GNU General Public License v3. # See /LICENSE for more information. @@ -20,6 +19,7 @@ PKG_MIRROR_HASH:=26d5504c9323c9c133265f2c2e4213acca0ddf390b1b4399d1003e9fd45f936 PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:=LICENSE +PKG_MAINTAINER:=[CTCGFW] Project OpenWrt PKG_BUILD_PARALLEL:=1 STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h