Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
openwrt-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
openwrt-packages
Commits
df57b4dc
Unverified
Commit
df57b4dc
authored
5 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
fastd: update URL and PKG_SOURCE_URL
Signed-off-by:
Matthias Schiffer
<
mschiffer@universe-factory.net
>
parent
bf2f59e9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net/fastd/Makefile
+2
-2
2 additions, 2 deletions
net/fastd/Makefile
with
2 additions
and
2 deletions
net/fastd/Makefile
+
2
−
2
View file @
df57b4dc
...
...
@@ -13,7 +13,7 @@ PKG_RELEASE:=2
PKG_MAINTAINER
:=
Matthias Schiffer <mschiffer@universe-factory.net>
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.xz
PKG_SOURCE_URL
:=
https://
projects.universe-factory.net/attachments/download/86
PKG_SOURCE_URL
:=
https://
github.com/NeoRaider/fastd/releases/download/v
$(
PKG_VERSION
)
PKG_MD5SUM
:=
e53236d3049f64f7955ad9556da099eb
PKG_LICENSE
:=
BSD-2-Clause
...
...
@@ -53,7 +53,7 @@ define Package/fastd
CATEGORY
:=
Network
DEPENDS
:=
+kmod-tun +librt +libpthread +libuecc +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap
TITLE
:=
Fast and Secure Tunneling Daemon
URL
:=
https://
projects.universe-factory.net/projects
/fastd
URL
:=
https://
github.com/NeoRaider
/fastd
/
SUBMENU
:=
VPN
endef
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment