Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Jul 21, 2023
1 parent 77b48dc commit 3f4810c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=y
CONFIG_DRIVER_11AC_SUPPORT=y
CONFIG_DRIVER_11N_SUPPORT=y
CONFIG_DRIVER_11W_SUPPORT=y
3 changes: 2 additions & 1 deletion scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ sed -i '3 i sed -i "/^exit.*/i\\/bin\\/mount -o remount,rw /" /etc/rc.local' `fi
if [[ $DEVICE == 'r1s' ]]; then
cd ~ && rm -rf immortalwrt/ && git clone -b openwrt-21.02 https://github.com/immortalwrt/immortalwrt && cd immortalwrt
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 124116564e8a6081e79cb2e87b0d87b2af99c583 632c4c91e7640a354dc421fa324fd705b734252d 7fb1b00f5f6214bf7a29d3781d260a7e7c8547c9 >> 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/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 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-wolfssl=y
CONFIG_PACKAGE_wpad-basic-openssl=y
CONFIG_DRIVER_11AC_SUPPORT=y
CONFIG_DRIVER_11N_SUPPORT=y
CONFIG_DRIVER_11W_SUPPORT=y

0 comments on commit 3f4810c

Please sign in to comment.