Compare commits
24 Commits
fd3cef6915
...
d51c9e6359
| Author | SHA1 | Date | |
|---|---|---|---|
| d51c9e6359 | |||
| a0afdfbd47 | |||
| 2d97851c5b | |||
| b00bd9f056 | |||
| c061c18a8e | |||
| 4d77b17269 | |||
| 0de4af9bdb | |||
| 78820d1058 | |||
| 8bea538b1f | |||
| 8bb770bc3e | |||
| 6747571cf9 | |||
| 6f793dddb9 | |||
| 4d721f43c1 | |||
| b2f2d34b27 | |||
| 2d816f3b8a | |||
| 1464cd93ba | |||
| 6dffe35f26 | |||
| 157bb75907 | |||
| a2d72c218a | |||
| 3484c97fbf | |||
| 90700e9595 | |||
| b5d13f000e | |||
| fcf71c9d49 | |||
| 7657759299 |
1539
openwrtbuilder
1539
openwrtbuilder
File diff suppressed because it is too large
Load Diff
58
profiles
58
profiles
@@ -7,24 +7,23 @@
|
||||
default_packages="\
|
||||
luci \
|
||||
luci-ssl \
|
||||
luci-proto-wireguard \
|
||||
luci-app-statistics \
|
||||
collectd-mod-sensors \
|
||||
collectd-mod-thermal \
|
||||
collectd-mod-conntrack \
|
||||
collectd-mod-cpu \
|
||||
nano \
|
||||
htop \
|
||||
diffutils \
|
||||
tar \
|
||||
iperf3 \
|
||||
bash \
|
||||
zsh \
|
||||
rsync \
|
||||
luci-app-statistics \
|
||||
luci-app-attendedsysupgrade \
|
||||
collectd-mod-sensors \
|
||||
collectd-mod-thermal \
|
||||
collectd-mod-conntrack \
|
||||
collectd-mod-cpu"
|
||||
openssh-sftp-server \
|
||||
"
|
||||
|
||||
#################
|
||||
# Current devices
|
||||
#################
|
||||
|
||||
# Main router
|
||||
declare -Ag r4s
|
||||
r4s['device']="friendlyarm_nanopi-r4s"
|
||||
@@ -32,9 +31,8 @@ r4s['target']="rockchip/armv8"
|
||||
r4s['filesystem']="ext4"
|
||||
r4s['packages']="\
|
||||
$default_packages \
|
||||
luci-app-wireguard \
|
||||
luci-proto-wireguard \
|
||||
luci-app-ddns \
|
||||
luci-app-sqm \
|
||||
irqbalance \
|
||||
collectd-mod-df \
|
||||
usbutils \
|
||||
@@ -47,10 +45,9 @@ r4s['packages']="\
|
||||
avahi-daemon \
|
||||
curl \
|
||||
ethtool \
|
||||
ca-bundle \
|
||||
-libustream-wolfssl"
|
||||
ca-bundle"
|
||||
# The following are source mode only
|
||||
r4s['kopts']="\
|
||||
r4s['config']="\
|
||||
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
||||
CONFIG_BTRFS_PROGS_ZSTD=y \
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=512 \
|
||||
@@ -58,7 +55,7 @@ r4s['kopts']="\
|
||||
r4s['files']="\
|
||||
/mnt/backup"
|
||||
|
||||
# WDS mesh nodes
|
||||
# Access point
|
||||
declare -Ag ax6000
|
||||
ax6000['device']="xiaomi_redmi-router-ax6000-stock"
|
||||
ax6000['target']="mediatek/filogic"
|
||||
@@ -70,22 +67,6 @@ ax6000['packages']="\
|
||||
-odhcpd-ipv6only \
|
||||
-nftables \
|
||||
-firewall4"
|
||||
# for 802.11s
|
||||
# mesh11sd \
|
||||
# -wpad-basic-mbedtls \
|
||||
# wpad-mesh-mbedtls"
|
||||
|
||||
# WDS mesh nodes
|
||||
declare -Ag ax6000_ap
|
||||
ax6000_ap['device']="xiaomi_redmi-router-ax6000-stock"
|
||||
ax6000_ap['target']="mediatek/filogic"
|
||||
ax6000_ap['release']="snapshot"
|
||||
ax6000_ap['filesystem']="squashfs"
|
||||
ax6000_ap['packages']="\
|
||||
$default_packages \
|
||||
avahi-daemon \
|
||||
smcroute \
|
||||
ca-bundle"
|
||||
|
||||
# For converted uboots
|
||||
# declare -Ag ax6000_uboot
|
||||
@@ -109,8 +90,6 @@ n5100['target']="x86/64"
|
||||
n5100['filesystem']="squashfs"
|
||||
n5100['packages']="\
|
||||
$default_packages \
|
||||
luci-app-wireguard \
|
||||
luci-proto-wireguard \
|
||||
luci-app-ddns \
|
||||
irqbalance \
|
||||
collectd-mod-df \
|
||||
@@ -135,7 +114,7 @@ n5100['packages']="\
|
||||
tailscale \
|
||||
shadow-useradd"
|
||||
# The following are source mode only
|
||||
n5100['kopts']="\
|
||||
n5100['config']="\
|
||||
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
||||
CONFIG_BTRFS_PROGS_ZSTD=y \
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=512 \
|
||||
@@ -153,27 +132,20 @@ rpi4['packages']="\
|
||||
kmod-usb-net-asix-ax88179 \
|
||||
kmod-usb-net-rtl8152 \
|
||||
luci-app-upnp \
|
||||
luci-app-wireguard \
|
||||
luci-app-pbr \
|
||||
-dnsmasq \
|
||||
dnsmasq-full \
|
||||
luci-app-ddns \
|
||||
luci-app-sqm"
|
||||
|
||||
|
||||
#################
|
||||
# Stock builds
|
||||
#################
|
||||
declare -Ag r4s_stock
|
||||
r4s_stock['device']="friendlyarm_nanopi-r4s"
|
||||
r4s_stock['target']="rockchip/armv8"
|
||||
r4s_stock['filesystem']="ext4"
|
||||
r4s_stock['release']="snapshot"
|
||||
|
||||
|
||||
#################
|
||||
# Old devices
|
||||
#################
|
||||
declare -Ag totolink
|
||||
totolink['device']="totolink_x5000r"
|
||||
totolink['target']="ramips/mt7621"
|
||||
@@ -216,7 +188,6 @@ r2s['filesystem']="ext4"
|
||||
r2s['packages']="\
|
||||
$default_packages \
|
||||
luci-app-upnp \
|
||||
luci-app-wireguard \
|
||||
luci-app-pbr \
|
||||
-dnsmasq \
|
||||
dnsmasq-full \
|
||||
@@ -237,7 +208,6 @@ r2s_tr['filesystem']="ext4"
|
||||
r2s_tr['packages']="\
|
||||
$default_packages \
|
||||
luci-app-upnp \
|
||||
luci-app-wireguard \
|
||||
luci-app-pbr \
|
||||
luci-app-ddns \
|
||||
luci-app-statistics \
|
||||
|
||||
Reference in New Issue
Block a user