Update t31_baresip project

pull/1/head
Igor Zalatov (from Citadel PC) 2022-08-31 21:41:55 +03:00
parent c852d993ee
commit 004aae3794
2 changed files with 14 additions and 15 deletions

View File

@ -88,13 +88,13 @@ BR2_PACKAGE_VTUND_OPENIPC=y
BR2_PACKAGE_YAML_CLI=y
# WiFi
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC=y
BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MT7601U=y
# BR2_PACKAGE_WIRELESS_TOOLS is not set
# BR2_PACKAGE_WPA_SUPPLICANT is not set
# BR2_PACKAGE_WPA_SUPPLICANT_CLI is not set
# BR2_PACKAGE_WPA_SUPPLICANT_NL80211 is not set
# BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE is not set
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC is not set
# BR2_PACKAGE_LINUX_FIRMWARE_OPENIPC_MT7601U is not set
# BR2_PACKAGE_RTL8188EU is not set
# WIREGUARD

15
stapler
View File

@ -22,17 +22,18 @@ echo_c() {
echo -e "$t"
}
2archive() {
mkdir -p ../archive/${PROJECT}_${OUTTIME}
cp -av output/images/*.tar output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
echo_c 35 "\nYou can get the new assembled firmware components here:\n"
tree -C ../archive/${PROJECT}_${OUTTIME}
}
2tftp() {
echo_c 32 "\nStart transferring files to the TFTP server ...\n"
scp -r output/images/rootfs.squashfs.* output/images/uImage.* ${TFTPSRV}
}
2archive() {
mkdir -p ../archive/${PROJECT}_${OUTTIME}
cp -av output/images/rootfs.squashfs.* output/images/uImage.* ../archive/${PROJECT}_${OUTTIME}
}
echo_c 32 "\nAttention, let's start working on the ${PROJECT} project ...\n"
@ -43,8 +44,6 @@ cp -afv projects/${PROJECT}/* firmware
cd firmware
./building.sh ${PROJECT}
2archive; 2tftp
echo_c 35 "\nYou can get the new assembled firmware components here:\n"
tree -C ../archive/${PROJECT}_${OUTTIME}
echo_c 35 "\nRollback to home ...\n"
cd -