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
Model registry
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
firmware
FFS Gluon
Commits
91d70b98
Commit
91d70b98
authored
11 years ago
by
Nils Schneider
Browse files
Options
Downloads
Patches
Plain Diff
autoupdater: fix Makefile
parent
1666df3c
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/gluon-autoupdater/Makefile
+7
-6
7 additions, 6 deletions
package/gluon-autoupdater/Makefile
with
7 additions
and
6 deletions
package/gluon-autoupdater/Makefile
+
7
−
6
View file @
91d70b98
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
autoupdater
PKG_NAME
:=
gluon-autoupdater
PKG_VERSION
:=
0.3.2.99
PKG_RELEASE
:=
0.1
PKG_RELEASE
:=
0.1
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
include
$(INCLUDE_DIR)/package.mk
include
$(INCLUDE_DIR)/package.mk
define
Package/autoupdater
define
Package/
gluon-
autoupdater
SECTION
:=
admi
n
SECTION
:=
gluo
n
CATEGORY
:=
Administrati
on
CATEGORY
:=
Glu
on
DEPENDS
:=
+ecdsautils +gluon-cron
DEPENDS
:=
+ecdsautils +gluon-cron
TITLE
:=
Automatically update firmware
TITLE
:=
Automatically update firmware
endef
endef
...
@@ -24,9 +25,9 @@ endef
...
@@ -24,9 +25,9 @@ endef
define
Build/Compile
define
Build/Compile
endef
endef
define
Package/autoupdater/install
define
Package/
gluon-
autoupdater/install
$(CP)
./files/*
$(1)/
$(CP)
./files/*
$(1)/
chmod
+x
$(1)/usr/sbin/autoupdate
chmod
+x
$(1)/usr/sbin/autoupdate
endef
endef
$(
eval
$(
call BuildPackage,autoupdater
))
$(
eval
$(
call BuildPackage,
gluon-
autoupdater
))
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