kicad not building
This commit is contained in:
parent
badbed8639
commit
22504fc7c5
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
||||||
tdesktop
|
tdesktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
cubicsdr
|
cubicsdr
|
||||||
kicad
|
#kicad
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
];
|
];
|
||||||
|
|
|
@ -166,21 +166,21 @@
|
||||||
routes = [
|
routes = [
|
||||||
{
|
{
|
||||||
routeConfig = {
|
routeConfig = {
|
||||||
Gateway = "172.20.72.4";
|
Gateway = "172.20.76.225";
|
||||||
Destination = "172.20.72.0/21";
|
Destination = "172.20.72.0/21";
|
||||||
Metric = 9999;
|
Metric = 9999;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
routeConfig = {
|
||||||
Gateway = "172.20.72.4";
|
Gateway = "172.20.76.225";
|
||||||
Destination = "172.20.90.0/24";
|
Destination = "172.20.90.0/24";
|
||||||
Metric = 9999;
|
Metric = 9999;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
routeConfig = {
|
routeConfig = {
|
||||||
Gateway = "172.20.72.4";
|
Gateway = "172.20.76.225";
|
||||||
Destination = "172.22.99.0/24";
|
Destination = "172.22.99.0/24";
|
||||||
Metric = 9999;
|
Metric = 9999;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue