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
2908bfea
Commit
2908bfea
authored
18 years ago
by
Nicolas Thill
Browse files
Options
Downloads
Patches
Plain Diff
standardize Makefile, change section from base to net and category to "base system"
SVN-Revision: 4820
parent
139eb660
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
openwrt/package/dnsmasq/Makefile
+9
-9
9 additions, 9 deletions
openwrt/package/dnsmasq/Makefile
with
9 additions
and
9 deletions
openwrt/package/dnsmasq/Makefile
+
9
−
9
View file @
2908bfea
...
@@ -21,13 +21,13 @@ PKG_CAT:=zcat
...
@@ -21,13 +21,13 @@ PKG_CAT:=zcat
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/package.mk
define
Package/dnsmasq
define
Package/dnsmasq
SECTION
:=
base
SECTION
:=
net
CATEGORY
:=
Network
CATEGORY
:=
Base system
DEFAULT
:=
y
DEFAULT
:=
y
TITLE
:=
A lightweight DNS and DHCP server
TITLE
:=
A lightweight DNS and DHCP server
DESCRIPTION
:=
A lightweight DNS and DHCP server. It is intended to provide
\\
\
DESCRIPTION
:=
\
coupled DNS and DHCP service to a LAN.
It is intended to provide
coupled DNS and DHCP service to a LAN.
URL
:=
http://www.thekelleys.org.uk/dnsmasq/
URL
:=
http://www.thekelleys.org.uk/dnsmasq/
endef
endef
define
Package/dnsmasq/conffiles
define
Package/dnsmasq/conffiles
...
@@ -43,12 +43,12 @@ define Build/Compile
...
@@ -43,12 +43,12 @@ define Build/Compile
endef
endef
define
Package/dnsmasq/install
define
Package/dnsmasq/install
install
-m0755
-d
$(1)/usr/sbin
install
-m0755
$(PKG_BUILD_DIR)/src/dnsmasq
$(1)/usr/sbin/
install
-m0755
-d
$(1)/etc
install
-m0755
-d
$(1)/etc
install
-m0644
./files/dnsmasq.conf
$(1)/etc/dnsmasq.conf
install
-m0644
./files/dnsmasq.conf
$(1)/etc/dnsmasq.conf
install
-m0755
-d
$(1)/etc/init.d
install
-m0755
-d
$(1)/etc/init.d
install
-m0755
./files/dnsmasq.init
$(1)/etc/init.d/S50dnsmasq
install
-m0755
./files/dnsmasq.init
$(1)/etc/init.d/S50dnsmasq
install
-m0755
-d
$(1)/usr/sbin
install
-m0755
$(PKG_BUILD_DIR)/src/dnsmasq
$(1)/usr/sbin/
endef
endef
$(
eval
$(
call BuildPackage,dnsmasq
))
$(
eval
$(
call BuildPackage,dnsmasq
))
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