Commit a9db7f7 1 parent 3563667 commit a9db7f7 Copy full SHA for a9db7f7
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
baremetal = true ;
6
6
target = "mediatek" ;
7
7
variant = "filogic" ;
8
- release = "24.10.0-rc1 " ;
8
+ release = "24.10.0-rc2 " ;
9
9
packageLists = builtins . mapAttrs
10
10
( k : v : v { inherit lib release target variant baremetal ; } )
11
11
bundles ;
Original file line number Diff line number Diff line change 5
5
baremetal = true ;
6
6
target = "ath79" ;
7
7
variant = "generic" ;
8
- release = "23.05.4 " ;
8
+ release = "24.10.0-rc2 " ;
9
9
packageLists = builtins . mapAttrs
10
10
( k : v : v { inherit lib release target variant baremetal ; } )
11
11
bundles ;
Original file line number Diff line number Diff line change 5
5
baremetal = true ;
6
6
target = "mediatek" ;
7
7
variant = "filogic" ;
8
- release = "24.10.0-rc1 " ;
8
+ release = "24.10.0-rc2 " ;
9
9
packageLists = builtins . mapAttrs
10
10
( k : v : v { inherit lib release target variant baremetal ; } )
11
11
bundles ;
You can’t perform that action at this time.
0 commit comments