Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
fd80c4ea
Unverified
Commit
fd80c4ea
authored
8 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
netifd: fix broken download URL
parent
85674a55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/openwrt/0016-netifd-update-to-latest-version-from-LEDE.patch
+2
-3
2 additions, 3 deletions
...nwrt/0016-netifd-update-to-latest-version-from-LEDE.patch
with
2 additions
and
3 deletions
patches/openwrt/0016-netifd-update-to-latest-version-from-LEDE.patch
+
2
−
3
View file @
fd80c4ea
...
@@ -3,7 +3,7 @@ Date: Wed, 9 Mar 2016 06:46:44 +0100
...
@@ -3,7 +3,7 @@ Date: Wed, 9 Mar 2016 06:46:44 +0100
Subject: netifd: update to latest version from LEDE
Subject: netifd: update to latest version from LEDE
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index 619024b..
d9c63eb
100644
index 619024b..
4297810
100644
--- a/package/network/config/netifd/Makefile
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -1,15 +1,15 @@
@@ -1,15 +1,15 @@
...
@@ -15,8 +15,7 @@ index 619024b..d9c63eb 100644
...
@@ -15,8 +15,7 @@ index 619024b..d9c63eb 100644
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git
PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git
+PKG_SOURCE_URL=$(LEDE_GIT)/project/netifd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=245527193e90906451be35c2b8e972b8712ea6ab
-PKG_SOURCE_VERSION:=245527193e90906451be35c2b8e972b8712ea6ab
+PKG_SOURCE_VERSION:=99e6dc68bbac5a57a0ebca810a9dc36e38667821
+PKG_SOURCE_VERSION:=99e6dc68bbac5a57a0ebca810a9dc36e38667821
...
...
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