forked from Sysdeploy/openwrt
In uci-defaults detect a SATA controller and install needed packages
This commit is contained in:
parent
a3ddbfac67
commit
92ab2ebe7a
14
defaults/51-waveshare
Normal file
14
defaults/51-waveshare
Normal file
|
@ -0,0 +1,14 @@
|
|||
VERSION=1
|
||||
|
||||
[ "$(uci -q get defaults.version.waveshare)" -ge "$VERSION" ] && exit
|
||||
|
||||
# save version
|
||||
/sbin/uci set defaults.version.waveshare="$VERSION"
|
||||
|
||||
sata_device=$(lspci -d ::106)
|
||||
|
||||
[ -z "$device" ] && exit
|
||||
|
||||
opkg update
|
||||
opkg install kmod-ata-ahci smartmontools hdparm fdisk parted \
|
||||
kmod-hwmon-drivetemp btrfs-progs kmod-fs-btrfs cryptsetup
|
Loading…
Reference in New Issue
Block a user