ipq806x: remove useless case within default case for upgrade
The default case will catch anything left, there is no need to explicitly add any device to it. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
77b4cb0b39
commit
c2ddc3a0c4
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ platform_do_upgrade() {
|
||||||
MTD_CONFIG_ARGS="-s 0x200000"
|
MTD_CONFIG_ARGS="-s 0x200000"
|
||||||
default_do_upgrade "$1"
|
default_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
nec,wg2600hp |\
|
|
||||||
*)
|
*)
|
||||||
default_do_upgrade "$1"
|
default_do_upgrade "$1"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue