1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:09:29 +03:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9006 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-09-24 00:11:37 +00:00
parent 57743bea4e
commit dcf77d0eba

View File

@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdbserver
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@GDB@
DEPENDS:=@GDB
TITLE:=Remote Server for the GNU Debugger
endef