SSH to your Kindle and run: mntroot rw
You can then put your script in /etc/network/if-up.d/ and edit the /etc/network/interfaces file and add this line at the end of the file after "iface wlan0 inet dhcp"
Quote:
post-up /etc/network/if-up.d/YOURSCRIPT.sh
|
Remember to
chmod +x your script and to
mntroot ro when you're done.
You could probably check the SSID in the script to see if you are connecting to your university access point, but that's up to you.
Hope that helps.