Skip to content

Commit

Permalink
Move wifi credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
roleoroleo committed Nov 6, 2024
1 parent 77a1275 commit 8a971b9
Show file tree
Hide file tree
Showing 19 changed files with 76 additions and 76 deletions.
8 changes: 4 additions & 4 deletions sdhack/b091qp/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/h30ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/h51ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/h52ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/h60ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/q321br_lsx/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/q705br/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/qg311r/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/r30gb/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/r35gb/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/r40ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y211ba/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y211ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y213ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y21ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y28ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y291ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y29ga/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down
8 changes: 4 additions & 4 deletions sdhack/y623/Factory/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ else

cp /tmp/init.sh /backup/init.sh
rm /tmp/init.sh
fi

### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi
### Set wireless credentials if configure_wifi.cfg exists
if [ -e /tmp/sd/Factory/configure_wifi.cfg ]; then
/tmp/sd/Factory/configure_wifi.sh
fi

### Disable the hack for next reboot
Expand Down

0 comments on commit 8a971b9

Please sign in to comment.