-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackages.yaml
81 lines (69 loc) · 3.21 KB
/
packages.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
base_packages:
- vim # Text editor
- curl # Command-line tool for transferring data with URLs
- wget # Command-line tool for retrieving files using HTTP, HTTPS, and FTP
system_packages:
- block-mount # Mounting utility for block devices
- e2fsprogs # Utilities for managing ext2/3/4 filesystems
- fdisk # Disk partitioning tool
- parted # Disk partitioning utility
- losetup # Set up and control loop devices
- resize2fs # Resize ext2/3/4 filesystems
# - tune2fs # Adjust tunable filesystem parameters
# - dumpe2fs # Dump filesystem information
- kmod-fs-ext4 # Kernel module for ext4 filesystem
- luci # Web interface for OpenWrt
- luci-app-firewall # LuCI module for firewall configuration
- luci-app-opkg # LuCI module for package management
- luci-compat # LuCI compatibility layer
- luci-lib-ipkg # LuCI support for ipkg
usb_packages:
# - kmod-usb-storage # Remove this line
- kmod-usb-net # Kernel module for USB networking
- wireless-regdb # Regulatory database for wireless networks
- usbutils # USB device utilities
network_packages:
- luci-app-sqm # LuCI module for Smart Queue Management
- sqm-scripts # Scripts for Smart Queue Management
- mwan3 # Multi-WAN manager
- luci-app-mwan3 # LuCI module for Multi-WAN management
vpn_packages:
- openvpn-openssl # OpenVPN with OpenSSL support
- luci-app-openvpn # LuCI module for OpenVPN configuration
dns_packages:
- https-dns-proxy # HTTPS DNS proxy
- luci-app-https-dns-proxy # LuCI module for HTTPS DNS proxy configuration
modem_packages:
- kmod-usb-net-qmi-wwan # Kernel module for QMI WWAN devices
- kmod-usb-net-cdc-mbim # Kernel module for CDC MBIM devices
- umbim # MBIM modem utility
- uqmi # QMI modem utility
- luci-proto-qmi # LuCI support for QMI protocol
- luci-proto-ncm # LuCI support for NCM protocol
wifi_packages:
- kmod-rt2800-usb # Kernel module for RT2800 USB WiFi devices
- kmod-rtl8192cu # Kernel module for RTL8192CU USB WiFi devices
- kmod-ath9k-htc # Kernel module for Atheros HTC USB WiFi devices
- kmod-carl9170 # Kernel module for AR9170 USB WiFi devices
tether_packages:
- kmod-usb-net-rndis # Kernel module for RNDIS USB network devices
- kmod-usb-net-cdc-ether # Kernel module for CDC Ethernet devices
- kmod-nls-base # Base kernel module for NLS
- kmod-usb-core # Core kernel module for USB support
- kmod-usb-ohci # Kernel module for OHCI USB controllers
- kmod-usb-uhci # Kernel module for UHCI USB controllers
- kmod-usb2 # Kernel module for USB 2.0 support
- kmod-usb3 # Kernel module for USB 3.0 support
management_packages:
- luci-app-nlbwmon # LuCI module for network bandwidth monitoring
- luci-app-wifischedule # LuCI module for WiFi scheduling
- luci-app-watchcat # LuCI module for system monitoring and auto-reboot
wireguard_packages:
- wireguard-tools # Tools for configuring WireGuard VPN
- luci-app-wireguard # LuCI module for WireGuard configuration
filesharing_packages:
- luci-app-samba4 # LuCI module for Samba file sharing
monitoring_packages:
- luci-app-statistics # LuCI module for collecting and displaying statistics
- collectd # System statistics collection daemon
- collectd-mod-thermal # Collectd module for thermal monitoring