diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | files/common/etc/config/wireless | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ # default targets all: image/trunk/openwrt-ar71xx-tl-wr841 \ - image/trunk/openwrt-ar71xx-tl-wr741 \ - image/trunk/openwrt-atheros + image/trunk/openwrt-ar71xx-tl-wr741 # parallelization: # This Makefile reuses the same OpenWRT repo for multiple targets, diff --git a/files/common/etc/config/wireless b/files/common/etc/config/wireless index 16ca8f2..a825fe3 100644 --- a/files/common/etc/config/wireless +++ b/files/common/etc/config/wireless @@ -12,7 +12,7 @@ config wifi-device radio0 config wifi-iface option device radio0 option mode adhoc - option ssid batman.jena.freifunk.net + option ssid batman.freifunk-jena.de option bssid 12:CA:FF:EE:BA:BE option hidden 1 |