diff options
| author | Stijn Tintel | 2022-12-20 18:04:54 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-12-21 23:14:30 +0000 |
| commit | 51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a (patch) | |
| tree | 147478f8ccffaf440da7138ac7961e708ca337bf | |
| parent | 377d8058879524d07231a11da0e5ccfeed0424e2 (diff) | |
| download | openwrt-51a763ab0fd0b2d5952d3c7f5c9943c81eb6528a.tar.gz | |
arm-trusted-firmware-sunxi: drop CPE ID
The CPE ID is already set in trusted-firmware-a.mk.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 9ed1830bdc1e58efb3e5b17c0e484e1a2655b550)
| -rw-r--r-- | package/boot/arm-trusted-firmware-sunxi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/boot/arm-trusted-firmware-sunxi/Makefile b/package/boot/arm-trusted-firmware-sunxi/Makefile index 9b97587639..0abfbae750 100644 --- a/package/boot/arm-trusted-firmware-sunxi/Makefile +++ b/package/boot/arm-trusted-firmware-sunxi/Makefile @@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk PKG_NAME:=arm-trusted-firmware-sunxi -PKG_CPE_ID:=cpe:/o:arm:arm_trusted_firmware PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git |