Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ffbs
ffbs-gluon
Commits
65b44ca4
Commit
65b44ca4
authored
10 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Rename gluon-config to gluon-site
parent
d9366935
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
package/gluon-core/Makefile
+1
-1
1 addition, 1 deletion
package/gluon-core/Makefile
package/gluon-site/Makefile
+5
-5
5 additions, 5 deletions
package/gluon-site/Makefile
with
6 additions
and
6 deletions
package/gluon-core/Makefile
+
1
−
1
View file @
65b44ca4
...
...
@@ -12,7 +12,7 @@ define Package/gluon-core
SECTION
:=
gluon
CATEGORY
:=
Gluon
TITLE
:=
Base files of Gluon
DEPENDS
:=
+gluon-
config
+lua-platform-info +luci-lib-nixio +odhcp6c +firewall
DEPENDS
:=
+gluon-
site
+lua-platform-info +luci-lib-nixio +odhcp6c +firewall
endef
...
...
This diff is collapsed.
Click to expand it.
package/gluon-
config
/Makefile
→
package/gluon-
site
/Makefile
+
5
−
5
View file @
65b44ca4
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
gluon-
config
PKG_NAME
:=
gluon-
site
PKG_VERSION
:=
$(
GLUON_SITE_CODE
)
PKG_RELEASE
:=
0.
$(
GLUON_RELEASE
)
...
...
@@ -10,13 +10,13 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include
$(INCLUDE_DIR)/package.mk
define
Package/gluon-
config
define
Package/gluon-
site
SECTION
:=
gluon
CATEGORY
:=
Gluon
TITLE
:=
Site-specific config files of Gluon
endef
define
Package/gluon-
config
/description
define
Package/gluon-
site
/description
Gluon community wifi mesh firmware framework
:
site configuration
endef
...
...
@@ -30,10 +30,10 @@ endef
define
Build/Compile
endef
define
Package/gluon-
config
/install
define
Package/gluon-
site
/install
$(INSTALL_DIR)
$(1)/lib/gluon
$(CP)
$(GLUON_SITEDIR)/site.conf
$(1)/lib/gluon/site.conf
echo
"$(GLUON_RELEASE)"
>
$(1)/lib/gluon/release
endef
$(
eval
$(
call BuildPackage,gluon-
config
))
$(
eval
$(
call BuildPackage,gluon-
site
))
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