Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Siriling committed Jul 3, 2023
1 parent ea77d96 commit b09f979
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 41 deletions.
10 changes: 1 addition & 9 deletions configs/lean/full.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ CONFIG_PACKAGE_kmod-inet-diag=y
# AX88179千兆有线网卡驱动
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=y

# CF-811AC无线网卡驱动(rtl8821cu)
CONFIG_PACKAGE_kmod-lib80211=y
CONFIG_PACKAGE_kmod-libertas-usb=y
CONFIG_PACKAGE_kmod-rtl8821cu=y
CONFIG_PACKAGE_kmod-rtl88x2bu=y
CONFIG_PACKAGE_kmod-rtlwifi=y
CONFIG_PACKAGE_kmod-rtlwifi-usb=y

# mt7916 mt7921 mt7922无线网卡驱动
# mt7916、mt7921无线网卡驱动
CONFIG_PACKAGE_hostapd-common=y
CONFIG_PACKAGE_wpad-openssl=y
CONFIG_PACKAGE_wireless-tools=y
Expand Down
10 changes: 1 addition & 9 deletions configs/lean/simplify.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ CONFIG_PACKAGE_kmod-inet-diag=y
# AX88179千兆有线网卡驱动
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=y

# CF-811AC无线网卡驱动(rtl8821cu)
CONFIG_PACKAGE_kmod-lib80211=y
CONFIG_PACKAGE_kmod-libertas-usb=y
CONFIG_PACKAGE_kmod-rtl8821cu=y
CONFIG_PACKAGE_kmod-rtl88x2bu=y
CONFIG_PACKAGE_kmod-rtlwifi=y
CONFIG_PACKAGE_kmod-rtlwifi-usb=y

# mt7916 mt7921 mt7922无线网卡驱动
# mt7916、mt7921无线网卡驱动
CONFIG_PACKAGE_hostapd-common=y
CONFIG_PACKAGE_wpad-openssl=y
CONFIG_PACKAGE_wireless-tools=y
Expand Down
10 changes: 1 addition & 9 deletions configs/lean/special.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,7 @@ CONFIG_PACKAGE_kmod-inet-diag=y
# AX88179千兆有线网卡驱动
CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=y

# CF-811AC无线网卡驱动(rtl8821cu)
CONFIG_PACKAGE_kmod-lib80211=y
CONFIG_PACKAGE_kmod-libertas-usb=y
CONFIG_PACKAGE_kmod-rtl8821cu=y
CONFIG_PACKAGE_kmod-rtl88x2bu=y
CONFIG_PACKAGE_kmod-rtlwifi=y
CONFIG_PACKAGE_kmod-rtlwifi-usb=y

# mt7916 mt7921 mt7922无线网卡驱动
# mt7916、mt7921无线网卡驱动
CONFIG_PACKAGE_hostapd-common=y
CONFIG_PACKAGE_wpad-openssl=y
CONFIG_PACKAGE_wireless-tools=y
Expand Down
8 changes: 1 addition & 7 deletions scripts/full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,7 @@ export date_version=$(date -d "$(rdate -n -4 -p ntp.aliyun.com)" +'%Y-%m-%d')
sed -i "s/${orig_version}/${orig_version} (${date_version})/g" zzz-default-settings
popd

# CF-811AC无线网卡驱动(rtl8821cu)
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8812au-ac package/kernel/rtl8812au-ac
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8188eu package/kernel/rtl8188eu
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8821cu package/kernel/rtl8821cu
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl88x2bu package/kernel/rtl88x2bu

# MT7921、MT7922、MT7916网卡驱动
# MT7921、MT7916网卡驱动
rm -rf package/kernel/mac80211/Makefile
cp -f $GITHUB_WORKSPACE/Makefile package/kernel/mac80211/Makefile

Expand Down
8 changes: 1 addition & 7 deletions scripts/simplify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,7 @@ export date_version=$(date -d "$(rdate -n -4 -p ntp.aliyun.com)" +'%Y-%m-%d')
sed -i "s/${orig_version}/${orig_version} (${date_version})/g" zzz-default-settings
popd

# CF-811AC无线网卡驱动(rtl8821cu)
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8812au-ac package/kernel/rtl8812au-ac
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8188eu package/kernel/rtl8188eu
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl8821cu package/kernel/rtl8821cu
# svn export https://github.com/immortalwrt/immortalwrt/trunk/package/kernel/rtl88x2bu package/kernel/rtl88x2bu

# MT7921、MT7922、MT7916网卡驱动
# MT7921、MT7916网卡驱动
rm -rf package/kernel/mac80211/Makefile
cp -f $GITHUB_WORKSPACE/Makefile package/kernel/mac80211/Makefile

Expand Down

0 comments on commit b09f979

Please sign in to comment.