Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openwrt
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Freifunk Luebeck
openwrt
Commits
3b4931ef
Commit
3b4931ef
authored
12 years ago
by
Felix Fietkau
Browse files
Options
Downloads
Patches
Plain Diff
uci: update to latest version, adds list delete, removes unused plugin support
SVN-Revision: 35013
parent
b077480a
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
+3
-4
3 additions, 4 deletions
package/uci/Makefile
with
3 additions
and
4 deletions
package/uci/Makefile
+
3
−
4
View file @
3b4931ef
...
@@ -7,20 +7,20 @@
...
@@ -7,20 +7,20 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
UCI_VERSION
=
201
2-1
1-0
9
UCI_VERSION
=
201
3-0
1-0
4
UCI_RELEASE
=
1
UCI_RELEASE
=
1
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
:=
1
PKG_RELEASE
:=
1
PKG_REV
:=
e
81961bde820a84bf67ccd5e40b29f7952dd1f7
7
PKG_REV
:=
e
4516d01a7d2b0a5a8def7b5791c7d403213828
7
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
:=
b6a82d18e6b4e40847a52336589e666b
PKG_MIRROR_MD5SUM
:=
c7c4fd6723b607ae7fa039a1078fe7d5
PKG_LICENSE
:=
LGPLv2.1 GPLv2
PKG_LICENSE
:=
LGPLv2.1 GPLv2
PKG_LICENSE_FILES
:=
PKG_LICENSE_FILES
:=
...
@@ -84,7 +84,6 @@ define Build/InstallDev
...
@@ -84,7 +84,6 @@ define Build/InstallDev
$(CP)
$(PKG_BUILD_DIR)/uci{,_config,map}.h
$(1)/usr/include
$(CP)
$(PKG_BUILD_DIR)/uci{,_config,map}.h
$(1)/usr/include
$(INSTALL_DIR)
$(1)/usr/lib
$(INSTALL_DIR)
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libuci.so*
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libuci.so*
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libuci.a
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libucimap.a
$(1)/usr/lib
$(CP)
$(PKG_BUILD_DIR)/libucimap.a
$(1)/usr/lib
endef
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