Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iopsys
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
iopsys
Commits
8dca6b8e
Commit
8dca6b8e
authored
9 months ago
by
Husaam Mehdi
Browse files
Options
Downloads
Patches
Plain Diff
bridgemngr: fix vendor extension macro usage
parent
4b1a7859
No related branches found
No related tags found
1 merge request
!1339
bridgemngr: fix vendor extension macro usage
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bridgemngr/Makefile
+2
-2
2 additions, 2 deletions
bridgemngr/Makefile
with
2 additions
and
2 deletions
bridgemngr/Makefile
+
2
−
2
View file @
8dca6b8e
...
...
@@ -5,14 +5,14 @@
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
bridgemngr
PKG_VERSION
:=
1.0.
6
PKG_VERSION
:=
1.0.
7
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
LOCAL_DEV
:=
0
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/network/bridgemngr
PKG_SOURCE_VERSION
:=
b44a2080892986df93af7056cc2e46fa6f0802cd
PKG_SOURCE_VERSION
:=
4f22b4a4270c8d9b94b9de6f5cbe2a1dd86a3027
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_MIRROR_HASH
:=
skip
endif
...
...
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