include luci

ansible
Peter Babič 3 years ago
parent 200dbe9a3e
commit 4c85221604
Signed by: peter.babic
GPG Key ID: 4BB075BC1884BA40
  1. 4
      README.md
  2. 2
      make.sh

@ -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

@ -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/

Loading…
Cancel
Save