Author: nbd Date: 2016-01-22 10:41:58 +0100 (Fri, 22 Jan 2016) New Revision: 48451
Modified: trunk/package/base-files/files/lib/upgrade/common.sh Log: base-files: fix sysupgrade 'wget' handling with r48379 and r48386 the path of wget changed. respect that and adjust the dirname. this fixes #21680 Signed-off-by: Bastian Bittorf <[email protected]> Modified: trunk/package/base-files/files/lib/upgrade/common.sh =================================================================== --- trunk/package/base-files/files/lib/upgrade/common.sh 2016-01-22 09:41:53 UTC (rev 48450) +++ trunk/package/base-files/files/lib/upgrade/common.sh 2016-01-22 09:41:58 UTC (rev 48451) @@ -48,7 +48,7 @@ run_ramfs() { # <command> [...] install_bin /bin/busybox /bin/ash /bin/sh /bin/mount /bin/umount \ - /sbin/pivot_root /usr/bin/wget /sbin/reboot /bin/sync /bin/dd \ + /sbin/pivot_root /bin/wget /sbin/reboot /bin/sync /bin/dd \ /bin/grep /bin/cp /bin/mv /bin/tar /usr/bin/md5sum "/usr/bin/[" \ /bin/dd /bin/vi /bin/ls /bin/cat /usr/bin/awk /usr/bin/hexdump \ /bin/sleep /bin/zcat /usr/bin/bzcat /usr/bin/printf /usr/bin/wc \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
