diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:21:17 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-17 06:21:17 +0000 |
commit | 3d9b378c367261c2b498fb2d2b65699835e8760f (patch) | |
tree | 4ce8b294d64844eb306db18881276ad67d19dc06 /openwrt/package/Makefile | |
parent | fbf529fcd7eccfa7a1e845410853649941e2fb8b (diff) | |
download | mtk-20170518-3d9b378c367261c2b498fb2d2b65699835e8760f.zip mtk-20170518-3d9b378c367261c2b498fb2d2b65699835e8760f.tar.gz mtk-20170518-3d9b378c367261c2b498fb2d2b65699835e8760f.tar.bz2 |
Add gdbserver package, keep things sorted
SVN-Revision: 1266
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0cc914f..89e9019 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -25,7 +25,7 @@ package-$(BR2_PACKAGE_FPROBE) += fprobe package-$(BR2_PACKAGE_FREERADIUS) += freeradius package-$(BR2_PACKAGE_FRICKIN) += frickin package-$(BR2_PACKAGE_FUSE) += fuse -package-$(BR2_PACKAGE_GDB) += gdb +package-$(BR2_PACKAGE_GDBSERVER) += gdbserver package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_GNUTLS) += gnutls @@ -135,7 +135,6 @@ clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) compile: $(patsubst %,%-compile,$(package-y) $(package-m)) install: $(patsubst %,%-install,$(package-y)) -wificonf-compile: openwrt-compile wireless-tools-compile arpwatch-compile: libpcap-compile cyrus-sasl-compile: openssl-compile dropbear-compile: zlib-compile @@ -170,8 +169,9 @@ sipsak-compile: openssl-compile sqlite-compile: ncurses-compile readline-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile -vtun-compile: zlib-compile openssl-compile lzo-compile tor-compile: libevent-compile openssl-compile zlib-compile +vtun-compile: zlib-compile openssl-compile lzo-compile +wificonf-compile: openwrt-compile wireless-tools-compile wpa_supplicant-compile: openssl-compile asterisk-compile: openssl-compile |