Skip to content

Commit

Permalink
Update r2s.config.seed
Browse files Browse the repository at this point in the history
  • Loading branch information
madisontanle authored Dec 8, 2024
1 parent b47aaf2 commit 2198923
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions r2s.config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y
CONFIG_TARGET_OPTIMIZATION="-O3 -pipe -march=armv8-a+crypto+crc -mcpu=cortex-a53+crypto+crc -mtune=cortex-a53"
CONFIG_TARGET_ROOTFS_PARTSIZE=640



CONFIG_PACKAGE_luci-app-ddnsto=y
CONFIG_PACKAGE_luci-app-dockerman=y
CONFIG_DOCKER_OPTIONAL_FEATURES=y
Expand All @@ -25,7 +23,6 @@ CONFIG_PACKAGE_luci-theme-openwrt-2020=y
CONFIG_PACKAGE_collectd-mod-ping=y
CONFIG_PACKAGE_collectd-mod-thermal=y


CONFIG_PACKAGE_kmod-gpu-lima=y
CONFIG_PACKAGE_kmod-ath9k-htc=y
CONFIG_PACKAGE_kmod-mt76x0u=y
Expand All @@ -37,20 +34,31 @@ CONFIG_PACKAGE_kmod-usb-net=y
CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y


CONFIG_PACKAGE_libc=y
CONFIG_PACKAGE_libbz2=y
CONFIG_PACKAGE_libcc1=y
CONFIG_PACKAGE_zlib=y
CONFIG_PACKAGE_libc=y
CONFIG_PACKAGE_libbz2=y
CONFIG_PACKAGE_libcc1=y
CONFIG_PACKAGE_zlib=y
CONFIG_PACKAGE_libopenssl1.1=y
CONFIG_PACKAGE_libpthread=y
# 无效 CONFIG_PACKAGE_adb=y

CONFIG_PACKAGE_libgcc=y
CONFIG_PACKAGE_libstdcpp=y
CONFIG_BUSYBOX_CONFIG_WGET=y
CONFIG_BUSYBOX_CONFIG_TAR=y
CONFIG_BUSYBOX_CONFIG_GUNZIP=y
CONFIG_PACKAGE_apk=y
CONFIG_PACKAGE_musl=y
CONFIG_PACKAGE_busybox=y
CONFIG_PACKAGE_curl=y
CONFIG_PACKAGE_wget=y
CONFIG_PACKAGE_kmod-fs-ext4=y
CONFIG_PACKAGE_kmod-overlay=y
CONFIG_PACKAGE_mount-utils=y
CONFIG_PACKAGE_luci=y
CONFIG_PACKAGE_openssh-server=y

CONFIG_PACKAGE_iw=y
CONFIG_PACKAGE_iwinfo=y
CONFIG_PACKAGE_wpad-basic-wolfssl=y
CONFIG_DRIVER_11AC_SUPPORT=y
CONFIG_DRIVER_11N_SUPPORT=y
CONFIG_DRIVER_11W_SUPPORT=y

0 comments on commit 2198923

Please sign in to comment.