Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Patrick
FFS Gluon
Commits
1ea80668
Commit
1ea80668
authored
9 years ago
by
Christof Schulze
Committed by
Nils Schneider
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add l3roamd dev package (#736)
parent
eed61af7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/l3roamd/Makefile
+32
-0
32 additions, 0 deletions
package/l3roamd/Makefile
with
32 additions
and
0 deletions
package/l3roamd/Makefile
0 → 100644
+
32
−
0
View file @
1ea80668
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
l3roamd
PKG_VERSION
:=
1
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
=
https://github.com/tcatm/l3roamd.git
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
# this is master from april 14th
PKG_SOURCE_VERSION
:=
master
#PKG_SOURCE_VERSION:=14e87caa275be2432ae0fcc7242742946851d327
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
-
$(
PKG_SOURCE_VERSION
)
.tar.gz
#PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
CMAKE_OPTIONS
+=
I-DCMAKE_BUILD_TYPE:STRING
=
MINSIZEREL
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/cmake.mk
define
Package/l3roamd
SECTION
:=
net
CATEGORY
:=
Network
TITLE
:=
The layer 3 roaming daemon
DEPENDS
:=
+libnl-tiny +kmod-tun +librt +libpthread
endef
define
Package/l3roamd/install
$(INSTALL_DIR)
$(1)/usr/bin
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/src/l3roamd
$(1)/usr/bin/
endef
$(
eval
$(
call BuildPackage,l3roamd
))
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