Skip to content

Commit

Permalink
Use reasonable mac address
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 5, 2024
1 parent 9ad97c2 commit c4cd304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
Type=oneshot
RemainAfterExit=true
ExecStart=/sbin/iw phy phy0 interface add uap0 type __ap
ExecStartPost=/usr/bin/ip link set dev uap0 address 00:11:22:33:44:55
ExecStartPost=/usr/bin/ip link set dev uap0 address d8:3a:dd:06:5e:ca
ExecStartPost=/sbin/ifconfig uap0 up
ExecStop=/sbin/iw dev uap0 del
Expand Down

0 comments on commit c4cd304

Please sign in to comment.