diff --git a/etc/config/dhcp.tpl b/etc/config/dhcp.tpl index 3d30ee6..55829a3 100644 --- a/etc/config/dhcp.tpl +++ b/etc/config/dhcp.tpl @@ -33,4 +33,4 @@ config odhcpd 'odhcpd' option maindhcp '0' option leasefile '/tmp/hosts/odhcpd' option leasetrigger '/usr/sbin/odhcpd-update' - option loglevel '4' \ No newline at end of file + option loglevel '4' diff --git a/etc/config/network.tpl b/etc/config/network.tpl index 1fb47cc..04e43a2 100644 --- a/etc/config/network.tpl +++ b/etc/config/network.tpl @@ -22,4 +22,4 @@ config 'interface' 'wan' config 'interface' 'wan6' option 'ifname' 'eth1' - option 'proto' 'dhcpv6' \ No newline at end of file + option 'proto' 'dhcpv6' diff --git a/etc/config/system.tpl b/etc/config/system.tpl index b17168f..0c9ffde 100644 --- a/etc/config/system.tpl +++ b/etc/config/system.tpl @@ -12,4 +12,4 @@ config timeserver 'ntp' list server '0.openwrt.pool.ntp.org' list server '1.openwrt.pool.ntp.org' list server '2.openwrt.pool.ntp.org' - list server '3.openwrt.pool.ntp.org' \ No newline at end of file + list server '3.openwrt.pool.ntp.org' diff --git a/etc/config/wireless.tpl b/etc/config/wireless.tpl index a8049a7..ad02922 100644 --- a/etc/config/wireless.tpl +++ b/etc/config/wireless.tpl @@ -13,4 +13,4 @@ config 'wifi-iface' "${WIFI_IFACE}" option 'ssid' "${WIFI_SSID}" option 'encryption' "${WIFI_ENCRYPTION}" option 'key' "${WIFI_KEY}" - option 'disassoc_low_ack' '0' \ No newline at end of file + option 'disassoc_low_ack' '0'