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
e544c160
Commit
e544c160
authored
11 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
odhcpd: add preliminary support for managed DHCPv6-PD and CER-ID
SVN-Revision: 40355
parent
36fefbb6
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/odhcpd/Makefile
+12
-2
12 additions, 2 deletions
package/network/services/odhcpd/Makefile
with
12 additions
and
2 deletions
package/network/services/odhcpd/Makefile
+
12
−
2
View file @
e544c160
...
@@ -8,14 +8,14 @@
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
odhcpd
PKG_NAME
:=
odhcpd
PKG_VERSION
:=
2014-0
3-20.
1
PKG_VERSION
:=
2014-0
4-0
1
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
git://github.com/sbyx/odhcpd.git
PKG_SOURCE_URL
:=
git://github.com/sbyx/odhcpd.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
c7a8e2380a5299d48a851717e139c0876e85483e
PKG_SOURCE_VERSION
:=
4264248aedd515a7c7cf5bcdf29c2ef2e76f938f
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
...
@@ -23,10 +23,16 @@ include $(INCLUDE_DIR)/package.mk
...
@@ -23,10 +23,16 @@ include $(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/cmake.mk
include
$(INCLUDE_DIR)/cmake.mk
CMAKE_OPTIONS
+=
-DUBUS
=
1
CMAKE_OPTIONS
+=
-DUBUS
=
1
ifneq
($(CONFIG_PACKAGE_odhcpd_ext_prefix_class),0)
ifneq
($(CONFIG_PACKAGE_odhcpd_ext_prefix_class),0)
CMAKE_OPTIONS
+=
-DEXT_PREFIX_CLASS
=
$(
CONFIG_PACKAGE_odhcpd_ext_prefix_class
)
CMAKE_OPTIONS
+=
-DEXT_PREFIX_CLASS
=
$(
CONFIG_PACKAGE_odhcpd_ext_prefix_class
)
endif
endif
ifneq
($(CONFIG_PACKAGE_odhcpd_ext_cer_id),0)
CMAKE_OPTIONS
+=
-DEXT_CER_ID
=
$(
CONFIG_PACKAGE_odhcpd_ext_cer_id
)
endif
define
Package/odhcpd
define
Package/odhcpd
SECTION
:=
net
SECTION
:=
net
CATEGORY
:=
Network
CATEGORY
:=
Network
...
@@ -39,6 +45,10 @@ define Package/odhcpd/config
...
@@ -39,6 +45,10 @@ define Package/odhcpd/config
int
"Prefix Class Extension ID (0 = disabled)"
int
"Prefix Class Extension ID (0 = disabled)"
depends
on
PACKAGE_odhcpd
depends
on
PACKAGE_odhcpd
default
0
default
0
config
PACKAGE_odhcpd_ext_cer_id
int
"CER-ID Extension ID (0 = disabled)"
depends
on
PACKAGE_odhcpd
default
0
endef
endef
define
Package/odhcpd/description
define
Package/odhcpd/description
...
...
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