forked from Ivasoft/openwrt
octeon: get rid of /lib/functions/octeon.sh hackery, use sysinfo directly
Fixes sysupgrade Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48558
This commit is contained in:
@@ -2,11 +2,7 @@
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
|
||||
move_config() {
|
||||
. /lib/functions/octeon.sh
|
||||
|
||||
local board="$(octeon_board_name)"
|
||||
|
||||
case "$board" in
|
||||
case "$(cat /tmp/sysinfo/board_name)" in
|
||||
erlite)
|
||||
mount -t vfat /dev/sda1 /mnt
|
||||
mv -f /mnt/sysupgrade.tgz /
|
||||
|
||||
Reference in New Issue
Block a user