From cfab86865d93458aef2c9a95468839ee5d04acb0 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 19 Dec 2025 11:20:40 -0500 Subject: [PATCH] Add w1700k profile --- openwrtbuilder | 2 +- profiles | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 4389fc5..e0797ad 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -5,7 +5,7 @@ # See README and ./profiles for device configuration # Set default release -: "${RELEASE:="24.10.4"}" +: "${RELEASE:="24.10.5"}" # @internal print_help() { diff --git a/profiles b/profiles index bf64efc..0bc5998 100644 --- a/profiles +++ b/profiles @@ -60,7 +60,7 @@ declare -Ag n5100=( luci-app-ddns irqbalance collectd-mod-df \ usbutils kmod-usb-storage kmod-usb-storage-uas kmod-fs-btrfs \ btrfs-progs block-mount cryptsetup kmod-crypto-xts smcroute \ - avahi-daemon curl ethtool ca-bundle smartmontools intel-microcode \ + avahi-daemon ethtool ca-bundle smartmontools intel-microcode \ lm-sensors samba4-server luci-app-samba4 tailscale shadow-useradd" [config]="${default_configs[*]} \ CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y \ @@ -68,6 +68,20 @@ declare -Ag n5100=( # [files]="/mnt/backup" ) +declare -Ag w1700k=( + [mode]="source" + [device]="gemtek_w1700k" + [target]="airoha/an7581" + [filesystem]="squashfs" + [release]="snapshot" + [packages]="${default_packages[*]} \ + luci-app-ddns luci-app-sqm \ + adblock luci-app-adblock \ + smcroute avahi-daemon \ + lm-sensors samba4-server luci-app-samba4 tailscale shadow-useradd \ + ethtool ca-bundle tailscale" +) + declare -Ag rpi4=( [device]="rpi-4" [target]="bcm27xx/bcm2711"