Merge branch 'develop' of ssh://git.aredn.org/aredn_ar71xx into develop

This commit is contained in:
Darryl Quinn 2015-04-13 17:11:44 -05:00
commit 9593bf7100
1 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@
use perlfunc;
#Check what config file we are building for
if ( !$ARGV[0] ) {
$UCI_CONF_FILE="olsrd";
} else {
$UCI_CONF_FILE=$ARGV[0];
}
if ( $UCI_CONF_FILE eq "olsrd6" ) {
# We only generate entries for IPv4 at moment"
exit 0;
}
@names = @hosts = @services = ();
# canonical names for this node