Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
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
Firmware
packages
Commits
a991d1e2
Commit
a991d1e2
authored
10 years ago
by
Patrick Uven
Browse files
Options
Downloads
Patches
Plain Diff
Renamed ffol to ffnw in package configurator
parent
6d2fcb12
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configurator/Makefile
+8
-8
8 additions, 8 deletions
configurator/Makefile
configurator/files/lib/gluon/cron/configurator
+1
-1
1 addition, 1 deletion
configurator/files/lib/gluon/cron/configurator
with
9 additions
and
9 deletions
configurator/Makefile
+
8
−
8
View file @
a991d1e2
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ff
ol
-configurator
PKG_NAME
:=
ff
nw
-configurator
PKG_VERSION
:=
1
PKG_RELEASE
:=
1
...
...
@@ -8,13 +8,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include
$(INCLUDE_DIR)/package.mk
define
Package/ff
ol
-configurator
define
Package/ff
nw
-configurator
SECTION
:=
daemon
CATEGORY
:=
Freifunk
Oldenburg
CATEGORY
:=
Freifunk
Nordwest
TITLE
:=
Registers node on netmon
endef
define
Package/ff
ol
-configurator/description
define
Package/ff
nw
-configurator/description
Registers
node
on
netmon
endef
...
...
@@ -28,13 +28,13 @@ endef
define
Build/Compile
endef
define
Package/ff
ol
-configurator/install
define
Package/ff
nw
-configurator/install
$(INSTALL_DIR)
$(1)/lib/gluon/cron/
$(INSTALL_DATA)
files/lib/gluon/cron/configurator
$(1)/lib/gluon/cron/configurator
$(INSTALL_DIR)
$(1)/lib/ff
ol
/configurator/
$(INSTALL_BIN)
files/lib/ff
ol
/configurator/configurator.sh
$(1)/lib/ff
ol
/configurator/
$(INSTALL_DIR)
$(1)/lib/ff
nw
/configurator/
$(INSTALL_BIN)
files/lib/ff
nw
/configurator/configurator.sh
$(1)/lib/ff
nw
/configurator/
$(INSTALL_DIR)
$(1)/etc/config/
$(INSTALL_CONF)
files/configurator.config
$(1)/etc/config/configurator
endef
$(
eval
$(
call BuildPackage,ff
ol
-configurator
))
$(
eval
$(
call BuildPackage,ff
nw
-configurator
))
This diff is collapsed.
Click to expand it.
configurator/files/lib/gluon/cron/configurator
+
1
−
1
View file @
a991d1e2
*/5 * * * * sh /lib/ff
ol
/configurator/configurator.sh;
*/5 * * * * sh /lib/ff
nw
/configurator/configurator.sh;
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