Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Firmware
Manage
Activity
Members
Labels
Plan
Issues
22
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Firmware-Developer
Firmware
Merge requests
!197
initial copy of original firewall config to ensure we are using our...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
initial copy of original firewall config to ensure we are using our...
se-openwrt-22.03.6
into
master
Overview
0
Commits
11
Pipelines
1
Changes
19
Merged
Stephan
requested to merge
se-openwrt-22.03.6
into
master
11 months ago
Overview
0
Commits
11
Pipelines
1
Changes
19
Expand
copy of original firewall on boot-step 1 to ensure we are using our configuration, not the from a previous openwrt.org firmware.
add Sophos AP100 (still testing)
add missing nslookup to ath79.generic
upgrade openwrt 22 to latest 22.03.6
fix css styles
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
013ac23e
11 commits,
11 months ago
19 files
+
562
−
378
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
files/common/usr/lib/ddmesh/ddmesh-bootconfig.sh
+
3
−
0
Options
@@ -28,6 +28,9 @@ eval $(/usr/lib/ddmesh/ddmesh-utils-network-info.sh all)
config_boot_step1
()
{
# when comming from different openwrt firmware ensure correct firewall
cp
/rom/etc/config/firewall /etc/config/firewall
cat
<<
EOM
>/etc/config/overlay
config overlay 'data'
option md5sum '0'
Loading