diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-03-30 23:28:11 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-09 00:12:46 +0200 |
commit | 780264980baa11cd238ebfc2cfa7ebd1f3803c08 (patch) | |
tree | 6178e8ce46768543c62c3585b6dfa902a99a9ce5 /target | |
parent | 9aa3d5b3458a7d00fdcde69f1f417261707aa914 (diff) | |
download | upstream-780264980baa11cd238ebfc2cfa7ebd1f3803c08.tar.gz upstream-780264980baa11cd238ebfc2cfa7ebd1f3803c08.tar.bz2 upstream-780264980baa11cd238ebfc2cfa7ebd1f3803c08.zip |
gemini: Refine package list
The NAS packages for Gemini doesn't even include the
block-mount package. Augment the list to be based off
the DEFAULT_PACKAGES.nas to make sure we extend on the
essentials.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/gemini/image/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index b4daa92670..80a698927c 100644 --- a/target/linux/gemini/image/Makefile +++ b/target/linux/gemini/image/Makefile @@ -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 |