From 2d454023600cd46917f2ed87da65f50c1b66bd24 Mon Sep 17 00:00:00 2001 From: MuffinSpawn Date: Thu, 18 Aug 2016 16:43:30 -0500 Subject: [PATCH] Prevent overwritting wvdial.conf when configure is run. Will add functionality to deal with this in the image build script later... --- device_rules/wwan_modems/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/device_rules/wwan_modems/install.sh b/device_rules/wwan_modems/install.sh index 132c13c..cd5253e 100755 --- a/device_rules/wwan_modems/install.sh +++ b/device_rules/wwan_modems/install.sh @@ -5,9 +5,6 @@ set -e rm -f /etc/udev/rules.d/75-wwan-net.rules cp 75-wwan-net.rules /etc/udev/rules.d/ -rm -f /etc/wvdial.conf -cp ./wvdial.conf /etc/ - rm -f /usr/bin/wvwaggle.sh cp ./wvwaggle.sh /usr/bin/ chmod +x /usr/bin/wvwaggle.sh