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
cc1af68c
Commit
cc1af68c
authored
11 years ago
by
Matthias Schiffer
Browse files
Options
Downloads
Patches
Plain Diff
Don't use site config in compile step
parent
b562ad7b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package/gluon-autoupdater/Makefile
+3
-2
3 additions, 2 deletions
package/gluon-autoupdater/Makefile
package/gluon-mesh-vpn-fastd/Makefile
+2
-2
2 additions, 2 deletions
package/gluon-mesh-vpn-fastd/Makefile
package/gluon-simple-tc/Makefile
+3
-2
3 additions, 2 deletions
package/gluon-simple-tc/Makefile
with
8 additions
and
6 deletions
package/gluon-autoupdater/Makefile
+
3
−
2
View file @
cc1af68c
...
@@ -23,13 +23,14 @@ define Build/Configure
...
@@ -23,13 +23,14 @@ define Build/Configure
endef
endef
define
Build/Compile
define
Build/Compile
$(GLUON_CONFIGURE)
invariant.pl
>
$(PKG_BUILD_DIR)/invariant.sh
endef
endef
define
Package/gluon-autoupdater/install
define
Package/gluon-autoupdater/install
$(CP)
./files/*
$(1)/
$(CP)
./files/*
$(1)/
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/autoupdater/invariant
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/autoupdater/invariant
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/invariant.sh
$(1)/lib/gluon/upgrade/autoupdater/invariant/010-autoupdater
$(GLUON_CONFIGURE)
invariant.pl
>
$(1)/lib/gluon/upgrade/autoupdater/invariant/010-autoupdater
chmod
+x
$(1)/lib/gluon/upgrade/autoupdater/invariant/010-autoupdater
endef
endef
$(
eval
$(
call BuildPackage,gluon-autoupdater
))
$(
eval
$(
call BuildPackage,gluon-autoupdater
))
This diff is collapsed.
Click to expand it.
package/gluon-mesh-vpn-fastd/Makefile
+
2
−
2
View file @
cc1af68c
...
@@ -27,14 +27,14 @@ define Build/Configure
...
@@ -27,14 +27,14 @@ define Build/Configure
endef
endef
define
Build/Compile
define
Build/Compile
$(GLUON_CONFIGURE)
fastd.pl
>
$(PKG_BUILD_DIR)/fastd.sh
endef
endef
define
Package/gluon-mesh-vpn-fastd/install
define
Package/gluon-mesh-vpn-fastd/install
$(CP)
./files/*
$(1)/
$(CP)
./files/*
$(1)/
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/fastd.sh
$(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
$(GLUON_CONFIGURE)
fastd.pl
>
$(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
chmod
+x
$(1)/lib/gluon/upgrade/mesh-vpn-fastd/invariant/010-mesh-vpn-fastd
endef
endef
$(
eval
$(
call BuildPackage,gluon-mesh-vpn-fastd
))
$(
eval
$(
call BuildPackage,gluon-mesh-vpn-fastd
))
This diff is collapsed.
Click to expand it.
package/gluon-simple-tc/Makefile
+
3
−
2
View file @
cc1af68c
...
@@ -27,13 +27,14 @@ define Build/Configure
...
@@ -27,13 +27,14 @@ define Build/Configure
endef
endef
define
Build/Compile
define
Build/Compile
$(GLUON_CONFIGURE)
invariant.pl
>
$(PKG_BUILD_DIR)/invariant.sh
endef
endef
define
Package/gluon-simple-tc/install
define
Package/gluon-simple-tc/install
$(CP)
./files/*
$(1)/
$(CP)
./files/*
$(1)/
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/simple-tc/invariant
$(INSTALL_DIR)
$(1)/lib/gluon/upgrade/simple-tc/invariant
$(INSTALL_BIN)
$(PKG_BUILD_DIR)/invariant.sh
$(1)/lib/gluon/upgrade/simple-tc/invariant/010-site-defaults
$(GLUON_CONFIGURE)
invariant.pl
>
$(1)/lib/gluon/upgrade/simple-tc/invariant/010-site-defaults
chmod
+x
$(1)/lib/gluon/upgrade/simple-tc/invariant/010-site-defaults
endef
endef
$(
eval
$(
call BuildPackage,gluon-simple-tc
))
$(
eval
$(
call BuildPackage,gluon-simple-tc
))
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