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