summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-02-14 11:56:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-02-14 11:56:17 +0100
commit85c3c9c536e898f919eab95993ed349d0dfeb80e (patch)
tree372d0fa1143d4b736dcd24e183401759e6ce19d4 /src
parentMakefile: add module-install target (diff)
downloadwireguard-monolithic-historical-85c3c9c536e898f919eab95993ed349d0dfeb80e.tar.xz
wireguard-monolithic-historical-85c3c9c536e898f919eab95993ed349d0dfeb80e.zip
Revert "main: add `wg` type alias"
This reverts commit b4f93ace76b1065ab08fd5596f31a0971b848eea.
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index c3de755..547c4e1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,5 +67,4 @@ module_exit(mod_exit);
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Fast, secure, and modern VPN tunnel");
MODULE_AUTHOR("Jason A. Donenfeld <Jason@zx2c4.com>");
-MODULE_ALIAS_RTNL_LINK("wireguard");
-MODULE_ALIAS_RTNL_LINK("wg");
+MODULE_ALIAS_RTNL_LINK(KBUILD_MODNAME);