merge all
This commit is contained in:
@@ -10,6 +10,7 @@ RELEASE_18_06="18.06.9"
|
||||
RELEASE_19_07="19.07.7"
|
||||
RELEASE_21_02="21.02.3"
|
||||
RELEASE_22_03="22.03.0"
|
||||
RELEASE_23_05="23.05.2"
|
||||
|
||||
# Popular Luci apps
|
||||
# This list is probably only valid for the 21.02 release
|
||||
@@ -38,11 +39,23 @@ luci-app-wireguard kmod-wireguard wireguard-tools qrencode
|
||||
luci-app-wol
|
||||
"
|
||||
|
||||
packages_antizapret=""
|
||||
|
||||
# the absolute minimum for extroot to work at all (i.e. when the disk is already set up, for example by hand).
|
||||
# this list may be smaller and/or different for your router, but it works with my ath79.
|
||||
# blockdev is needed to re-read the partition table using `blockdev --rereadpt /dev/sdX`
|
||||
packages_ext_root="block-mount kmod-fs-ext4 kmod-usb-storage blockdev"
|
||||
|
||||
# some kernel modules may also be needed for your hardware
|
||||
packages_ext_root_2=" kmod-usb-uhci kmod-usb-ohci"
|
||||
|
||||
# these are needed for the proper functioning of the auto extroot scripts
|
||||
packages_ext_root_3=" blkid mount-utils swap-utils e2fsprogs fdisk"
|
||||
|
||||
# Packages only working on OpenWRT 21.02.x
|
||||
packages_21_02_luci_apps="\
|
||||
luci-app-banip banip \
|
||||
"
|
||||
|
||||
packages_unbound="luci-app-unbound unbound-checkconf unbound-anchor unbound-control-setup unbound-host"
|
||||
|
||||
packages_sec_dns="
|
||||
|
||||
Reference in New Issue
Block a user