diff options
Diffstat (limited to 'target')
-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 |