From 54ec8f8e3b7fb6474b014217588bc5ca7f87bdcb Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 11 Feb 2021 19:51:41 +0100 Subject: [PATCH] bsp: update mpc85xx subtarget from generic to p1010 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The subtarget has been renamed upstream, so let's just update our stuff. Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- bsp/{mpc85xx-generic.bsp => mpc85xx-p1010.bsp} | 2 +- bsp/{mpc85xx-generic => mpc85xx-p1010}/.config | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename bsp/{mpc85xx-generic.bsp => mpc85xx-p1010.bsp} (85%) rename bsp/{mpc85xx-generic => mpc85xx-p1010}/.config (84%) diff --git a/bsp/mpc85xx-generic.bsp b/bsp/mpc85xx-p1010.bsp similarity index 85% rename from bsp/mpc85xx-generic.bsp rename to bsp/mpc85xx-p1010.bsp index 705f0b50..66472822 100644 --- a/bsp/mpc85xx-generic.bsp +++ b/bsp/mpc85xx-p1010.bsp @@ -1,5 +1,5 @@ chipset=mpc85xx -subtarget=generic +subtarget=p1010 images=( "openwrt-${chipset}-${subtarget}-tplink_tl-wdr4900-v1-squashfs-*" diff --git a/bsp/mpc85xx-generic/.config b/bsp/mpc85xx-p1010/.config similarity index 84% rename from bsp/mpc85xx-generic/.config rename to bsp/mpc85xx-p1010/.config index 2e09a731..4ce729b6 100644 --- a/bsp/mpc85xx-generic/.config +++ b/bsp/mpc85xx-p1010/.config @@ -2,10 +2,10 @@ # Do no edit manually # CONFIG_TARGET_mpc85xx=y -CONFIG_TARGET_mpc85xx_generic=y +CONFIG_TARGET_mpc85xx_p1010=y CONFIG_TARGET_MULTI_PROFILE=y -CONFIG_TARGET_DEVICE_mpc85xx_generic_DEVICE_tplink_tl-wdr4900-v1=y -CONFIG_TARGET_DEVICE_PACKAGES_mpc85xx_generic_DEVICE_tplink_tl-wdr4900-v1="" +CONFIG_TARGET_DEVICE_mpc85xx_p1010_DEVICE_tplink_tl-wdr4900-v1=y +CONFIG_TARGET_DEVICE_PACKAGES_mpc85xx_p1010_DEVICE_tplink_tl-wdr4900-v1="" CONFIG_BUSYBOX_CUSTOM=y CONFIG_TARGET_PER_DEVICE_ROOTFS=y # CONFIG_BUSYBOX_CONFIG_BRCTL is not set