lede/package
Beginner c85f84bfde
base-files: reduce sed calls (#7924)
* base-files: reduce `sed` calls

The `sed`-script shouldn't be called multiple times, especially not with
the same files.

This commit merges all files together in a single `sed`-script call.

Signed-off-by: Paul Spooren <mail@aparcar.org>

* base-files: reduce number of `mkdir` calls

The `mkdir` commands supports passing multiple arguments to batch create
multiple folders, instead of calling the tool every single time.

If the creation of one of the folders fails, all other folder are still
created and therefore doesn't change the error handling.

Also stop creating `/etc/` explicitly after subfolders of `/etc/` were
already created.

Signed-off-by: Paul Spooren <mail@aparcar.org>

Co-authored-by: Paul Spooren <mail@aparcar.org>
2021-09-25 01:40:03 +08:00
..
base-files base-files: reduce sed calls (#7924) 2021-09-25 01:40:03 +08:00
boot Added support for DoorNet1 devices (#7834) 2021-09-09 00:42:08 +08:00
devel add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
firmware cypress-nvram: add rpi cm4 support 2021-09-20 11:09:05 +08:00
kernel rtl8821cu: add package 2021-09-24 21:47:50 +08:00
lean qbittorrent: bump to v4.3.8 (#7919) 2021-09-24 22:04:15 +08:00
libs openssl: Refresh patch (#7765) 2021-08-29 13:33:31 +08:00
network iproute2: update to 5.14 (#7887) 2021-09-24 22:04:40 +08:00
qca shortcut-fe: update to QSDK11.4 HEAD (#7832) 2021-09-09 00:42:58 +08:00
system Revert "procd: update to git HEAD (#7676)" 2021-08-26 16:46:06 +08:00
utils util-linux: update to 2.37 (#7427) 2021-07-19 12:50:07 +00:00
Makefile add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00