mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:31:52 +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-sysfsgpio \
|
||||||
--enable-linuxgpiod
|
--enable-linuxgpiod
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_TARGET_bcm27xx),y)
|
||||||
|
CONFIGURE_ARGS += --enable-bcm2835gpio
|
||||||
|
endif
|
||||||
|
|
||||||
TARGET_CFLAGS += -DRELSTR=\\\"-$(PKG_VERSION)-$(PKG_RELEASE)-OpenWrt\\\"
|
TARGET_CFLAGS += -DRELSTR=\\\"-$(PKG_VERSION)-$(PKG_RELEASE)-OpenWrt\\\"
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
Reference in New Issue
Block a user