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
ab71e840
Commit
ab71e840
authored
9 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
omcproxy: fix last commit
Signed-off-by:
Steven Barth
<
steven@midlink.org
>
SVN-Revision: 46717
parent
e81f860b
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/network/services/omcproxy/Makefile
+3
-3
3 additions, 3 deletions
package/network/services/omcproxy/Makefile
with
3 additions
and
3 deletions
package/network/services/omcproxy/Makefile
+
3
−
3
View file @
ab71e840
...
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
...
@@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
omcproxy
PKG_NAME
:=
omcproxy
PKG_VERSION
:=
2015-08-24
PKG_VERSION
:=
2015-08-24
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
https://github.com/sbyx/omcproxy.git
PKG_SOURCE_URL
:=
https://github.com/sbyx/omcproxy.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
8df8017b8bc6d31e975d72361d8f9512e743d0c7
PKG_SOURCE_VERSION
:=
dc45078e6098f5dcdb1ef6e46edbb6ca78a03456
PKG_MAINTAINER
:=
Steven Barth <cyrus@openwrt.org>
PKG_MAINTAINER
:=
Steven Barth <cyrus@openwrt.org>
PKG_LICENSE
:=
APACHE-2.0
PKG_LICENSE
:=
APACHE-2.0
...
@@ -29,7 +29,7 @@ define Package/omcproxy
...
@@ -29,7 +29,7 @@ define Package/omcproxy
TITLE
:=
IGMPv3 and MLDv2 Multicast Proxy
TITLE
:=
IGMPv3 and MLDv2 Multicast Proxy
endef
endef
CMAKE_OPTIONS
+=
-DWITH_LIBUBOX
=
1
-DWITH_UBUS
=
1
CMAKE_OPTIONS
+=
-DWITH_LIBUBOX
=
1
define
Package/omcproxy/install
define
Package/omcproxy/install
$(INSTALL_DIR)
$(1)/etc/config
$(INSTALL_DIR)
$(1)/etc/config
...
...
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