wwan gets address from ppp ipcp not dhcp

This commit is contained in:
Daniel Barlow
2024-06-12 12:51:07 +01:00
parent 4b30cd7a75
commit be13ab23ca
2 changed files with 3 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ let
};
symlink = "/dev/modem";
});
# XXX need an ip-up script here to collect the IP address
up = ''
ls -l /dev/modem
test -L /dev/modem || exit 1