summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:39:22 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 01:39:22 +0100
commit220673079b26c06269ca370c14de66bc82d6e88d (patch)
treeca2825eeee4f342aa0ad90035dd0966617fa9aae /target
parent0e378b64669a8a48ecd2352db4e8fc8f4c1e3d69 (diff)
parent42bf426caea1d9ce4b6f92befa71cfb1df5f7458 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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