From 92dd9ca78ed6d2d588ab60e0c960bbd7d99c71bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Tue, 6 Apr 2021 13:38:17 +0200 Subject: [PATCH] rename build.sh to make.sh easier distinguish between make.sh and build/ directory now --- README.md | 4 ++-- build.sh => make.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename build.sh => make.sh (100%) diff --git a/README.md b/README.md index d13a0d5..1dd55ba 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,8 @@ The sysupgrade file is 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. -Alternatively, the steps are automated in a [build.sh](./build.sh) script. -After running, the custom image file is conveniently symlinked to `mt7620`. +Alternatively, the steps are automated in a [script](./make.sh). After +running, the custom image file is conveniently symlinked to `mt7620`. ## Credit diff --git a/build.sh b/make.sh similarity index 100% rename from build.sh rename to make.sh