Paul Spooren
6c2adde17a
treewide: replace which
with command -v
...
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.
Using `command -v` is POSIX compliant while `which` is not. Also to
mention, `command -v` is a shell builtin whereas `which` is a separate
busybox applet.
Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.
Acked-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Paul Spooren <mail@aparcar.org>
[also replace cases in zram-swap]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-13 23:30:21 +08:00
Adrian Schmutzler
587c46d0d2
base-files: replace backticks in lib/upgrade/nand.sh
...
This replaces deprecated backticks by more versatile $(...) syntax.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-16 20:16:39 +08:00
Alexander Couzens
e91175b592
base-files: ensure VERBOSE is set
...
If not set, it shows the following error
sh: out of range
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2020-04-21 09:18:15 +08:00
CN_SZTL
41a633fc4f
base-files: Add /etc/shinit for non-login shell init
2020-03-08 01:34:56 +08:00
CN_SZTL
92e3440682
Revert "base-files: update"
...
This reverts commit 468c38afbf472940f4e3cdac41dc03674c7852a9.
2019-11-24 01:27:26 +08:00
CN_SZTL
468c38afbf
base-files: update
2019-11-23 18:21:44 +08:00
CN_SZTL
38864eaeb6
Revert "base-files: update"
...
This reverts commit d88d3ca89a9ab431ec9c25077be2fe96aaba1499.
2019-11-07 11:43:47 +08:00
CN_SZTL
d88d3ca89a
base-files: update
2019-11-07 11:41:06 +08:00
CN_SZTL
9f00ef69ae
fix permission
2019-09-30 14:27:46 +08:00
CN_SZTL
ce8ed9121b
add luci-app-haproxy & luci-app-udpspeederv2
2019-05-25 21:05:51 +08:00
coolsnowwolf
472192311a
fix vhdx and kvm qcow2 support
2019-01-03 21:06:34 +08:00
coolsnowwolf
347daa04b2
Merge branch master of https://github.com/coolsnowwolf/lede
2019-01-03 19:29:28 +08:00
coolsnowwolf
55fcee2e7c
enable x64 EFI image sysupgrade
2018-10-14 13:05:42 +08:00
coolsnowwolf
9d54c42ced
update base-files sync with upstream
2018-10-14 12:59:07 +08:00
coolsnowwolf
fa33774bdc
Enable x86/x64 to Generate EFI grub images
2018-10-09 00:13:34 +08:00
coolsnowwolf
806f5db174
sync with OpenWrt trunk
2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7
sync with OpenWrt v18.06.1 stable new R8.1 version
2018-08-23 17:40:23 +08:00
coolsnowwolf
8fe0636b8a
Merge branch 'master' of github.com:lede-project/source
2018-04-23 18:50:49 +08:00
coolsnowwolf
2881c86f2b
enable EFI+GPT grub2 images for x86/x64 platforms (such as Atom N2600)
2018-03-29 22:41:20 +08:00
coolsnowwolf
b1266c659b
fix some target VLAN switch untagged settings
2018-01-13 16:14:03 +08:00
coolsnowwolf
b0f643aa87
update to R7.5.3 stable to fix firewall freeze
2018-01-10 20:55:06 +08:00
coolsnowwolf
229cde62a4
Merge branch 'master' of https://github.com/lede-project/source
2018-01-09 14:38:15 +08:00
coolsnowwolf
c682ebad62
enable generate EFI+GPT grub2 ext4 images for x86/x64 platforms
2017-10-20 13:23:12 +08:00
coolsnowwolf
97a4ffcc12
update source
2017-09-06 19:19:45 +08:00