Skip to content
Extraits de code Groupes Projets
Valider 818cd86e rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Fixed path problems

parent 94f918bb
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -33,6 +33,6 @@ docker pull fdekeers/openwrt_linksys-wrt1200ac
To run cross-compilation with either image:
```bash
docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/smart-home-firewall -e ROUTER=tl-wdr4900 fdekeers/openwrt_tl-wdr4900
docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/smart-home-firewall -e ROUTER=linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/iot-firewall -e ROUTER=tl-wdr4900 fdekeers/openwrt_tl-wdr4900
docker run --rm --mount type=bind,source="$(pwd)",target=/home/user/iot-firewall -e ROUTER=linksys-wrt1200ac fdekeers/openwrt_linksys-wrt1200ac
```
......@@ -7,6 +7,6 @@ services:
- ROUTER=tl-wdr4900
#- ROUTER=linksys-wrt1200ac
volumes:
- .:/home/user/smart-home-firewall
command: ["/home/user/smart-home-firewall/build.sh", "-t", "/home/user/smart-home-firewall/openwrt/tl-wdr4900/toolchain.cmake"]
#command: ["/home/user/smart-home-firewall/build.sh", "-t", "/home/user/smart-home-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
- .:/home/user/iot-firewall
command: ["/home/user/iot-firewall/build.sh", "-t", "/home/user/iot-firewall/openwrt/tl-wdr4900/toolchain.cmake"]
#command: ["/home/user/iot-firewall/build.sh", "-t", "/home/user/iot-firewall/openwrt/linksys-wrt1200ac/toolchain.cmake"]
......@@ -26,7 +26,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.ssh.forward_agent = true
# Share additional folders to the guest VM.
config.vm.synced_folder "../../", "/home/vagrant/smart-home-firewall"
config.vm.synced_folder "../../", "/home/vagrant/iot-firewall"
# Bash provision script
config.vm.provision "shell", inline: <<-SHELL
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter