forked from Ivasoft/openwrt
kirkwood: use the generic board detect
Drop the target specific detection function in favour of the generic one provided by base-files. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -11,8 +11,8 @@ platform_do_upgrade() {
|
||||
local board="$(board_name)"
|
||||
|
||||
case "$board" in
|
||||
"linksys-audi"|\
|
||||
"linksys-viper")
|
||||
"linksys,audi"|\
|
||||
"linksys,viper")
|
||||
platform_do_upgrade_linksys "$ARGV"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user