summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:04:10 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:04:10 +0100
commit08409051bea263523a0883b2fc3167d1da3612b4 (patch)
treed4aab582e33bd20ff4c14a71d33f008b0fb1e690 /target
parent00ba3e5ce046f7f8d140321e18985048dbfb54f6 (diff)
add atm network script
order network scripts. Add atm example. enable reboot option for mtd.
Diffstat (limited to 'target')
-rw-r--r--target/ag241/TODO4
-rw-r--r--target/ag241/files/etc/network/interfaces9
2 files changed, 10 insertions, 3 deletions
diff --git a/target/ag241/TODO b/target/ag241/TODO
index 3c1ac28a8..19fd8d5e8 100644
--- a/target/ag241/TODO
+++ b/target/ag241/TODO
@@ -1,3 +1 @@
-- update with mtd, reboot feature in mtd
-- startupscript for bridged nas device
--
+- update with mtd
diff --git a/target/ag241/files/etc/network/interfaces b/target/ag241/files/etc/network/interfaces
new file mode 100644
index 000000000..5d2e025d7
--- /dev/null
+++ b/target/ag241/files/etc/network/interfaces
@@ -0,0 +1,9 @@
+auto lo
+iface lo inet loopback
+
+auto nas0
+iface nas0 inet atm
+
+auto br0
+iface br0 inet manual
+ bridge-ports eth0 nas0