X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=contrib%2Fpackage%2Fcommunity-profiles%2Ffiles%2Fetc%2Fconfig%2Fprofile_halle;h=30d0e8fa4f57c7d24e17277a8c21e82a80d78352;hp=0e8e43fdab120dab90f6f213654d74c64b51c70b;hb=0caa02de48b1dcfe9857c53729c4be94cc715d4e;hpb=0f1e39a90ab29ba8a754c6a0636d742e7a612a02 diff --git a/contrib/package/community-profiles/files/etc/config/profile_halle b/contrib/package/community-profiles/files/etc/config/profile_halle index 0e8e43fda..30d0e8fa4 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_halle +++ b/contrib/package/community-profiles/files/etc/config/profile_halle @@ -1,12 +1,16 @@ config 'community' 'profile' option 'name' 'Freifunk Halle' - option 'homepage' 'http://freifunk-halle.net' + option 'homepage' 'http://freifunk-halle.org' option 'ssid' 'halle.freifunk.net' - option 'mesh_network' '104.62.0.0/16' - option 'splash_network' '10.104.0.0/16' + option 'mesh_network' '10.62.0.0/16' + option 'splash_network' '6.0.0.0/8' option 'splash_prefix' '27' option 'latitude' '51.47911' option 'longitude' '11.96901' + option 'adhoc_dhcp_when_vap' '0' + option 'suffix' 'ffhal' + option 'vap' '1' + option 'batman' '1' config 'defaults' 'wifi_device' option 'channel' '13' @@ -15,8 +19,17 @@ config 'defaults' 'wifi_device' config 'defaults' 'bssidscheme' option 'all' '02:CA:FF:EE:BA:BE' +config 'defaults' 'luci_splash' + option 'redirect_url' 'http://freifunk-halle.org/willkommen.php' + config 'defaults' 'interface' - option 'netmask' '255.0.0.0' + option 'netmask' '255.255.255.255' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'dhcp' + option 'leasetime' '5m' config 'defaults' 'olsrd' option 'AllowNoInt' 'yes' @@ -38,3 +51,21 @@ config 'defaults' 'olsr_interface' option 'MidValidityTime' '375.0' option 'HnaInterval' '25.0' option 'HnaValidityTime' '375.0' + +config widget 'rsshalle' + option cache '3600' + option width '50%' + option title 'neuste Foreneinträge in Halle' + option template 'rssfeed' + option enabled '1' + option max '5' + option url 'http://www.freifunk-halle.org/rss.php' + +config widget 'rssbundesweit' + option cache '3600' + option width '50%' + option title 'bundesweiter Freifunk Blog' + option template 'rssfeed' + option enabled '1' + option max '10' + option url 'http://blog.freifunk.net/rss.xml'