Commit db192ff
committed
feat(wifi, build): Add Wi-Fi configs for new devices and refactor installation
Add default Wi-Fi configurations for Qihoo 360V6 and Linksys MX4X00 series devices. This provides out-of-the-box Wi-Fi support for these new hardware platforms.
Refactor the installation of the `992_set-wifi-uci.sh` script by moving it from target-specific `uci-defaults` directories (qualcommax, filogic) to the general `package/base-files/files/etc/uci-defaults` path. This simplifies the build script and ensures consistent application across all targets.
Introduce a new `check_default_settings` function to clone the `default-settings` package from the immortalwrt repository if it is not already present, ensuring essential default configurations are available.
Adjust file permissions for `990_set_argon_primary` and `991_custom_settings` to `544`. The `install_opkg_distfeeds` function call has also been reordered in the main build process for better logical flow.1 parent 58ee530 commit db192ff
2 files changed
+48
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
67 | 78 | | |
68 | 79 | | |
69 | 80 | | |
| |||
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
90 | 109 | | |
91 | 110 | | |
92 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
201 | 225 | | |
202 | 226 | | |
203 | 227 | | |
| |||
219 | 243 | | |
220 | 244 | | |
221 | 245 | | |
222 | | - | |
223 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
224 | 249 | | |
225 | 250 | | |
226 | 251 | | |
| |||
251 | 276 | | |
252 | 277 | | |
253 | 278 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 279 | | |
266 | 280 | | |
267 | 281 | | |
| |||
1030 | 1044 | | |
1031 | 1045 | | |
1032 | 1046 | | |
1033 | | - | |
1034 | 1047 | | |
1035 | 1048 | | |
1036 | 1049 | | |
| |||
1041 | 1054 | | |
1042 | 1055 | | |
1043 | 1056 | | |
1044 | | - | |
1045 | 1057 | | |
1046 | 1058 | | |
1047 | 1059 | | |
| |||
1063 | 1075 | | |
1064 | 1076 | | |
1065 | 1077 | | |
| 1078 | + | |
| 1079 | + | |
1066 | 1080 | | |
1067 | 1081 | | |
1068 | 1082 | | |
| |||
0 commit comments