From 990ee3f72b8bef50c7414bbc4b659a702c670f43 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 18 Nov 2024 12:26:32 +0000 Subject: [PATCH] nss-setup: Update seed file to reflect new package manager --- nss-setup/config-nss.seed | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nss-setup/config-nss.seed b/nss-setup/config-nss.seed index db499bda7cb364..9a389ab7c2fb19 100644 --- a/nss-setup/config-nss.seed +++ b/nss-setup/config-nss.seed @@ -100,11 +100,6 @@ CONFIG_TARGET_OPTIONS=y CONFIG_TARGET_OPTIMIZATION="-O2 -pipe -mcpu=cortex-a53+crc+crypto" CONFIG_USE_GC_SECTIONS=y -# If your device supports USB and plan on installing packages via opkg -# Use a USB device, as these devices have limited storage and you avoid wearing out the internal flash. -# We update the PATH to include the USB device. '/opt' is a common mount point. -CONFIG_TARGET_INIT_PATH="/usr/sbin:/usr/bin:/sbin:/bin:/opt/usr/bin:/opt/bin:/opt/sbin:/opt/usr/sbin" - # Kernel Config CONFIG_COLLECT_KERNEL_DEBUG=y CONFIG_KERNEL_PERF_EVENTS=y @@ -151,7 +146,7 @@ CONFIG_ZSTD_OPTIMIZE_O3=y ##################################################################### # Feeds Configuration ##################################################################### -# Prevent opkg from adding custom feeds to /etc/opkg/distfeeds.conf in the final image. +# Prevent apk from adding custom feeds to /etc/apk/repositories.d/distfeeds.list in the final image. CONFIG_FEED_nss_packages=n CONFIG_FEED_sqm_scripts_nss=n @@ -169,8 +164,6 @@ CONFIG_PACKAGE_luci-ssl-openssl=y ##################################################################### # - Firewall: Manage firewall rules via LUCI. CONFIG_PACKAGE_luci-app-firewall=y -# - OPKG: Package manager for OpenWRT, manage installed packages via LUCI. -CONFIG_PACKAGE_luci-app-opkg=y # - iperf3: CLI tool to measure network performance. # This is essential to test WiFi speeds,