@@ -31,7 +31,7 @@ for your embedded device or a Raspberry PI) using a self-contained docker
3131container or a [ nix-shell] ( https://nixos.wiki/wiki/Development_environment_with_nix-shell ) and the [ OpenWrt image
3232builder] ( https://openwrt.org/docs/guide-user/additional-software/imagebuilder ) .
3333On the builder host, Docker, podman/buildah (for dockerless operation) or nix-shell is the
34- only requirement. Supports latest OpenWrt release (22.03.4 ).
34+ only requirement. Supports latest OpenWrt release (23.05.0 ).
3535
3636### Note
3737
@@ -187,7 +187,7 @@ encrypted USB disk attached so I can use it as a simple NAS with samba and ftp:
187187```
188188# LEDE profile to use: NEXX WT3020
189189LEDE_PROFILE=nexx_wt3020-8m
190- LEDE_RELEASE=22.03.4
190+ LEDE_RELEASE=23.05.0
191191LEDE_TARGET=ramips
192192LEDE_SUBTARGET=mt7620
193193
@@ -196,7 +196,7 @@ LEDE_SUBTARGET=mt7620
196196# include all packages to build a mobile NAS supporting disk encryption:
197197# ksmbd (samba4 is too large now for the WT3020's 8MB), cryptsetup.
198198# see https://github.com/namjaejeon/ksmbd-tools for ksmbd info.
199- LEDE_PACKAGES="ksmbd-server ksmbd-utils lsblk block-mount\
199+ LEDE_PACKAGES="ksmbd-server lsblk block-mount\
200200 kmod-usb-storage-uas kmod-scsi-core ntfs-3g\
201201 kmod-nls-iso8859-1 cryptsetup kmod-crypto-xts\
202202 kmod-mt76 kmod-usb2 kmod-usb-ohci kmod-usb-core kmod-dm kmod-crypto-ecb\
@@ -300,7 +300,7 @@ a virtual router/firewall.
300300
301301First build the image with ` builder.sh build example-x86_64.conf ` , then unpack
302302the resulting image with e.g. `gunzip
303- output/openwrt-22.03.4 -x86-64-generic-ext4-combined.img.gz`. Finally the image
303+ output/openwrt-23.05.0 -x86-64-generic-ext4-combined.img.gz`. Finally the image
304304can be started with qemu (or simply use [ run_in_qemu.sh] ( etc/run_in_qemu.sh ) )
305305
306306``` shell
0 commit comments