Skip to content

Commit

Permalink
bump to 21.02.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Mar 16, 2022
1 parent f16008d commit 8d7c501
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for lede-dockerbuilder

## v2.11 [2022-03-16]

* bump to OpenWrt 21.02.2

## v2.10 [2021-09-19]

* bump to OpenWrt 21.02.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for your embedded device our Raspberry PI) using a self-contained docker
container and the [OpenWrt image
builder](https://openwrt.org/docs/guide-user/additional-software/imagebuilder).
On the builder host, Docker or podman/buildah (for dockerless operation) is the
only requirement. Supports latest OpenWrt release (21.02.0).
only requirement. Supports latest OpenWrt release (21.02.2).

### Note

Expand Down Expand Up @@ -153,7 +153,7 @@ encrypted USB disk attached so I can use it as a simple NAS with samba and ftp:
```
# LEDE profile to use: NEXX WT3020
LEDE_PROFILE=nexx_wt3020-8m
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt7620
Expand Down
4 changes: 1 addition & 3 deletions example-ginet-gl-mt300n-v2.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# profile to use: G.INET GL-MT300N V2
LEDE_PROFILE=glinet_gl-mt300n-v2
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt76x8

# list packages to include in LEDE image. prepend packages to deinstall with "-".
# include all packages to build a mobile NAS supporting disk encryption:
# luci, ksmbd, vsftp, cryptsetup and some tools
#
# disabled in 21.02.0: kmod-crypto-iv, see https://github.com/openwrt/openwrt/commit/97940f876616ad3b6ff7f88d0c1303eaff774a0a
#
LEDE_PACKAGES="ksmbd-server ksmbd-utils vsftpd cryptsetup usbutils \
block-mount lsblk iwinfo tcpdump luci-ssl\
kmod-usb-storage-uas kmod-scsi-core kmod-fs-ext4 ntfs-3g\
Expand Down
6 changes: 3 additions & 3 deletions example-nexx-wt3020.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# LEDE profile to use: NEXX WT3020
LEDE_PROFILE=nexx_wt3020-8m
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt7620

# list packages to include in LEDE image. prepend packages to deinstall with "-".
#
# include all packages to build a mobile NAS supporting disk encryption:
# ksmbd (samba4 is too large now for the WT3020's 8MB), vsftpd, cryptsetup.
# ksmbd (samba4 is too large now for the WT3020's 8MB), cryptsetup.
# see https://github.com/namjaejeon/ksmbd-tools for ksmbd info.
LEDE_PACKAGES="ksmbd-server ksmbd-utils vsftpd lsblk iwinfo tcpdump block-mount\
LEDE_PACKAGES="ksmbd-server ksmbd-utils lsblk iwinfo tcpdump block-mount\
kmod-usb-storage-uas kmod-scsi-core kmod-fs-ext4 ntfs-3g\
kmod-nls-cp437 kmod-nls-iso8859-1 cryptsetup kmod-crypto-xts\
kmod-mt76 kmod-usb2 kmod-usb-ohci kmod-usb-core kmod-dm kmod-crypto-ecb\
Expand Down
2 changes: 1 addition & 1 deletion example-rpi2.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo for Raspberry 2 with dnsmasq, openvpn, http-frontend.
LEDE_PROFILE=rpi-2
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=bcm27xx
LEDE_SUBTARGET=bcm2709

Expand Down
4 changes: 2 additions & 2 deletions example-rpi4.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Demo for Raspberry 4. Build from 'snapshots' branch.
# Demo for Raspberry 4.
LEDE_PROFILE=rpi-4
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=bcm27xx
LEDE_SUBTARGET=bcm2711

Expand Down
2 changes: 1 addition & 1 deletion example-wrt1043nd.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenWRT profile to use: tp link WR1043ND
LEDE_PROFILE=tplink_tl-wr1043nd-v2
LEDE_TARGET=ath79
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_SUBTARGET=generic

# list packages to include in the image. prepend packages to deinstall with "-".
Expand Down
2 changes: 1 addition & 1 deletion example-x86_64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See README.md for info on running this image with QEMU.
#
LEDE_PROFILE=generic
LEDE_RELEASE=21.02.0
LEDE_RELEASE=21.02.2
LEDE_TARGET=x86
LEDE_SUBTARGET=64

Expand Down

0 comments on commit 8d7c501

Please sign in to comment.