Skip to content

Commit

Permalink
add: Users & Groups Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Speechless22 authored Dec 19, 2024
1 parent 4eec09d commit f627d39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ echo 'CONFIG_TARGET_ROOTFS_PARTSIZE=4096' >> $BUILD_ROOT/.config
# Lanuage Setting
echo 'CONFIG_LUCI_LANG_zh_Hans=y' >> $BUILD_ROOT/.config

# Users & Groups Support
echo 'CONFIG_PACKAGE_shadow-utils=y' >> $BUILD_ROOT/.config

# Disk Support
echo 'CONFIG_PACKAGE_kmod-nvme=y' >> $BUILD_ROOT/.config
echo 'CONFIG_PACKAGE_fdisk=y' >> $BUILD_ROOT/.config
Expand All @@ -33,6 +36,7 @@ echo 'CONFIG_PACKAGE_docker-compose=y' >> $BUILD_ROOT/.config
# Add other apps
echo 'CONFIG_PACKAGE_luci=y' >> $BUILD_ROOT/.config
echo 'CONFIG_PACKAGE_luci-ssl=y' >> $BUILD_ROOT/.config

echo 'CONFIG_PACKAGE_luci-app-wol=y' >> $BUILD_ROOT/.config

echo 'CONFIG_PACKAGE_luci-app-aria2=y' >> $BUILD_ROOT/.config
Expand Down

0 comments on commit f627d39

Please sign in to comment.