[pisa-src] r967 - in trunk/openwrt/trunk/hecate: . etc etc/config

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 14 Sep 2009 15:01:35 +0200

Author: tjansen
Date: Mon Sep 14 15:01:34 2009
New Revision: 967

Log:
Added configuration for AP pisa-hecate.

Added:
   trunk/openwrt/trunk/hecate/
   trunk/openwrt/trunk/hecate/etc/
   trunk/openwrt/trunk/hecate/etc/config/
   trunk/openwrt/trunk/hecate/etc/config/dhcp   (contents, props changed)
   trunk/openwrt/trunk/hecate/etc/config/dropbear   (contents, props changed)
   trunk/openwrt/trunk/hecate/etc/config/firewall   (contents, props changed)
   trunk/openwrt/trunk/hecate/etc/config/httpd   (contents, props changed)
   trunk/openwrt/trunk/hecate/etc/config/network
   trunk/openwrt/trunk/hecate/etc/config/system
   trunk/openwrt/trunk/hecate/etc/config/wireless
   trunk/openwrt/trunk/hecate/etc/hosts   (contents, props changed)

Added: trunk/openwrt/trunk/hecate/etc/config/dhcp
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/dhcp  Mon Sep 14 15:01:34 2009        
(r967)
@@ -0,0 +1 @@
+link ../../../files/etc/config/dhcp
\ No newline at end of file

Added: trunk/openwrt/trunk/hecate/etc/config/dropbear
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/dropbear      Mon Sep 14 15:01:34 
2009        (r967)
@@ -0,0 +1 @@
+link ../../../files/etc/dropbear
\ No newline at end of file

Added: trunk/openwrt/trunk/hecate/etc/config/firewall
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/firewall      Mon Sep 14 15:01:34 
2009        (r967)
@@ -0,0 +1 @@
+link ../../../files/etc/config/firewall
\ No newline at end of file

Added: trunk/openwrt/trunk/hecate/etc/config/httpd
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/httpd Mon Sep 14 15:01:34 2009        
(r967)
@@ -0,0 +1 @@
+link ../../../files/etc/config/httpd
\ No newline at end of file

Added: trunk/openwrt/trunk/hecate/etc/config/network
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/network       Mon Sep 14 15:01:34 
2009        (r967)
@@ -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.113
+        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.113
+        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/trunk/hecate/etc/config/system
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/system        Mon Sep 14 15:01:34 
2009        (r967)
@@ -0,0 +1,5 @@
+config system
+        option hostname pisa-hecate
+        #option timezone UTC
+        option zonename 'Europe/Berlin'
+        option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'

Added: trunk/openwrt/trunk/hecate/etc/config/wireless
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/config/wireless      Mon Sep 14 15:01:34 
2009        (r967)
@@ -0,0 +1,10 @@
+config wifi-device  wlan0
+        option type     mac80211
+        option channel  5
+
+config wifi-iface
+        option device   wlan0
+        option network  lan
+        option mode     ap
+        option ssid     pisa-hecate
+        option encryption none

Added: trunk/openwrt/trunk/hecate/etc/hosts
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/hecate/etc/hosts        Mon Sep 14 15:01:34 2009        
(r967)
@@ -0,0 +1 @@
+link ../../files/etc/hosts
\ No newline at end of file

Other related posts:

  • » [pisa-src] r967 - in trunk/openwrt/trunk/hecate: . etc etc/config - Thomas Jansen