Update Baresip project

pull/6/head
Igor Zalatov (from Citadel PC) 2023-10-22 14:45:39 +03:00
parent a70bce831f
commit 85c2ebce4b
5 changed files with 7 additions and 10 deletions

View File

@ -54,6 +54,7 @@ BR2_GLOBAL_PATCH_DIR="$(BR2_EXTERNAL)/package/all-patches"
# OpenIPC packages # OpenIPC packages
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config" BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config"
BR2_PACKAGE_DROPBEAR_OPENIPC=y BR2_PACKAGE_DROPBEAR_OPENIPC=y
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
# BR2_PACKAGE_FDK_AAC_OPENIPC is not set # BR2_PACKAGE_FDK_AAC_OPENIPC is not set
BR2_PACKAGE_UBOOT_TOOLS=y BR2_PACKAGE_UBOOT_TOOLS=y
BR2_PACKAGE_GOKE_OSDRV_GK7205V200=y BR2_PACKAGE_GOKE_OSDRV_GK7205V200=y
@ -101,6 +102,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC=y BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MEDIATEK_MT7601U=y BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MEDIATEK_MT7601U=y
# BR2_PACKAGE_RTL8188EU is not set # BR2_PACKAGE_RTL8188EU is not set
BR2_PACKAGE_RTL8733BU_OPENIPC=y
# WIREGUARD # WIREGUARD
BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y

View File

@ -1,9 +0,0 @@
#!/bin/sh
device=$(fw_printenv -n wlandev)
if [ "$1" = "start" ] && [ ! -z "$device" ]; then
if /etc/wireless "$device"; then
echo "$device" | logger
fi
fi

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# GPIO initialization and voltage supply to the LFD
#
devmem 0x120c0010 32 2 devmem 0x120c0010 32 2
[ -d /sys/class/gpio/gpio12 ] || echo 12 >/sys/class/gpio/export [ -d /sys/class/gpio/gpio12 ] || echo 12 >/sys/class/gpio/export
echo out >/sys/class/gpio/gpio12/direction echo out >/sys/class/gpio/gpio12/direction

View File

@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
# Initializing the second UART as /tty/AMA1
#
devmem 0x112c0070 32 0x2 devmem 0x112c0070 32 0x2
devmem 0x112c0074 32 0x2 devmem 0x112c0074 32 0x2

View File

@ -19,7 +19,7 @@ nightMode:
enabled: true enabled: true
irSensorPinInvert: false irSensorPinInvert: false
irCutPin1: 15 irCutPin1: 15
irCutPin2: 14 irCutPin2: 13
records: records:
enabled: false enabled: false
path: /mnt/mmc/%Y/%m/%d/%H.mp4 path: /mnt/mmc/%Y/%m/%d/%H.mp4