From bf351a865f09e2f007eabfe6e949170880382309 Mon Sep 17 00:00:00 2001 From: Xianjun Jiao Date: Mon, 28 Mar 2022 12:32:36 +0200 Subject: [PATCH] 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 --- user_space/post_config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_space/post_config.sh b/user_space/post_config.sh index 0212827..045c09d 100755 --- a/user_space/post_config.sh +++ b/user_space/post_config.sh @@ -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