From edec459375e83d8b238368c218c4aae042d79d16 Mon Sep 17 00:00:00 2001 From: lihaibo Date: Tue, 29 Oct 2024 14:00:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=201=E3=80=81=E4=BD=BF=E8=83=BDsys/class?= =?UTF-8?q?/gpio=202=E3=80=81=E6=B7=BB=E5=8A=A0=E4=B8=B4=E6=97=B6=E4=BA=A7?= =?UTF-8?q?=E6=B5=8B=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v851s/configs/fastboot_sl100_back/linux/config-4.9 | 2 +- .../busybox-init-base-files/APP/fat_info.ini | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/APP/fat_info.ini diff --git a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 index 21dfb72e6..ba24f9e14 100755 --- a/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 +++ b/device/config/chips/v851s/configs/fastboot_sl100_back/linux/config-4.9 @@ -1281,7 +1281,7 @@ CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y CONFIG_GPIOLIB=y CONFIG_OF_GPIO=y # CONFIG_DEBUG_GPIO is not set -# CONFIG_GPIO_SYSFS is not set +CONFIG_GPIO_SYSFS=y # # Memory mapped GPIO drivers diff --git a/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/APP/fat_info.ini b/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/APP/fat_info.ini new file mode 100755 index 000000000..1d3ad8c69 --- /dev/null +++ b/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/APP/fat_info.ini @@ -0,0 +1,8 @@ +#fat info + +[fat_info] +ip = 192.168.0.111 +port = 12412 +mode = 1 + +[end]