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
Compare revisions
experimental to 0x4A6F-master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
patrick/gluon
Select target project
No results found
0x4A6F-master
Select Git revision
Swap
Target
firmware/gluon
Select target project
firmware/gluon
0x4A6F/gluon
patrick/gluon
3 results
experimental
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
resize x86 rootfs to 36 MB and kernel to 16 MB
· 46a70564
nrbffs
authored
6 years ago
This will allow x86 devices with 256 MB disk to upgrade.
46a70564
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/x86.inc
+2
-0
2 additions, 0 deletions
targets/x86.inc
with
2 additions
and
0 deletions
targets/x86.inc
View file @
46a70564
config
'CONFIG_VDI_IMAGES=y'
config
'CONFIG_VDI_IMAGES=y'
config
'CONFIG_VMDK_IMAGES=y'
config
'CONFIG_VMDK_IMAGES=y'
config
'CONFIG_TARGET_KERNEL_PARTSIZE=16'
config
'CONFIG_TARGET_ROOTFS_PARTSIZE=36'
local
ATH10K_PACKAGES
=
{
'kmod-ath10k-ct'
,
'ath10k-firmware-qca9887'
,
'ath10k-firmware-qca988x'
}
local
ATH10K_PACKAGES
=
{
'kmod-ath10k-ct'
,
'ath10k-firmware-qca9887'
,
'ath10k-firmware-qca988x'
}
if
env
.
GLUON_WLAN_MESH
==
'ibss'
then
if
env
.
GLUON_WLAN_MESH
==
'ibss'
then
...
...
This diff is collapsed.
Click to expand it.