Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Jul 22, 2023
1 parent 81c3ece commit 4763f0f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion r1p-lts.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion r1p.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion r1s-h3.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion r2c.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion r2s.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion r4s.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion r5s.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion x86.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4763f0f

Please sign in to comment.