Am Ende waren Dhcp-Probleme. Ich hatte dnsmasq nicht eingerichtet, um DHCP zum Gateway weiterzuleiten.
Ich habe die beiden Zeilen zum Skript hinzugefügt:
killall dnsmasq
dnsmasq --dhcp-relay=<local address>,<server address>
Und ersetzte die IP-Adressen innerhalb der <> und voila.
Es funktioniert, ich werde nicht sagen, dass es besonders stabil ist.
#/bin/sh killall wpa_supplicant killall dnsmasq brctl addbr br0 brctl addif br0 eth0 wlan0 dhclient br0 dnsmasq --dhcp-relay=<local address>,<server address> hostapd /etc/hostapd/hostapd.conf