diff options
| author | John Crispin <blogic@openwrt.org> | 2007-06-04 22:40:46 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2007-06-04 22:40:46 +0000 |
| commit | 1c22b9419a8e3e49c47cb11c17a875c0a1972246 (patch) | |
| tree | 0b4f7bb09176a1f09aa1b5fea2772abb3a4b7106 | |
| parent | 97c50649407b46eefd943287fa5e63fec88052ba (diff) | |
| download | upstream-1c22b9419a8e3e49c47cb11c17a875c0a1972246.tar.gz upstream-1c22b9419a8e3e49c47cb11c17a875c0a1972246.tar.bz2 upstream-1c22b9419a8e3e49c47cb11c17a875c0a1972246.zip | |
small changes to the default netconfig and ipkg repo for the foxboard
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7497 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/linux/etrax-2.6/base-files/default/etc/config/network | 2 | ||||
| -rw-r--r-- | target/linux/etrax-2.6/base-files/default/etc/ipkg.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/etrax-2.6/base-files/default/etc/config/network b/target/linux/etrax-2.6/base-files/default/etc/config/network index 50daf5c3fe0..b3632fd0685 100644 --- a/target/linux/etrax-2.6/base-files/default/etc/config/network +++ b/target/linux/etrax-2.6/base-files/default/etc/config/network @@ -11,3 +11,5 @@ config interface lan option proto static option ipaddr 192.168.0.90 option netmask 255.255.255.0 + #option dns 192.168.0.1 + #option gateway 192.168.0.1 diff --git a/target/linux/etrax-2.6/base-files/default/etc/ipkg.conf b/target/linux/etrax-2.6/base-files/default/etc/ipkg.conf new file mode 100644 index 00000000000..a5ffc79bc7d --- /dev/null +++ b/target/linux/etrax-2.6/base-files/default/etc/ipkg.conf @@ -0,0 +1,3 @@ +src snapshots http://www.acmesystems.it/download/owrt/packages +dest root / +dest ram /tmp |
