comparison contrib/OpenWRT/HOWTO @ 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 d1cb0dadc22d
children 62ad61238af2
comparison
equal deleted inserted replaced
561:1cb9352359f4 562:e837ef4bdf35
40 $ make menuconfig 40 $ make menuconfig
41 (set Target System and Target Profile as needed for your equipment) 41 (set Target System and Target Profile as needed for your equipment)
42 42
43 - Network ---> 43 - Network --->
44 freeDiameter (M) 44 freeDiameter (M)
45 wpad (*)
46 wpad-mini ( )
45 47
46 4) Build the image and packages, this takes a while 48 4) Build the image and packages, this takes a while
47 $ make world 49 $ make world
48 50
49 5) Export the bin/* directory through a webserver. 51 5) Export the bin/* directory through a webserver.
60 # passwd 62 # passwd
61 # sync 63 # sync
62 64
63 7) Update the opkg router's config to get your new packages 65 7) Update the opkg router's config to get your new packages
64 ssh root@192.168.1.1 66 ssh root@192.168.1.1
65 # echo "src/gz chavroux http://192.168.1.25/owrt/packages" >> /etc/opkg.conf 67 # echo "src/gz localrepo http://192.168.1.25/owrt/packages" >> /etc/opkg.conf
66 # opkg update 68 # opkg update
67 69
68 8) Install freeDiameter, you're done. Optionnaly, install also certtool on the router before, to 70 8) Install freeDiameter, you're done. Optionnaly, install also certtool on the router before, to
69 generate the TLS certificate. 71 generate the TLS certificate automatically.
70 # opkg install freeDiameter 72 # opkg install freeDiameter
71 73
72 ============================================== 74 ==============================================
73 1) Prerequisites: 75 1) Prerequisites:
74 ============================================== 76 ==============================================
"Welcome to our mercurial repository"