ar71xx: Fix installation of fw_setenv in sysupgrade ramdisk
authorSven Eckelmann <sven.eckelmann@openmesh.com>
Mon, 1 Oct 2018 10:27:25 +0000 (12:27 +0200)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Oct 2018 14:42:05 +0000 (16:42 +0200)
commit95e2da836688469924df07f0009a94098e9c75fa
tree62ff11dbf2e6553037f7afc6847fbd5b3fa922be
parent234b893a18a034e4ce7a07ae6264525bad949e82
ar71xx: Fix installation of fw_setenv in sysupgrade ramdisk

The install_bin from /lib/upgrade/common.sh is no longer creating the
symlinks when a secondary parameter is added. But the fw_setenv program was
always copied this way to the ramdisk for the upgrade.

Instead, just install fw_setenv and let install_bin handle the detection of
the required dependencies.

Fixes: 438dcbfe74a6 ("base-files: automatically handle paths and symlinks for RAMFS_COPY_BIN")
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
target/linux/ar71xx/base-files/lib/upgrade/allnet.sh
target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh