123
This commit is contained in:
10
build.sh
10
build.sh
@@ -46,21 +46,21 @@ fi
|
||||
PREINSTALLED_PACKAGES="block-mount kmod-fs-ext4 kmod-usb-storage blockdev"
|
||||
|
||||
# some kernel modules may also be needed for your hardware
|
||||
#PREINSTALLED_PACKAGES+=" kmod-usb-uhci kmod-usb-ohci"
|
||||
PREINSTALLED_PACKAGES+=" kmod-usb-uhci kmod-usb-ohci"
|
||||
|
||||
# these are needed for the proper functioning of the auto extroot scripts
|
||||
PREINSTALLED_PACKAGES+=" blkid mount-utils swap-utils e2fsprogs fdisk"
|
||||
|
||||
# the following packages are optional, feel free to (un)comment them
|
||||
PREINSTALLED_PACKAGES+=" wireless-tools firewall4"
|
||||
PREINSTALLED_PACKAGES+=" wireless-tools firewall4 wireguard-tools kmod-wireguard luci-proto-wireguard"
|
||||
PREINSTALLED_PACKAGES+=" kmod-usb-storage-extras kmod-mmc"
|
||||
PREINSTALLED_PACKAGES+=" ppp ppp-mod-pppoe ppp-mod-pppol2tp ppp-mod-pptp kmod-ppp kmod-pppoe"
|
||||
#PREINSTALLED_PACKAGES+=" ppp ppp-mod-pppoe ppp-mod-pppol2tp ppp-mod-pptp kmod-ppp kmod-pppoe"
|
||||
PREINSTALLED_PACKAGES+=" luci"
|
||||
|
||||
# you exclude packages with this to shrink the image for
|
||||
# routers with smaller flash storage.
|
||||
# SAVE_SPACE_PACKAGES=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -ath10k"
|
||||
SAVE_SPACE_PACKAGES=""
|
||||
SAVE_SPACE_PACKAGES=" -ppp -ppp-mod-pppoe -ip6tables -odhcp6c -kmod-ipv6 -kmod-ip6tables -ath10k"
|
||||
#SAVE_SPACE_PACKAGES=""
|
||||
|
||||
PREINSTALLED_PACKAGES+=${SAVE_SPACE_PACKAGES}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user