bsp: update mpc85xx subtarget from generic to p1010

The subtarget has been renamed upstream, so let's just update our
stuff.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2021-02-11 19:51:41 +01:00
parent a79bdf7594
commit 54ec8f8e3b
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
chipset=mpc85xx
subtarget=generic
subtarget=p1010
images=(
"openwrt-${chipset}-${subtarget}-tplink_tl-wdr4900-v1-squashfs-*"

View File

@ -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