File tree 3 files changed +17
-2
lines changed
3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ asu.egg-info/
6
6
build /
7
7
dist /
8
8
tests /
9
- distributions /
9
+ . / distributions /
10
10
.coverage
11
11
.vagrant /
12
12
* .swp
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ active_targets:
17
17
- x86/64
18
18
- ramips/mt7621
19
19
20
- targets_url : https://downloads.lede-project.org/releases/
21
20
targets_url : https://downloads.lede-project.org/releases/{version}/targets?json-targets
22
21
23
22
board_rename :
Original file line number Diff line number Diff line change
1
+ # this is a version config overwriting settings of the distro_config.yml
2
+
3
+ # the download url is slightly different from stable releases
4
+ targets_url : https://downloads.openwrt.org/snapshots/targets?json-targets
5
+
6
+ # this flag tells the server to remove created images and builders daily
7
+ snapshots : True
8
+
9
+ # some targets are/were broken and are hereby disabled
10
+ ignore_targets :
11
+ - adm5120/rb1xx
12
+ - adm5120/router_be
13
+ - adm5120/router_le
14
+ - gemini/raidsonic
15
+ - gemini/wiligear
16
+ - malta/le64
You can’t perform that action at this time.
0 commit comments