From a1be6fe628754be147f72776d891947500ff8432 Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Sun, 4 Mar 2012 21:37:43 +0000 Subject: rename WR841 files The symlink is for backward compatbility with backfire. In trunk the N/ND suffix is ommitted. diff --git a/files/ar71xx-tl-wr841/etc/config/network b/files/ar71xx-tl-wr841/etc/config/network new file mode 100644 index 0000000..2b4d140 --- /dev/null +++ b/files/ar71xx-tl-wr841/etc/config/network @@ -0,0 +1,22 @@ +config 'interface' 'loopback' + option 'ifname' 'lo' + option 'proto' 'static' + option 'ipaddr' '127.0.0.1' + option 'netmask' '255.0.0.0' + +config 'interface' 'mesh' + option 'type' 'bridge' + option 'ifname' 'bat0 wlan0' + option 'mtu' '1527' + +config 'interface' 'lan' + option 'type' 'bridge' + option 'proto' 'static' + option 'netmask' '255.255.255.0' + option 'ifname' 'eth0' + option 'ipaddr' '10.17.200.1' + +config 'interface' 'wan' + option 'ifname' 'eth1' + option 'proto' 'dhcp' + option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' diff --git a/files/ar71xx-tl-wr841nd b/files/ar71xx-tl-wr841nd new file mode 120000 index 0000000..79629c7 --- /dev/null +++ b/files/ar71xx-tl-wr841nd @@ -0,0 +1 @@ +ar71xx-tl-wr841/ \ No newline at end of file diff --git a/files/ar71xx-tl-wr841nd-v5/etc/config/network b/files/ar71xx-tl-wr841nd-v5/etc/config/network deleted file mode 100644 index 2b4d140..0000000 --- a/files/ar71xx-tl-wr841nd-v5/etc/config/network +++ /dev/null @@ -1,22 +0,0 @@ -config 'interface' 'loopback' - option 'ifname' 'lo' - option 'proto' 'static' - option 'ipaddr' '127.0.0.1' - option 'netmask' '255.0.0.0' - -config 'interface' 'mesh' - option 'type' 'bridge' - option 'ifname' 'bat0 wlan0' - option 'mtu' '1527' - -config 'interface' 'lan' - option 'type' 'bridge' - option 'proto' 'static' - option 'netmask' '255.255.255.0' - option 'ifname' 'eth0' - option 'ipaddr' '10.17.200.1' - -config 'interface' 'wan' - option 'ifname' 'eth1' - option 'proto' 'dhcp' - option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8' -- cgit v0.10.1