Add new meshwizard (WIP)
authorManuel Munz <freifunk@somakoma.de>
Thu, 23 Jun 2011 15:52:00 +0000 (15:52 +0000)
committerManuel Munz <freifunk@somakoma.de>
Thu, 23 Jun 2011 15:52:00 +0000 (15:52 +0000)
commitab87896104be09072ccccad305588d46370ab5ad
treefc3c5a5db319668cf1185c671268bc8cdae7316b
parente88fd858a1c0d3dbac4703224dc63cb498839432
Add new meshwizard (WIP)
45 files changed:
applications/luci-meshwizard/Makefile [new file with mode: 0644]
applications/luci-meshwizard/ipkg/postinst [new file with mode: 0644]
applications/luci-meshwizard/luasrc/controller/meshwizard.lua [new file with mode: 0644]
applications/luci-meshwizard/luasrc/model/cbi/freifunk/meshwizard.lua [new file with mode: 0644]
contrib/package/luci/Makefile
contrib/package/meshwizard/Makefile [new file with mode: 0644]
contrib/package/meshwizard/files/etc/config/meshwizard [new file with mode: 0644]
contrib/package/meshwizard/files/usr/bin/meshwizard/functions.sh [new file with mode: 0644]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/check-range-in-range.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/common.awk [new file with mode: 0644]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_bssid.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/gen_dhcp_ip.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/initial_config.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/ipcalc-cidr.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/read_defaults.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/rename-wifi.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dhcp.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_dnsmasq.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_firewall.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_network.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_olsrd.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_splash.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh [new file with mode: 0755]
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh [new file with mode: 0755]
modules/freifunk/root/etc/config/freifunk
modules/freifunk/root/etc/config/profile_-custom [deleted file]
modules/freifunk/root/etc/config/profile_Freifunk [new file with mode: 0644]
modules/freifunk/root/etc/config/profile_augsburg
po/ca/meshwizard.po [new file with mode: 0644]
po/de/meshwizard.po [new file with mode: 0644]
po/el/meshwizard.po [new file with mode: 0644]
po/en/meshwizard.po [new file with mode: 0644]
po/es/meshwizard.po [new file with mode: 0644]
po/fr/meshwizard.po [new file with mode: 0644]
po/it/meshwizard.po [new file with mode: 0644]
po/ja/meshwizard.po [new file with mode: 0644]
po/ms/meshwizard.po [new file with mode: 0644]
po/no/meshwizard.po [new file with mode: 0644]
po/pl/meshwizard.po [new file with mode: 0644]
po/pt/meshwizard.po [new file with mode: 0644]
po/pt_BR/meshwizard.po [new file with mode: 0644]
po/ru/meshwizard.po [new file with mode: 0644]
po/templates/meshwizard.pot [new file with mode: 0644]
po/vi/meshwizard.po [new file with mode: 0644]
po/zh_CN/meshwizard.po [new file with mode: 0644]