Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
targets
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Feed
targets
Commits
e8c22dcb
Commit
e8c22dcb
authored
3 months ago
by
Markus Gothe
Browse files
Options
Downloads
Patches
Plain Diff
airoha: Make disabling PON RX LOS logic optional.
This option interferes badly with the VoIP stack so use with caution.
parent
1801a765
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1399
airoha: Make disabling PON RX LOS logic optional.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
airoha/Config.in
+5
-1
5 additions, 1 deletion
airoha/Config.in
with
5 additions
and
1 deletion
airoha/Config.in
+
5
−
1
View file @
e8c22dcb
...
...
@@ -3,7 +3,7 @@ if TARGET_airoha
config KERNEL_GIT_CLONE_URI
default "https://dev.iopsys.eu/airoha/linux.git"
config KERNEL_GIT_REF
default "
03dd4c90949b4e60c0e0b29314afdd3f5c800504
" if TARGET_airoha_an7581
default "
e99b71d9a6d3ba5f30834ea762ece72c20c132ca
" if TARGET_airoha_an7581
default "97d2eb7b02e0c963ab66c11e2c9c70660694b680" if TARGET_airoha_en7523
config KERNEL_GIT_MIRROR_HASH
default "e76032cce99c247d73bae1b67bc7a1de58a8a3def4c6f2426f322ad062b608de"
...
...
@@ -59,4 +59,8 @@ if TARGET_airoha
config KERNEL_MCAST_IGNORE_ALL_SNOOPERS_JOIN
bool "Do not join or leave all-snoopers"
default n
config KERNEL_ECONET_DISABLE_PON_RX_LOS_DETECTION
bool "Disable PON RX LOS logic"
default n
endif
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