changeset 562:e837ef4bdf35

Remove local machine name from the file
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 14:35:48 +0900
parents 1cb9352359f4
children dc9764591567
files contrib/OpenWRT/HOWTO
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/OpenWRT/HOWTO	Thu Sep 16 13:53:19 2010 +0900
+++ b/contrib/OpenWRT/HOWTO	Thu Sep 16 14:35:48 2010 +0900
@@ -42,6 +42,8 @@
 
 - Network --->
    freeDiameter (M)
+   wpad (*)
+   wpad-mini ( )
 
 4) Build the image and packages, this takes a while
 $ make world
@@ -62,11 +64,11 @@
 
 7) Update the opkg router's config to get your new packages
 ssh root@192.168.1.1
-# echo "src/gz chavroux http://192.168.1.25/owrt/packages" >> /etc/opkg.conf 
+# echo "src/gz localrepo http://192.168.1.25/owrt/packages" >> /etc/opkg.conf 
 # opkg update
 
 8) Install freeDiameter, you're done. Optionnaly, install also certtool on the router before, to 
-   generate the TLS certificate.
+   generate the TLS certificate automatically.
 # opkg install freeDiameter
 
 ==============================================
"Welcome to our mercurial repository"