diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-09-22 00:38:38 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-09-29 17:23:11 +0200 |
commit | 2a926b1a0ad38d49198e0b272aa3283a618dd603 (patch) | |
tree | f039023cc99e425147b68cff4996ee852da02e73 /target/linux/apm821xx/base-files/lib | |
parent | 63a7cf67912a9fa7ad4790a13e88aad8c3fb3ba9 (diff) | |
download | upstream-2a926b1a0ad38d49198e0b272aa3283a618dd603.tar.gz upstream-2a926b1a0ad38d49198e0b272aa3283a618dd603.tar.bz2 upstream-2a926b1a0ad38d49198e0b272aa3283a618dd603.zip |
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 <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx/base-files/lib')
-rw-r--r-- | target/linux/apm821xx/base-files/lib/preinit/79_move_config | 3 | ||||
-rwxr-xr-x | target/linux/apm821xx/base-files/lib/upgrade/platform.sh | 6 |
2 files changed, 3 insertions, 6 deletions
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|\ |