parent
81c3eced8f
commit
4763f0fcf6
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -39,4 +39,4 @@ CONFIG_PACKAGE_luci-theme-argon=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_rtl8821ce-firmware=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
|
@ -104,7 +104,7 @@ if [[ $DEVICE == 'r1s' ]]; then
|
|||
git log --grep r1s -i | grep '^commit ' | head -n -2 | cut -d' ' -f2 | tac | xargs git show | sed '0,/UENV/s//ATF/' > r1s.diff
|
||||
git show 632c4c91e7640a354dc421fa324fd705b734252d 7fb1b00f5f6214bf7a29d3781d260a7e7c8547c9 >> r1s.diff
|
||||
cd ~/lede && chmod +x target/linux/sunxi/base-files/etc/board.d/* && git apply ~/immortalwrt/r1s.diff
|
||||
sed -i 's/kmod-rtl8189es//' target/linux/sunxi/image/cortexa53.mk
|
||||
sed -i 's/kmod-rtl8189es//;s/wpad-basic-openssl/wpad-basic-wolfssl/' target/linux/sunxi/image/cortexa53.mk
|
||||
sed -i 's/arm-trusted-firmware-sunxi-a64/trusted-firmware-a-sunxi-a64/' package/boot/uboot-sunxi/Makefile
|
||||
merge_package https://github.com/immortalwrt/immortalwrt/branches/openwrt-18.06-k5.4/package/emortal/autocore
|
||||
fi
|
||||
|
@ -117,7 +117,7 @@ fi
|
|||
|
||||
# fix for r1s-h3
|
||||
if [[ $DEVICE == 'r1s-h3' ]]; then
|
||||
sed -i 's/kmod-leds-gpio//;s/wpad-basic-wolfssl/wpad-basic-openssl/;' target/linux/sunxi/image/cortexa7.mk
|
||||
sed -i 's/kmod-leds-gpio//' target/linux/sunxi/image/cortexa7.mk
|
||||
fi
|
||||
|
||||
case $DEVICE in
|
||||
|
|
|
@ -36,7 +36,7 @@ CONFIG_PACKAGE_kmod-sound-core=y
|
|||
|
||||
CONFIG_PACKAGE_iw=y
|
||||
CONFIG_PACKAGE_iwinfo=y
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=y
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=y
|
||||
CONFIG_DRIVER_11AC_SUPPORT=y
|
||||
CONFIG_DRIVER_11N_SUPPORT=y
|
||||
CONFIG_DRIVER_11W_SUPPORT=y
|
||||
|
|
Loading…
Reference in New Issue