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
b0f8b133
Commit
b0f8b133
authored
8 years ago
by
Stijn Tintel
Browse files
Options
Downloads
Patches
Plain Diff
samba36: add Package/samba/Default
Signed-off-by:
Stijn Tintel
<
stijn@linux-ipv6.be
>
parent
7e58392b
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/network/services/samba36/Makefile
+12
-12
12 additions, 12 deletions
package/network/services/samba36/Makefile
with
12 additions
and
12 deletions
package/network/services/samba36/Makefile
+
12
−
12
View file @
b0f8b133
...
...
@@ -19,8 +19,6 @@ PKG_HASH:=8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751
PKG_LICENSE
:=
GPL-3.0
PKG_LICENSE_FILES
:=
COPYING
PKG_MAINTAINER
:=
Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL
:=
1
include
$(INCLUDE_DIR)/package.mk
...
...
@@ -30,27 +28,29 @@ CONFIGURE_PATH:=source3
PKG_BUILD_BIN
:=
$(
PKG_BUILD_DIR
)
/
$(
MAKE_PATH
)
/bin
define
Package/samba
36-server
define
Package/samba
/Default
SECTION
:=
net
CATEGORY
:=
Network
TITLE
:=
Samba 3.6 SMB/CIFS
server
TITLE
:=
Samba 3.6 SMB/CIFS
URL
:=
https://www.samba.org/
MAINTAINER
:=
Felix Fietkau <nbd@nbd.name>
endef
define
Package/samba36-server
$(
call
Package/samba/Default
)
TITLE
+=
server
DEPENDS
:=
+USE_GLIBC:librt
$(
ICONV_DEPENDS
)
endef
define
Package/samba36-client
SECTION
:=
net
CATEGORY
:=
Network
TITLE
:=
Samba 3.6 SMB/CIFS client
URL
:=
https://www.samba.org/
$(
call
Package/samba/Default
)
TITLE
+=
client
DEPENDS
:=
+libreadline +libncurses
endef
define
Package/samba36-net
SECTION
:=
net
CATEGORY
:=
Network
TITLE
:=
Samba 3.6 SMB/CIFS net commands
URL
:=
https://www.samba.org/
$(
call
Package/samba/Default
)
TITLE
+=
net commands
DEPENDS
:=
+libreadline +libncurses
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