From f4baefee509e04b10bde8624769c470ea7760799 Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Mon, 25 Mar 2024 22:42:51 +0530 Subject: [PATCH] docs: fix command in readme, version: bump to 2.5.4 --- README.md | 2 +- configs/dmsbg100.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12fccc225e..531405d8a4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ make4.1+ perl python3.7+ rsync subversion unzip which 2. Run `./scripts/feeds install -a` to install symlinks for all obtained packages into package/feeds/ -3. Run `mv dmsbg100.config .config && make defconfig` to use the default +3. Run `cp -rf configs/dmsbg100.config .config && make defconfig` to use the default configuration for the DMSBG100 device. 4. Run `make` to build your firmware. This will download all sources, build the diff --git a/configs/dmsbg100.config b/configs/dmsbg100.config index 25b675e09d..911b271bbb 100644 --- a/configs/dmsbg100.config +++ b/configs/dmsbg100.config @@ -996,7 +996,7 @@ CONFIG_VERSION_HOME_URL="https://difuse.io" CONFIG_VERSION_HWREV="v1" CONFIG_VERSION_MANUFACTURER="Difuse" CONFIG_VERSION_MANUFACTURER_URL="https://difuse.io" -CONFIG_VERSION_NUMBER="2.5.3" +CONFIG_VERSION_NUMBER="2.5.4" CONFIG_VERSION_PRODUCT="DMSBG-100" CONFIG_VERSION_REPO="https://difuse.io/releases" CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io"