forked from jandelgado/lede-dockerbuilder
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample-ginet-gl-mt300n-v2.conf
More file actions
23 lines (21 loc) · 1.09 KB
/
example-ginet-gl-mt300n-v2.conf
File metadata and controls
23 lines (21 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# profile to use: G.INET GL-MT300N V2
LEDE_PROFILE=glinet_gl-mt300n-v2
LEDE_RELEASE=21.02.0-rc3
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt76x8
# list packages to include in LEDE image. prepend packages to deinstall with "-".
# include all packages to build a mobile NAS supporting disk encryption:
# luci, ksmbd, vsftp, cryptsetup and some tools
#
# disabled in 21.02.0-rc3: kmod-crypto-iv, see https://github.com/openwrt/openwrt/commit/97940f876616ad3b6ff7f88d0c1303eaff774a0a
#
LEDE_PACKAGES="ksmbd-server ksmbd-utils vsftpd cryptsetup usbutils \
block-mount lsblk iwinfo tcpdump luci-ssl\
kmod-usb-storage-uas kmod-scsi-core kmod-fs-ext4 ntfs-3g\
kmod-nls-cp437 kmod-nls-iso8859-1 kmod-crypto-xts kmod-usb-ohci kmod-usb2\
kmod-dm kmod-mt76 kmod-usb-core kmod-crypto-misc kmod-crypto-cbc \
kmod-crypto-crc32c kmod-crypto-hash kmod-crypto-user kmod-crypto-ecb \
-ppp -kmod-ppp -kmod-pppoe -kmod-pppox -ppp-mod-pppoe"
# optionally override OUTPUT_DIR and ROOTFS_OVERLAY directory location here, e.g.
# OUTPUT_DIR=$BASEDIR_CONFIG_FILE/output
# ROOTFS_OVERLAY=$BASEDIR_OVERLAY/rootfs-overlay