Skip to content

Commit 76b17f7

Browse files
committed
Small changes for OpenWrt 24.10 compatible config files
1 parent 2bc8a28 commit 76b17f7

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

config/dawn

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ config metric global
5555
option max_chan_util_val '0'
5656
option min_probe_count '0'
5757
option bandwidth_threshold '6'
58-
option use_station_count '0'
5958
option max_station_diff '0'
60-
option eval_probe_req '0'
61-
option eval_auth_req '0'
62-
option eval_assoc_req '0'
6359
option kicking '0'
6460
option deny_auth_reason '1'
6561
option deny_assoc_reason '17'
@@ -76,3 +72,6 @@ config metric 802_11g
7672
option rssi_weight '2'
7773
option rssi_center '-70'
7874
option initial_score '100'
75+
76+
config local
77+
option loglevel '0'

config/dropbear

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
config dropbear
3+
option PasswordAuth 'on'
4+
option Port '22'

config/network

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config interface 'loopback'
88

99
config globals 'globals'
1010
option ula_prefix '{{ ula_prefix }}'
11+
option packet_steering '0'
1112

1213
config switch
1314
option name 'switch0'
@@ -49,6 +50,7 @@ config interface 'wan6'
4950
option proto 'dhcpv6'
5051
option reqaddress 'try'
5152
option reqprefix 'auto'
53+
option norelease '1'
5254

5355
config switch_vlan
5456
option device 'switch0'
@@ -90,6 +92,7 @@ config interface 'lan6'
9092
option reqprefix 'no'
9193
option device '@lan'
9294
option type 'bridge'
95+
option norelease '1'
9396
{% endif %}
9497

9598
{% for _, network in networks.items() %}

config/sqm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
{% if sqm is defined %}
33
config queue 'eth1'
4-
option qdisc_advanced '0'
54
option debug_logging '0'
65
option verbosity '5'
76
option qdisc 'cake'

openwrt.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@
244244
- name: cron
245245
path: /etc/crontabs
246246
filename: root
247+
- name: dropbear
248+
path: /etc/config
247249
vars:
248250
networks: "{{ common_networks | combine(host_networks | default({}), recursive=True) }}"
249251
loop_control:

0 commit comments

Comments
 (0)