Improve the post_config.sh after the 1st time power on with new SD card:

1. chmod +x for all onboard .sh files
2. install the package for bridge functionalities by default
This commit is contained in:
Xianjun Jiao 2022-03-28 12:32:36 +02:00
parent 7d48624548
commit bf351a865f

View File

@ -30,6 +30,8 @@ fi
# add gateway (PC) for internet access
route add default gw 192.168.10.1 || true
chmod +x *.sh
# build sdrctl
sudo apt-get -y install libnl-3-dev
sudo apt-get -y install libnl-genl-3-dev
@ -52,6 +54,7 @@ sudo apt-get -y install tcpdump
sudo apt-get -y install webfs
sudo apt-get -y install iperf
sudo apt-get -y install libpcap-dev
sudo apt-get -y install bridge-utils
# change the root password to openwifi
cat /etc/passwd