[pisa-src] r962 - in trunk/openwrt/trunk: aphrodite aphrodite/etc aphrodite/etc/config athena athena/etc athena/etc/config

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 11 Sep 2009 17:15:07 +0200

Author: biurrun
Date: Fri Sep 11 17:15:06 2009
New Revision: 962

Log:
Recreate the same directory layout used under the 'files' subdirectory
under the router-specific directories.
This will allow creating complete router-specific trees to insert into
an OpenWrt checkout.

Added:
   trunk/openwrt/trunk/aphrodite/etc/
   trunk/openwrt/trunk/aphrodite/etc/config/
   trunk/openwrt/trunk/aphrodite/etc/config/network   (props changed)
      - copied unchanged from r961, trunk/openwrt/trunk/aphrodite/network
   trunk/openwrt/trunk/aphrodite/etc/config/system   (props changed)
      - copied unchanged from r958, trunk/openwrt/trunk/aphrodite/system
   trunk/openwrt/trunk/aphrodite/etc/config/wireless   (props changed)
      - copied unchanged from r958, trunk/openwrt/trunk/aphrodite/wireless
   trunk/openwrt/trunk/athena/etc/
   trunk/openwrt/trunk/athena/etc/config/
   trunk/openwrt/trunk/athena/etc/config/network   (props changed)
      - copied unchanged from r961, trunk/openwrt/trunk/athena/network
   trunk/openwrt/trunk/athena/etc/config/system   (props changed)
      - copied unchanged from r958, trunk/openwrt/trunk/athena/system
   trunk/openwrt/trunk/athena/etc/config/wireless   (props changed)
      - copied unchanged from r958, trunk/openwrt/trunk/athena/wireless
Deleted:
   trunk/openwrt/trunk/aphrodite/network
   trunk/openwrt/trunk/aphrodite/system
   trunk/openwrt/trunk/aphrodite/wireless
   trunk/openwrt/trunk/athena/network
   trunk/openwrt/trunk/athena/system
   trunk/openwrt/trunk/athena/wireless

Copied: trunk/openwrt/trunk/aphrodite/etc/config/network (from r961, 
trunk/openwrt/trunk/aphrodite/network)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/aphrodite/etc/config/network    Fri Sep 11 17:15:06 
2009        (r962, copy of r961, trunk/openwrt/trunk/aphrodite/network)
@@ -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.102
+        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.102
+        option netmask  255.255.255.0
+        option gateway  192.168.5.1
+        option dns      134.130.5.1
+        option dns      134.130.4.1

Copied: trunk/openwrt/trunk/aphrodite/etc/config/system (from r958, 
trunk/openwrt/trunk/aphrodite/system)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/aphrodite/etc/config/system     Fri Sep 11 17:15:06 
2009        (r962, copy of r958, trunk/openwrt/trunk/aphrodite/system)
@@ -0,0 +1,5 @@
+config system
+        option hostname pisa-aphrodite
+        #option timezone UTC
+        option zonename 'Europe/Berlin'
+        option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'

Copied: trunk/openwrt/trunk/aphrodite/etc/config/wireless (from r958, 
trunk/openwrt/trunk/aphrodite/wireless)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/aphrodite/etc/config/wireless   Fri Sep 11 17:15:06 
2009        (r962, copy of r958, trunk/openwrt/trunk/aphrodite/wireless)
@@ -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-aphrodite
+        option encryption none

Copied: trunk/openwrt/trunk/athena/etc/config/network (from r961, 
trunk/openwrt/trunk/athena/network)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/athena/etc/config/network       Fri Sep 11 17:15:06 
2009        (r962, copy of r961, trunk/openwrt/trunk/athena/network)
@@ -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.104
+        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.104
+        option netmask  255.255.255.0
+        option gateway  192.168.5.1
+        option dns      134.130.5.1
+        option dns      134.130.4.1

Copied: trunk/openwrt/trunk/athena/etc/config/system (from r958, 
trunk/openwrt/trunk/athena/system)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/athena/etc/config/system        Fri Sep 11 17:15:06 
2009        (r962, copy of r958, trunk/openwrt/trunk/athena/system)
@@ -0,0 +1,5 @@
+config system
+        option hostname pisa-athena
+        #option timezone UTC
+        option zonename 'Europe/Berlin'
+        option timezone 'CET-1CEST,M3.5.0,M10.5.0/3'

Copied: trunk/openwrt/trunk/athena/etc/config/wireless (from r958, 
trunk/openwrt/trunk/athena/wireless)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ trunk/openwrt/trunk/athena/etc/config/wireless      Fri Sep 11 17:15:06 
2009        (r962, copy of r958, trunk/openwrt/trunk/athena/wireless)
@@ -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-athena
+        option encryption none

Other related posts:

  • » [pisa-src] r962 - in trunk/openwrt/trunk: aphrodite aphrodite/etc aphrodite/etc/config athena athena/etc athena/etc/config - Diego Biurrun