#!/bin/sh # # Copyright (C) 2017 devolo AG # [ -f /etc/customization.sh ] && . /etc/customization.sh . /lib/functions.sh . /lib/delos-functions.sh board= if [ -e /lib/ar71xx.sh ]; then . /lib/ar71xx.sh board=$(ar71xx_board_name) elif [ -e /lib/ipq806x.sh ];then . /lib/ipq806x.sh board=$(ipq806x_board_name) fi # check marker uci_get wireless delos_uninitialized >/dev/null || exit 0 WIFI0_HTMODE="${_DVL_DEFAULT_WIFI_2G_HTMODE:-HT40}" WIFI0=$(cat </etc/config/wireless </etc/config/wireless <