diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-18 12:40:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-06-18 12:40:42 +0000 |
commit | d8919b0e367e34849312e4d0c2634cba63cbca3e (patch) | |
tree | 6c6d6ad1513b6a1f0374b567609a14f26a70e467 /package/base-files/rb532-2.6/etc/config | |
parent | d7e51c051d9143ed6583f82c9da783470f35950f (diff) |
add missing base-files for rb532
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/rb532-2.6/etc/config')
-rw-r--r-- | package/base-files/rb532-2.6/etc/config/network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/base-files/rb532-2.6/etc/config/network b/package/base-files/rb532-2.6/etc/config/network new file mode 100644 index 0000000000..f60332cd8c --- /dev/null +++ b/package/base-files/rb532-2.6/etc/config/network @@ -0,0 +1,5 @@ +# Network configuration file + +## LAN configuration +lan_ifname="eth0" +lan_proto="dhcp" |