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
cbe66d6c
Commit
cbe66d6c
authored
9 months ago
by
Vivek Dutta
Browse files
Options
Downloads
Patches
Plain Diff
wifidmd: Update deprecated MultiAPDevice parameters
parent
57d477c1
Branches
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
wifidmd/Makefile
+3
-3
3 additions, 3 deletions
wifidmd/Makefile
with
3 additions
and
3 deletions
wifidmd/Makefile
+
3
−
3
View file @
cbe66d6c
...
@@ -5,14 +5,14 @@
...
@@ -5,14 +5,14 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
wifidmd
PKG_NAME
:=
wifidmd
PKG_VERSION
:=
1.0.1
0
PKG_VERSION
:=
1.0.1
1
LOCAL_DEV
:=
0
LOCAL_DEV
:=
0
ifneq
($(LOCAL_DEV),1)
ifneq
($(LOCAL_DEV),1)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/bbf/wifidmd.git
PKG_SOURCE_URL
:=
https://dev.iopsys.eu/bbf/wifidmd.git
PKG_SOURCE_VERSION
:=
20a367d52d84ad253736075d6dab30c4bf51a20d
PKG_SOURCE_VERSION
:=
5a6803a44766f9b0b6652a5c62c317cfc6c8c7e8
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_
VERSION
)
-
$(
PKG_
SOURCE_VERSION
)
.tar.gz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
PKG_MIRROR_HASH
:=
skip
PKG_MIRROR_HASH
:=
skip
endif
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