Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon site
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
Model registry
Analyze
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 site
Commits
da64823c
Commit
da64823c
authored
1 year ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
add networked setup mode for NWA55AXE
parent
44fd211d
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
modules
+4
-1
4 additions, 1 deletion
modules
site.mk
+6
-0
6 additions, 0 deletions
site.mk
with
10 additions
and
1 deletion
modules
+
4
−
1
View file @
da64823c
GLUON_SITE_FEEDS='ffs ssidchanger'
GLUON_SITE_FEEDS='ffs ssidchanger
community
'
PACKAGES_FFS_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-packages.git
PACKAGES_FFS_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-packages.git
PACKAGES_FFS_COMMIT=0e9f47a308fd9385eed6ca47b5b3b9a36880f41c
PACKAGES_FFS_COMMIT=0e9f47a308fd9385eed6ca47b5b3b9a36880f41c
...
@@ -6,3 +6,6 @@ PACKAGES_FFS_COMMIT=0e9f47a308fd9385eed6ca47b5b3b9a36880f41c
...
@@ -6,3 +6,6 @@ PACKAGES_FFS_COMMIT=0e9f47a308fd9385eed6ca47b5b3b9a36880f41c
PACKAGES_SSIDCHANGER_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-ssid-changer.git
PACKAGES_SSIDCHANGER_COMMIT=3c6750ce8fc9cedabfa8a6f479fb12d343c6ecc2
PACKAGES_SSIDCHANGER_COMMIT=3c6750ce8fc9cedabfa8a6f479fb12d343c6ecc2
PACKAGES_SSIDCHANGER_BRANCH=2018.1.x
PACKAGES_SSIDCHANGER_BRANCH=2018.1.x
PACKAGES_COMMUNITY_REPO=https://gitlab.freifunk-stuttgart.de/firmware/gluon-community-packages
PACKAGES_COMMUNITY_COMMIT=c3287a1b0bfbe72055332f23ce635c4c8e3d4460
This diff is collapsed.
Click to expand it.
site.mk
+
6
−
0
View file @
da64823c
...
@@ -84,6 +84,12 @@ GLUON_SITE_PACKAGES += \
...
@@ -84,6 +84,12 @@ GLUON_SITE_PACKAGES += \
$(
ADD_DRIVERS_X86
)
$(
ADD_DRIVERS_X86
)
endif
endif
# networked setup mode for NWA55AXE
ifeq
($(GLUON_TARGET),ramips-mt7621)
GLUON_SITE_PACKAGES
+=
\
ffda-network-setup-mode
endif
DEFAULT_BUILD_DATE
:=
$(
shell
date
'+%Y-%m-%d'
)
DEFAULT_BUILD_DATE
:=
$(
shell
date
'+%Y-%m-%d'
)
FFS_BUILD_DATE
?=
$(
DEFAULT_BUILD_DATE
)
FFS_BUILD_DATE
?=
$(
DEFAULT_BUILD_DATE
)
...
...
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