Skip to content

Commit

Permalink
Merge branch 'sbwml:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
pmkol authored Apr 16, 2024
2 parents 65bd91f + e1f635f commit c5a6d67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions openwrt/23-config-common
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ CONFIG_PACKAGE_coreutils-nproc=y
CONFIG_PACKAGE_coreutils-rm=y
CONFIG_PACKAGE_coreutils-sha1sum=y
CONFIG_PACKAGE_coreutils-sha512sum=y
CONFIG_PACKAGE_coreutils-sleep=y
CONFIG_PACKAGE_coreutils-timeout=y
CONFIG_PACKAGE_coreutils-truncate=y

Expand Down
2 changes: 2 additions & 0 deletions openwrt/scripts/02-prepare_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ sed -i 's/#directory mask/directory mask/g' feeds/packages/net/samba4/files/smb.
sed -i 's/0666/0644/g;s/0744/0755/g;s/0777/0755/g' feeds/luci/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
sed -i 's/0666/0644/g;s/0777/0755/g' feeds/packages/net/samba4/files/samba.config
sed -i 's/0666/0644/g;s/0777/0755/g' feeds/packages/net/samba4/files/smb.conf.template
# rk3568 bind cpus
[ "$platform" = "rk3568" ] && sed -i 's#/usr/sbin/smbd#/usr/bin/taskset -c 0-1 /usr/sbin/smbd#' feeds/packages/net/samba4/files/samba.init

# autoCore
git clone https://$github/sbwml/autocore-arm -b openwrt-23.05 package/new/autocore
Expand Down

0 comments on commit c5a6d67

Please sign in to comment.