-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
1,114 changed files
with
114,672 additions
and
74,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -197,7 +197,7 @@ https://github.com/RMerl/asuswrt-merlin | |
|
||
Contact information | ||
------------------- | ||
SmallNetBuilder forums (preferred method: http://www.snbforums.com/forums/asuswrt-merlin.42/ as RMerlin) | ||
SmallNetBuilder forums (preferred method: https://www.snbforums.com/forums/asuswrt-merlin.42/ as RMerlin) | ||
Website: https://www.asuswrt-merlin.net/ | ||
Github: https://github.com/RMerl | ||
Email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
# | ||
# Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved. | ||
|
||
ccflags-y := -O3 | ||
ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG -g | ||
ccflags-y += -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt' | ||
ccflags-y := -D'pr_fmt(fmt)=KBUILD_MODNAME ": " fmt' | ||
ccflags-y += -Wframe-larger-than=2048 | ||
ccflags-$(CONFIG_WIREGUARD_DEBUG) += -DDEBUG -g | ||
ccflags-$(if $(WIREGUARD_VERSION),y,) += -D'WIREGUARD_VERSION="$(WIREGUARD_VERSION)"' | ||
|
||
wireguard-y := main.o noise.o device.o peer.o timers.o queueing.o send.o receive.o socket.o peerlookup.o allowedips.o ratelimiter.o cookie.o netlink.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.