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
Package registry
Model registry
Operate
Terraform modules
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
Patrick
FFS Gluon
Commits
a557c162
Unverified
Commit
a557c162
authored
5 years ago
by
0x4A6F
Browse files
Options
Downloads
Patches
Plain Diff
add rpi-4 target
parent
46a70564
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
modules
+8
-8
8 additions, 8 deletions
modules
targets/brcm2708-bcm2711
+7
-0
7 additions, 0 deletions
targets/brcm2708-bcm2711
targets/targets.mk
+1
-0
1 addition, 0 deletions
targets/targets.mk
with
16 additions
and
8 deletions
modules
+
8
−
8
View file @
a557c162
GLUON_FEEDS='packages routing luci gluon'
GLUON_FEEDS='packages routing luci gluon'
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git
OPENWRT_BRANCH=
openwrt-18.06
OPENWRT_BRANCH=
master
OPENWRT_COMMIT=
89808e211cd5ef5989bd0becb8cd45f9340610ff
OPENWRT_COMMIT=
ced2b7bb988426aaece07a78c17d5a7c268e54c4
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=
openwrt-18.06
PACKAGES_PACKAGES_BRANCH=
master
PACKAGES_PACKAGES_COMMIT=1
eeea30fda0f573e57cd00bd3560f7af63fa6d10
PACKAGES_PACKAGES_COMMIT=1
d9c28fca1a66070dcb000cdc5245fd1eca03c5f
PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_REPO=https://github.com/openwrt-routing/packages.git
PACKAGES_ROUTING_BRANCH=
openwrt-18.06
PACKAGES_ROUTING_BRANCH=
master
PACKAGES_ROUTING_COMMIT=
7589804a56baac804421b492c93004c28a627abb
PACKAGES_ROUTING_COMMIT=
5d7f4af534b43b16453e6df71869e3db41e92dea
PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_REPO=https://github.com/openwrt/luci.git
PACKAGES_LUCI_BRANCH=
openwrt-18.06
PACKAGES_LUCI_BRANCH=
master
PACKAGES_LUCI_COMMIT=
b99e77d5c36a9d51559bae3bb61a138695d60b95
PACKAGES_LUCI_COMMIT=
f3bcb918bf60ef9f3e8fff0a98ca570bfca26888
PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=fb1594606c1bec630ba2ecda92033dab56208ef4
PACKAGES_GLUON_COMMIT=fb1594606c1bec630ba2ecda92033dab56208ef4
This diff is collapsed.
Click to expand it.
targets/brcm2708-bcm2711
0 → 100644
+
7
−
0
View file @
a557c162
include 'brcm2708.inc'
device('raspberry-pi-4', 'rpi-4', {
manifest_aliases = {
'raspberry-pi-4-model-b',
},
})
This diff is collapsed.
Click to expand it.
targets/targets.mk
+
1
−
0
View file @
a557c162
...
@@ -7,6 +7,7 @@ endif
...
@@ -7,6 +7,7 @@ endif
$(
eval
$(
call GluonTarget,ar71xx,nand
))
$(
eval
$(
call GluonTarget,ar71xx,nand
))
$(
eval
$(
call GluonTarget,brcm2708,bcm2708
))
$(
eval
$(
call GluonTarget,brcm2708,bcm2708
))
$(
eval
$(
call GluonTarget,brcm2708,bcm2709
))
$(
eval
$(
call GluonTarget,brcm2708,bcm2709
))
$(
eval
$(
call GluonTarget,brcm2708,bcm2711
))
$(
eval
$(
call GluonTarget,mpc85xx,generic
))
$(
eval
$(
call GluonTarget,mpc85xx,generic
))
$(
eval
$(
call GluonTarget,mpc85xx,p1020
))
$(
eval
$(
call GluonTarget,mpc85xx,p1020
))
$(
eval
$(
call GluonTarget,ramips,mt7621
))
$(
eval
$(
call GluonTarget,ramips,mt7621
))
...
...
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