Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
833cb9db46745ede719362da3eff7a3ceffdee42
Arch-R/packages/sysutils/ethmactool/system.d/ethmactool-config.service

13 lines
241 B
SYSTEMD
Raw Normal View History

ethmactool: new package for getting HW MAC address or generating from CPU SN Ethernet MAC address should be passed by u-boot in device tree. In many cases this address is not correct: ethmactool package allows userspace to take care of it. Currently these are possible sources of "real" MAC: - Amlogic: cmdline, eFuse, CPU SN - Rockchip: CPU SN
2019-04-28 00:05:34 +02:00
[Unit]
Description=Configure eth0 MAC address
ethmactool: dependency changes for devices with no eth0
2021-09-05 03:34:52 +00:00
Requisite=sys-subsystem-net-devices-eth0.device
ethmactool: new package for getting HW MAC address or generating from CPU SN Ethernet MAC address should be passed by u-boot in device tree. In many cases this address is not correct: ethmactool package allows userspace to take care of it. Currently these are possible sources of "real" MAC: - Amlogic: cmdline, eFuse, CPU SN - Rockchip: CPU SN
2019-04-28 00:05:34 +02:00
Before=connman.service
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ethmactool-config eth0
[Install]
WantedBy=multi-user.target
Reference in New Issue Copy Permalink
Powered by Gitea Page: 179ms Template: 4ms
English
English
Licenses API