native-dev: add wireless driver for rtl8821CU
This commit is contained in:
3
.github/workflows/r2s_native-dev.yml
vendored
3
.github/workflows/r2s_native-dev.yml
vendored
@@ -41,7 +41,8 @@ jobs:
|
|||||||
cd openwrt
|
cd openwrt
|
||||||
echo 'CONFIG_TARGET_rockchip=y
|
echo 'CONFIG_TARGET_rockchip=y
|
||||||
CONFIG_TARGET_rockchip_armv8=y
|
CONFIG_TARGET_rockchip_armv8=y
|
||||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y' > .config
|
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y
|
||||||
|
CONFIG_PACKAGE_kmod-rtl8821cu=y' > .config
|
||||||
cat ../base_rk3328.seed >> .config
|
cat ../base_rk3328.seed >> .config
|
||||||
cat ../minimal_config.seed >> .config
|
cat ../minimal_config.seed >> .config
|
||||||
echo -e 'CONFIG_PACKAGE_kmod-mt7601u=y\n' >> .config
|
echo -e 'CONFIG_PACKAGE_kmod-mt7601u=y\n' >> .config
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ if [[ `pwd` == *"rk3328"* ]]; then
|
|||||||
fi
|
fi
|
||||||
[ ! -d luci-app-adguardhome ] && git clone https://github.com/rufengsuixing/luci-app-adguardhome
|
[ ! -d luci-app-adguardhome ] && git clone https://github.com/rufengsuixing/luci-app-adguardhome
|
||||||
[ ! -d luci-app-mentohust ] && git clone https://github.com/BoringCat/luci-app-mentohust
|
[ ! -d luci-app-mentohust ] && git clone https://github.com/BoringCat/luci-app-mentohust
|
||||||
[ ! -d mentohust ] && git clone https://github.com/KyleRicardo/MentoHUST-OpenWrt-ipk
|
[ ! -d mentohust ] && svn co https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw/mentohust
|
||||||
rm -rf luci-theme-argon/ && git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon
|
rm -rf luci-theme-argon/ && git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon
|
||||||
rm -rf luci-theme-edge/ && git clone -b 18.06 https://github.com/garypang13/luci-theme-edge
|
rm -rf luci-theme-edge/ && git clone -b 18.06 https://github.com/garypang13/luci-theme-edge
|
||||||
rm -rf luci-theme-infinityfreedom/ && git clone https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom
|
rm -rf luci-theme-infinityfreedom/ && git clone https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom
|
||||||
|
|||||||
Reference in New Issue
Block a user