diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 01:08:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-29 01:08:08 +0100 |
commit | 826ef096650922ee8b5e9880348dbbfc08f85b95 (patch) | |
tree | 9575db5df56c9624cce9ab5c4d385944a502b4d7 /target/ag241 | |
parent | 924999934627e03db5963cc58e1d226e047cd9e1 (diff) | |
parent | 08409051bea263523a0883b2fc3167d1da3612b4 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/ag241')
-rw-r--r-- | target/ag241/TODO | 4 | ||||
-rw-r--r-- | target/ag241/files/etc/network/interfaces | 9 |
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 |