From f614b39f22cd8d765e842be99d9e522680ae738e Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 8 Aug 2020 13:53:33 +0800 Subject: [PATCH] README: rename branch to openwrt-18.06-k5.4 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8605dae254..6888a05a3f 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,9 @@ sudo bash -c "bash <(curl -s https://build-scripts.project-openwrt.eu.org/init_b ## Clone the source ```bash -git clone -b 18.06-kernel5.4 --single-branch https://github.com/project-openwrt/openwrt && cd openwrt +git clone -b openwrt-18.06-k5.4 --single-branch https://github.com/project-openwrt/openwrt && cd openwrt ./scripts/feeds update -a && ./scripts/feeds install -a ``` -#### For developer, you may use `openwrt-18.06-dev` branch instead of `openwrt-18.06`. ## Configure your firmware ```bash