|
|
@@ -135,12 +135,13 @@ endef
|
|
|
|
|
|
# A reasonable set of default packages handling the NAS type
|
|
|
# of devices out of the box (former NAS42x0 IcyBox defaults)
|
|
|
-GEMINI_NAS_PACKAGES:=kmod-md-mod kmod-md-linear kmod-md-multipath \
|
|
|
+GEMINI_NAS_PACKAGES := $(DEFAULT_PACKAGES.nas) \
|
|
|
+ kmod-md-mod kmod-md-linear kmod-md-multipath \
|
|
|
kmod-md-raid0 kmod-md-raid1 kmod-md-raid10 kmod-md-raid456 \
|
|
|
kmod-fs-btrfs kmod-fs-cifs kmod-fs-nfs \
|
|
|
kmod-fs-nfsd kmod-fs-ntfs kmod-fs-reiserfs kmod-fs-vfat \
|
|
|
- kmod-nls-utf8 kmod-usb-storage-extras \
|
|
|
- samba36-server mdadm cfdisk fdisk e2fsprogs badblocks \
|
|
|
+ kmod-nls-utf8 kmod-usb-storage-extras kmod-hwmon-drivetemp \
|
|
|
+ samba36-server cfdisk e2fsprogs badblocks \
|
|
|
partx-utils
|
|
|
|
|
|
# The DIR-685 flash layout is kernel in WRGG format, padded and followed
|