Skip to content

Commit

Permalink
nss-setup: Update seed file to reflect new package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
bgcngm committed Nov 18, 2024
1 parent 26009b7 commit 990ee3f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nss-setup/config-nss.seed
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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,
Expand Down

0 comments on commit 990ee3f

Please sign in to comment.