mirror of
https://github.com/cjdelisle/openwrt.git
synced 2025-08-23 02:52:44 +00:00
Generalize and merge uboot-envtools package into uboot-tools package. Remove existing uboot-envtools package. Signed-off-by: Scott Mercer <TheRootEd24@gmail.com>
3 lines
93 B
Bash
3 lines
93 B
Bash
#!/bin/sh
|
|
[ -e /etc/fw_sys.config ] && exec /usr/sbin/fw_printenv -c /etc/fw_sys.config "$@"
|