mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
openocd: enable bcm2835gpio on bcm27xx
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
0279b49ef5
commit
f3e1a654a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user