[openwrt/openwrt] armvirt: remove model name override
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 13 07:50:06 PDT 2023
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/b0e724e49c110d1f36e475186ad945da70829817
commit b0e724e49c110d1f36e475186ad945da70829817
Author: Mathew McBride <matt at traverse.com.au>
AuthorDate: Mon Jan 24 23:16:56 2022 +0000
armvirt: remove model name override
Now that armvirt has been expanded to boot on more generic
ARM machines, remove the board and model name override.
Signed-off-by: Mathew McBride <matt at traverse.com.au>
(cherry picked from commit 3d99314569a059a1d5e015086e534b3e04ff2097)
---
target/linux/armvirt/base-files/etc/board.d/00_model | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/target/linux/armvirt/base-files/etc/board.d/00_model b/target/linux/armvirt/base-files/etc/board.d/00_model
deleted file mode 100644
index bfaa45f59c..0000000000
--- a/target/linux/armvirt/base-files/etc/board.d/00_model
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright (C) 2015 OpenWrt.org
-# Copyright (C) 2016 Yousong Zhou <yszhou4tech at gmail.com>
-
-. /lib/functions/uci-defaults.sh
-
-board_config_update
-
-ucidef_set_board_id "armvirt"
-ucidef_set_model_name "QEMU ARM Virtual Machine"
-
-board_config_flush
-
-exit 0
More information about the lede-commits
mailing list