Merge pull request #19217 from stintel/openocd-bcm27xx

openocd: enable bcm2835gpio on bcm27xx
This commit is contained in:
Alexandru Ardelean 2022-08-23 09:48:06 +03:00 committed by GitHub
commit 12169fbf7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ CONFIGURE_ARGS += \
--enable-sysfsgpio \
--enable-linuxgpiod
ifeq ($(CONFIG_TARGET_bcm27xx),y)
CONFIGURE_ARGS += --enable-bcm2835gpio
endif
TARGET_CFLAGS += -DRELSTR=\\\"-$(PKG_VERSION)-$(PKG_RELEASE)-OpenWrt\\\"
define Build/Compile