mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 20:57:00 +02:00
22 lines
577 B
Text
22 lines
577 B
Text
for _mod in \
|
|
apple-mailbox \
|
|
vfat \
|
|
nvme_apple \
|
|
pinctrl-apple-gpio \
|
|
macsmc macsmc-rtkit \
|
|
i2c-apple i2c-pasemi-platform tps6598x apple-dart dwc3 dwc3-of-simple xhci-pci pcie-apple \
|
|
xhci-plat-hcd \
|
|
nvme-apple-efuses phy-apple-atc gpio_macsmc \
|
|
rtc-macsmc simple-mfd-spmi spmi-apple-controller nvmem_spmi_mfd \
|
|
spi-apple spi-hid-apple spi-hid-apple-of \
|
|
apple-dockchannel dockchannel-hid apple-rtkit-helper \
|
|
apple-sio \
|
|
mux-apple-display-crossbar phy-apple-dptx
|
|
do
|
|
copy_kmod "$_mod"
|
|
done
|
|
|
|
for _bin in umount cpio cp grep cat sed seq
|
|
do
|
|
copy_exec "$_bin"
|
|
done
|