mirror of https://github.com/OpenIPC/composer.git
Update t31_baresip project
parent
c852d993ee
commit
004aae3794
|
@ -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
15
stapler
|
@ -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 -
|
||||
|
||||
|
|
Loading…
Reference in New Issue