Skip to content

Commit

Permalink
bump to 21.02.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Oct 1, 2021
1 parent b2fbdfc commit f16008d
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 14 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.10 [2021-09-19]

* bump to OpenWrt 21.02.0

## v2.9 [2021-08-20]

* bump to OpenWrt 21.02.0-rc4
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,17 @@

## What

Easily and quickly build OpenWrt custom images (e.g. 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).
Easily and quickly build [OpenWrt](https://openwrt.org/) custom images (e.g.
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).

### Note

The OpenWrt-dockerbuilder uses pre-compiled packages to build the final image.
Look [here](https://github.com/jandelgado/lede-dockercompiler) if you are looking
Go [here](https://github.com/jandelgado/lede-dockercompiler) if you are looking
for a docker images to compile OpenWrt completely from source.

## Why
Expand Down Expand Up @@ -152,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-rc4
LEDE_RELEASE=21.02.0
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt7620
Expand Down
4 changes: 2 additions & 2 deletions example-ginet-gl-mt300n-v2.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# profile to use: G.INET GL-MT300N V2
LEDE_PROFILE=glinet_gl-mt300n-v2
LEDE_RELEASE=21.02.0-rc4
LEDE_RELEASE=21.02.0
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-rc4: kmod-crypto-iv, see https://github.com/openwrt/openwrt/commit/97940f876616ad3b6ff7f88d0c1303eaff774a0a
# 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\
Expand Down
2 changes: 1 addition & 1 deletion example-nexx-wt3020.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LEDE profile to use: NEXX WT3020
LEDE_PROFILE=nexx_wt3020-8m
LEDE_RELEASE=21.02.0-rc4
LEDE_RELEASE=21.02.0
LEDE_TARGET=ramips
LEDE_SUBTARGET=mt7620

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-rc4
LEDE_RELEASE=21.02.0
LEDE_TARGET=bcm27xx
LEDE_SUBTARGET=bcm2709

Expand Down
2 changes: 1 addition & 1 deletion 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.
LEDE_PROFILE=rpi-4
LEDE_RELEASE=21.02.0-rc4
LEDE_RELEASE=21.02.0
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-rc4
LEDE_RELEASE=21.02.0
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-rc4
LEDE_RELEASE=21.02.0
LEDE_TARGET=x86
LEDE_SUBTARGET=64

Expand Down

0 comments on commit f16008d

Please sign in to comment.