From 4c85221604b730581a61ea7e58906f96b54f8bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Tue, 6 Apr 2021 21:28:50 +0200 Subject: [PATCH] include luci --- README.md | 4 ++-- make.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a572050..2016006 100644 --- a/README.md +++ b/README.md @@ -101,12 +101,12 @@ wget https://downloads.openwrt.org/snapshots/targets/ramips/mt7620/openwrt-image tar xJf openwrt-imagebuilder-ramips-mt7620.Linux-x86_64.tar.xz cd openwrt-imagebuilder-ramips-mt7620.Linux-x86_64 ln -s ../files . -make image PROFILE=tplink_archer-mr200 PACKAGES="curl" FILES=files/ +make image PROFILE=tplink_archer-mr200 PACKAGES="curl luci" FILES=files/ ``` The sysupgrade file is then available at `openwrt-imagebuilder-ramips-mt7620.Linux-x86_64/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-tplink_archer-mr200-squashfs-sysupgrade.bin` -after the build and includes `curl` and the LED script. +after the build and includes `curl`, `luci` and the LED script. ## Credit diff --git a/make.sh b/make.sh index 1a37f0b..9afc2cf 100755 --- a/make.sh +++ b/make.sh @@ -62,7 +62,7 @@ fi cd "$folderName" ln -sf ../../files . -make image PROFILE=ArcherMR200 PACKAGES="curl" FILES=files/ +make image PROFILE=ArcherMR200 PACKAGES="curl luci" FILES=files/ cp "bin/targets/ramips/mt7620/$sysupgradeFile" ../../build/ cd ../../build/