From 2a926b1a0ad38d49198e0b272aa3283a618dd603 Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 22 Sep 2018 00:38:38 +0200 Subject: apm821xx: remove wd, mybooklive-duo leftovers The unification of the My Book Live Single and duo image in commit 9b47aa93c76b ("apm821xx: unify My Book Live Single + Duo images") made the wd,mybooklive-duo obsolete in most places and can be removed. Signed-off-by: Christian Lamparter --- target/linux/apm821xx/base-files/lib/preinit/79_move_config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/apm821xx/base-files/lib/preinit') diff --git a/target/linux/apm821xx/base-files/lib/preinit/79_move_config b/target/linux/apm821xx/base-files/lib/preinit/79_move_config index 5d33feb916..cb5e5c759d 100644 --- a/target/linux/apm821xx/base-files/lib/preinit/79_move_config +++ b/target/linux/apm821xx/base-files/lib/preinit/79_move_config @@ -6,8 +6,7 @@ move_config() { . /lib/functions.sh case "$(board_name)" in - wd,mybooklive|\ - wd,mybooklive-duo) + wd,mybooklive) if [ -b $BOOTPART ]; then mkdir -p /boot mount -t ext4 -o rw,noatime $BOOTPART /boot -- cgit v1.2.3