File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ rsync -avz $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/target/ target
2828# ------------------ packages ------------------------------------
2929
3030# enable armv8 crypto for mbedtls
31- # TODO : reenable
32- # cp $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch \
33- # package/libs/mbedtls/patches/
31+ cp $ROOTDIR /openwrt-$OPENWRT_BRANCH /patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch \
32+ package/libs/mbedtls/patches/
3433
3534# enable motorcomm for R2C
3635echo " CONFIG_MOTORCOMM_PHY=y" >> target/linux/rockchip/armv8/config-5.15
Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ rsync -avz $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/target/ target
2828# ------------------ packages ------------------------------------
2929
3030# enable armv8 crypto for mbedtls
31- cp $ROOTDIR /openwrt-$OPENWRT_BRANCH /patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch \
32- package/libs/mbedtls/patches/
31+ # TODO : reenable
32+ # cp $ROOTDIR/openwrt-$OPENWRT_BRANCH/patches/package/mbedtls/patches/200-Implements-AES-and-GCM-with-ARMv8-Crypto-Extensions.patch \
33+ # package/libs/mbedtls/patches/
3334
3435# enable motorcomm for R2C
3536echo " CONFIG_MOTORCOMM_PHY=y" >> target/linux/rockchip/armv8/config-6.6
You can’t perform that action at this time.
0 commit comments