@@ -25,10 +25,11 @@ stty $OLDCONFIG
25
25
# fi
26
26
#
27
27
28
+ # connecting to router
29
+ telnet 192.168.1.1
28
30
# replacing /etc/opkg.conf file with the one from us
29
31
echo ' Updating the opkg configuration file'
30
32
cp /etc/opkg.conf /etc/opkg.conf.backup
31
- rm -rf /etc/opkg.conf
32
33
cp opkg.conf /etc/
33
34
echo ' Done'
34
35
# installing aiccu and radvd
@@ -50,7 +51,6 @@ nano aiccu
50
51
51
52
# the aiccu file that was edited by the user is being copied where it should be
52
53
cp /etc/config/aiccu /etc/config/aiccu.backup
53
- rm -rf /etc/config/aiccu
54
54
cp aiccu /etc/config/
55
55
56
56
echo ' aiccu config done'
68
68
Pause
69
69
70
70
nano radvd
71
-
72
71
cp /etc/config/radvd /etc/config/radvd.backup
73
- rm -rf /etc/config/radvd
74
72
cp radvd /etc/config
75
73
76
74
echo ' radvd config done'
77
75
echo
78
76
# we will provide the system file already modified with what it needs for the Copenhagen/Denmark time zone
79
77
echo ' The system file is being replaced'
80
78
cp /etc/config/system /etc/config/system.backup
81
- rm -rf /etc/config/system
82
79
cp system /etc/config
83
80
echo
84
81
# replacing /etc/config/network file with the one from us
85
82
echo ' The network file is being replaced'
86
83
cp /etc/config/network /etc/config/network.backup
87
- rm -rf /etc/config/network
88
84
cp network /etc/config/
89
85
echo
90
86
# replacing /etc/config/firewall file with the one from us
91
87
echo ' The firewall file is being replaced'
92
88
cp /etc/config/firewall /etc/config/firewall.backup
93
- rm -rf /etc/config/firewall
94
89
cp firewall /etc/config/
95
90
echo
96
91
# the system must be rebooted here
0 commit comments