[pisa-src] r1713 - in trunk/openwrt/template-asus-wl500w: . etc etc/banner etc/config etc/config/dhcp etc/config/dropbear etc/config/firewall etc/config/httpd etc/config/network etc/config/ntpclient etc/confi...

  • From: Jahn Bertsch <jahn.bertsch@xxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 19 Nov 2009 15:29:26 +0100

Author: bertsch
Date: Thu Nov 19 15:29:26 2009
New Revision: 1713

Log:
Added configuration template for asus wl500w.

Added:
   trunk/openwrt/template-asus-wl500w/
   trunk/openwrt/template-asus-wl500w/etc/
   trunk/openwrt/template-asus-wl500w/etc/banner   (contents, props changed)
   trunk/openwrt/template-asus-wl500w/etc/config/
   trunk/openwrt/template-asus-wl500w/etc/config/dhcp   (contents, props 
changed)
   trunk/openwrt/template-asus-wl500w/etc/config/dropbear   (contents, props 
changed)
   trunk/openwrt/template-asus-wl500w/etc/config/firewall   (contents, props 
changed)
   trunk/openwrt/template-asus-wl500w/etc/config/httpd   (contents, props 
changed)
   trunk/openwrt/template-asus-wl500w/etc/config/network
   trunk/openwrt/template-asus-wl500w/etc/config/ntpclient   (contents, props 
changed)
   trunk/openwrt/template-asus-wl500w/etc/config/system
   trunk/openwrt/template-asus-wl500w/etc/config/wireless
   trunk/openwrt/template-asus-wl500w/etc/dropbear/
   trunk/openwrt/template-asus-wl500w/etc/dropbear/authorized_keys   (contents, 
props changed)
   trunk/openwrt/template-asus-wl500w/etc/hip   (contents, props changed)
   trunk/openwrt/template-asus-wl500w/etc/hosts   (contents, props changed)
   trunk/openwrt/template-asus-wl500w/etc/opkg.conf   (contents, props changed)
   trunk/openwrt/template-asus-wl500w/etc/pisa   (contents, props changed)

Added: trunk/openwrt/template-asus-wl500w/etc/banner
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/banner       Thu Nov 19 15:29:26 
2009        (r1713)
@@ -0,0 +1 @@
+link ../../files/etc/banner
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/dhcp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/dhcp  Thu Nov 19 15:29:26 
2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/config/dhcp
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/dropbear
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/dropbear      Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/config/dropbear
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/firewall
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/firewall      Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/config/firewall
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/httpd
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/httpd Thu Nov 19 15:29:26 
2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/config/httpd
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/network
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/network       Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1,32 @@
+#### VLAN configuration
+config switch eth0
+        option vlan0    "0 1 2 3 4 5u"
+
+
+#### Loopback configuration
+config interface loopback
+        option ifname   "lo"
+        option proto    static
+        option ipaddr   127.0.0.1
+        option netmask  255.0.0.0
+
+
+#### LAN configuration
+config interface lan
+        option type     bridge
+        option ifname   "eth0"
+        option proto    static
+        option ipaddr   192.168.6.##ROUTER_NUMBER##
+        option netmask  255.255.255.0
+
+
+#### WAN configuration
+config interface        wan
+        option ifname   "eth1"
+#        option proto    dhcp
+        option proto    static
+        option ipaddr   192.168.5.##ROUTER_NUMBER##
+        option netmask  255.255.255.0
+        option gateway  192.168.5.1
+        option dns      134.130.5.1
+        option dns      134.130.4.1

Added: trunk/openwrt/template-asus-wl500w/etc/config/ntpclient
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/ntpclient     Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/config/ntpclient
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/config/system
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/system        Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1,5 @@
+config system
+        option hostname pisa-##ROUTER_NAME##
+        #option timezone UTC
+        option zonename 'Europe/Berlin'
+        option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'

Added: trunk/openwrt/template-asus-wl500w/etc/config/wireless
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/config/wireless      Thu Nov 19 
15:29:26 2009        (r1713)
@@ -0,0 +1,11 @@
+config wifi-device  wlan0
+        option type     mac80211
+        option channel  ##ROUTER_CHANNEL##
+        option macadd  ##ROUTER_WIFI_MAC##
+
+config wifi-iface
+        option device   wlan0
+        option network  lan
+        option mode     ap
+        option ssid     pisa-testbed-##ROUTER_NAME##
+        option encryption none

Added: trunk/openwrt/template-asus-wl500w/etc/dropbear/authorized_keys
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/dropbear/authorized_keys     Thu Nov 
19 15:29:26 2009        (r1713)
@@ -0,0 +1 @@
+link ../../../files/etc/dropbear/authorized_keys
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/hip
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/hip  Thu Nov 19 15:29:26 2009        
(r1713)
@@ -0,0 +1 @@
+link ../../files/etc/hip
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/hosts
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/hosts        Thu Nov 19 15:29:26 
2009        (r1713)
@@ -0,0 +1 @@
+link ../../files/etc/hosts
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/opkg.conf
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/opkg.conf    Thu Nov 19 15:29:26 
2009        (r1713)
@@ -0,0 +1 @@
+link ../../files/etc/opkg.conf
\ No newline at end of file

Added: trunk/openwrt/template-asus-wl500w/etc/pisa
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/template-asus-wl500w/etc/pisa Thu Nov 19 15:29:26 2009        
(r1713)
@@ -0,0 +1 @@
+link ../../files/etc/pisa
\ No newline at end of file

Other related posts:

  • » [pisa-src] r1713 - in trunk/openwrt/template-asus-wl500w: . etc etc/banner etc/config etc/config/dhcp etc/config/dropbear etc/config/firewall etc/config/httpd etc/config/network etc/config/ntpclient etc/confi... - Jahn Bertsch