Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |||
|
technique:referentiel:chd-stg2-ng [2018/05/12 12:08] admin |
technique:referentiel:chd-stg2-ng [2018/05/12 12:22] (Version actuelle) admin |
||
|---|---|---|---|
| Ligne 724: | Ligne 724: | ||
| git clone root@chd.sx:/var/git/chd_gestion | git clone root@chd.sx:/var/git/chd_gestion | ||
| git clone root@chd.sx:/var/git/chd_openwrt | git clone root@chd.sx:/var/git/chd_openwrt | ||
| + | </code> | ||
| + | |||
| + | |||
| + | ===== OpenWRT / LEDE / mise à jour routeur ===== | ||
| + | <code bash> | ||
| + | cd ~/git/chd_openwrt/maj | ||
| + | cp config.default.php config.php | ||
| + | vim config.php | ||
| + | |||
| + | ln -s /root/git/chd_openwrt/build-openwrt.sh /usr/local/bin/ | ||
| + | ln -s /root/git/chd_openwrt/build-openwrt-dev.sh /usr/local/bin/ | ||
| + | |||
| + | chown www-data: /var/cache/build-openwrt* | ||
| + | apt install git-core build-essential libssl-dev libncurses5-dev zlib1g-dev unzip gawk subversion manpages-dev- | ||
| </code> | </code> | ||