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
|
||||
signal-desktop
|
||||
cubicsdr
|
||||
kicad
|
||||
#kicad
|
||||
gimp
|
||||
inkscape
|
||||
];
|
||||
|
|
|
@ -166,21 +166,21 @@
|
|||
routes = [
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.72.4";
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.20.72.0/21";
|
||||
Metric = 9999;
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.72.4";
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.20.90.0/24";
|
||||
Metric = 9999;
|
||||
};
|
||||
}
|
||||
{
|
||||
routeConfig = {
|
||||
Gateway = "172.20.72.4";
|
||||
Gateway = "172.20.76.225";
|
||||
Destination = "172.22.99.0/24";
|
||||
Metric = 9999;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue