diff mbox series

[OpenWrt-Devel,2/5] apm821xx: remove wd, mybooklive-duo leftovers

Message ID 991a1c9265c86b6bb39ab69bd65c4942f6407e0a.1537569321.git.chunkeey@gmail.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [OpenWrt-Devel,1/5] treewide: replace 'linux, stdout-path' with 'stdout-path' | expand

Commit Message

Christian Lamparter Sept. 21, 2018, 10:38 p.m. UTC
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 <chunkeey@gmail.com>
---
 target/linux/apm821xx/base-files/etc/board.d/01_leds        | 3 +--
 target/linux/apm821xx/base-files/lib/preinit/79_move_config | 3 +--
 target/linux/apm821xx/base-files/lib/upgrade/platform.sh    | 6 ++----
 3 files changed, 4 insertions(+), 8 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/apm821xx/base-files/etc/board.d/01_leds b/target/linux/apm821xx/base-files/etc/board.d/01_leds
index c218efa49b..8ba57bdf06 100755
--- a/target/linux/apm821xx/base-files/etc/board.d/01_leds
+++ b/target/linux/apm821xx/base-files/etc/board.d/01_leds
@@ -23,8 +23,7 @@  meraki,mx60)
 	ucidef_set_led_switch "lan4" "LAN4" "mx60:green:lan4" "switch0" "0x02"
 	;;
 
-wd,mybooklive|\
-wd,mybooklive-duo)
+wd,mybooklive)
 	ucidef_set_led_ide "sata" "SATA" "mbl:blue:power"
 	;;
 
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
diff --git a/target/linux/apm821xx/base-files/lib/upgrade/platform.sh b/target/linux/apm821xx/base-files/lib/upgrade/platform.sh
index ced8ce197a..fa0aa38014 100755
--- a/target/linux/apm821xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/apm821xx/base-files/lib/upgrade/platform.sh
@@ -7,8 +7,7 @@  platform_check_image() {
 	local board=$(board_name)
 
 	case "$board" in
-	wd,mybooklive|\
-	wd,mybooklive-duo)
+	wd,mybooklive)
 		mbl_do_platform_check "$1"
 		return $?;
 		;;
@@ -22,8 +21,7 @@  platform_do_upgrade() {
 	local board=$(board_name)
 
 	case "$board" in
-	wd,mybooklive|\
-	wd,mybooklive-duo)
+	wd,mybooklive)
 		mbl_do_upgrade "$ARGV"
 		;;
 	meraki,mr24|\