# HG changeset patch # User Sebastien Decugis # Date 1284615348 -32400 # Node ID e837ef4bdf35e02e4f2b3ec5d522db484ebc9a69 # Parent 1cb9352359f46edf4be3055bbde2b715a729b59d Remove local machine name from the file diff -r 1cb9352359f4 -r e837ef4bdf35 contrib/OpenWRT/HOWTO --- 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 ==============================================