summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)AuthorFilesLines
2014-02-03build: drop the libndp submoduleDan Winship1-3/+0
libndp has existed for a while now. 1.0 was released six months ago. So drop the submodule and just require an installed package.
2013-05-30rdisc: add libndp submodulePavel Šimerda1-0/+3
This submodule includes Jiří Pírko's library for sending/recieving neighbor discovery protocol messages and will be used for NetworkManager's internal userspace implementation of IPv6 router discovery.
2013-05-16core: add libgsystem as a git submoduleColin Walters1-0/+3
And change src/main.c to use the local allocation macros. This results in much cleaner code, as one can see from the diff. Because libgsystem is designed for nonrecursive make, it fits best in the current recursive setup if we build . first. This will be a lot nicer when we switch NM to a nonrecursive setup.