Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Johannes Rudolph
lede-mikrotik
Commits
60d593c2
Commit
60d593c2
authored
13 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
uci: fix one more unused-but-set issue (#9731)
SVN-Revision: 27698
parent
8acc2766
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
package/uci/Makefile
+4
-4
4 additions, 4 deletions
package/uci/Makefile
with
4 additions
and
4 deletions
package/uci/Makefile
+
4
−
4
View file @
60d593c2
...
@@ -8,19 +8,19 @@
...
@@ -8,19 +8,19 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
UCI_VERSION
=
2011-07-18
UCI_VERSION
=
2011-07-18
UCI_RELEASE
=
2
UCI_RELEASE
=
3
PKG_NAME
:=
uci
PKG_NAME
:=
uci
PKG_VERSION
:=
$(
UCI_VERSION
)$(
if
$(
UCI_RELEASE
)
,.
$(
UCI_RELEASE
))
PKG_VERSION
:=
$(
UCI_VERSION
)$(
if
$(
UCI_RELEASE
)
,.
$(
UCI_RELEASE
))
PKG_RELEASE
:=
2
PKG_RELEASE
:=
1
PKG_REV
:=
bb0e4cf86270740be7692a926ab92d2b635a26f8
PKG_REV
:=
825be5d0cd699919fbad15901c63044f0efffe82
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
git://nbd.name/uci.git
PKG_SOURCE_URL
:=
git://nbd.name/uci.git
PKG_SOURCE_SUBDIR
:=
uci-
$(
PKG_VERSION
)
PKG_SOURCE_SUBDIR
:=
uci-
$(
PKG_VERSION
)
PKG_SOURCE_VERSION
:=
$(
PKG_REV
)
PKG_SOURCE_VERSION
:=
$(
PKG_REV
)
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_MIRROR_MD5SUM
:=
9e7ba89fd3279e1f98e557a2701da9cf
PKG_MIRROR_MD5SUM
:=
3f12c38a4cc6e51f9ae77ae909614762
PKG_BUILD_PARALLEL
:=
0
PKG_BUILD_PARALLEL
:=
0
...
...
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