diff --git a/config/boards/orangepi3-lts.conf b/config/boards/orangepi3-lts.conf index 1d72a1ce53..581a584f7e 100644 --- a/config/boards/orangepi3-lts.conf +++ b/config/boards/orangepi3-lts.conf @@ -6,7 +6,7 @@ BOARD_MAINTAINER="pyavitz" BOOT_FDT_FILE="allwinner/sun50i-h6-orangepi-3-lts.dtb" BOOTCONFIG="orangepi_3_lts_defconfig" BOOT_LOGO="desktop" -CRUSTCONFIG="orangepi_3_lts_defconfig" +CRUSTCONFIG="pine_h64_defconfig" KERNEL_TARGET="current,edge" KERNEL_TEST_TARGET="current" PACKAGE_LIST_BOARD="rfkill bluetooth bluez bluez-tools" diff --git a/patch/crust/add-defconfig-for-orangepi-3-lts.patch b/patch/crust/add-defconfig-for-orangepi-3-lts.patch deleted file mode 100644 index f25310e18d..0000000000 --- a/patch/crust/add-defconfig-for-orangepi-3-lts.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/configs/orangepi_3_lts_defconfig b/configs/orangepi_3_lts_defconfig -new file mode 100644 -index 0000000..2647faa ---- /dev/null -+++ b/configs/orangepi_3_lts_defconfig -@@ -0,0 +1,4 @@ -+CONFIG_PLATFORM_H6=y -+CONFIG_CIR=y -+CONFIG_I2C_PINS_PL0_PL1=y -+CONFIG_MFD_AXP20X=y