mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 09:13:44 +02:00
xburst-tools, urjtag : add MAINTAINER
This commit is contained in:
parent
f2a7a0df55
commit
5fcb64c37f
@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
||||
define Package/urjtag
|
||||
MAINTAINER:="Xiangfu Liu" <xiangfu@openmobilefree.net>
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Urjtag
|
||||
@ -38,6 +39,10 @@ CONFIGURE_CMD = ./autogen.sh
|
||||
CONFIGURE_ARGS += --with-libusb --with-libftdi --without-ftd2xx \
|
||||
--disable-svf --disable-bsdl --disable-python
|
||||
|
||||
define Package/urjtag/description
|
||||
Universal JTAG library, server and tools
|
||||
endef
|
||||
|
||||
define Package/urjtag/install
|
||||
$(INSTALL_DIR) \
|
||||
$(1)/usr/bin/ \
|
||||
|
@ -24,6 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
TARGET_LDFLAGS+= -Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||
|
||||
define Package/xburst-tools
|
||||
MAINTAINER:="Xiangfu Liu" <xiangfu@openmobilefree.net>
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Xburst-Tools
|
||||
|
Loading…
Reference in New Issue
Block a user