Changeset 7869

Show
Ignore:
Timestamp:
11/02/11 14:38:15 (19 months ago)
Author:
soma
Message:

luci-0.10: Merge r7868

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.10/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh

    r7865 r7869  
    7171# Always disable it first to make sure its disabled when the user decied to share his internet 
    7272uci set freifunk-policyrouting.pr.enable=0 
    73 if [ ! "$sharenet" == 1 ] && [ ! "$(uci -q get meshwizard.netconfig.wan_proto)" == "olsr" ]; then 
     73if [ ! "$general_sharenet" == 1 ] && [ ! "$(uci -q get meshwizard.netconfig.wan_proto)" == "olsr" ]; then 
    7474    $dir/helpers/setup_policyrouting.sh 
    7575fi