ipq40xx: remove redudant files

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2022-09-08 09:36:13 +08:00
parent 090f0623cf
commit 14f03ee751
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 1 additions and 20 deletions

View File

@ -226,11 +226,6 @@ ipq40xx_setup_macs()
lan_mac=$(cat /sys/firmware/mikrotik/hard_config/mac_base)
label_mac="$lan_mac"
;;
p2w,r619ac|\
p2w,r619ac-128m)
wan_mac=$(cat /sys/class/net/eth0/address)
lan_mac=$(macaddr_add "$wan_mac" 1)
;;
pakedge,wr-1)
wan_mac=$(macaddr_add $(get_mac_label) 1)
;;

View File

@ -149,9 +149,7 @@ platform_do_upgrade() {
CI_UBIPART="ubifs"
askey_do_upgrade "$1"
;;
compex,wpj419|\
p2w,r619ac|\
p2w,r619ac-128m)
compex,wpj419)
nand_do_upgrade "$1"
;;
google,wifi)

View File

@ -1,12 +0,0 @@
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
#include "qcom-ipq4019-r619ac.dtsi"
/ {
model = "P&W R619AC";
compatible = "p2w,r619ac";
chosen {
bootargs-append = " root=/dev/ubiblock0_1 rootfstype=squashfs";
};
};