diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-17 06:21:17 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-17 06:21:17 +0000 |
commit | 554242631ba96b37677e8a318982e9a1cf2f123d (patch) | |
tree | ad3528f003197a47de3ccd1d624c9a914466bbbf /package/Makefile | |
parent | 7a7d90fbbfd57c6cf02ac41717233da88c1947eb (diff) |
Add gdbserver package, keep things sorted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/Makefile b/package/Makefile index 0cc914fa19..89e9019602 100644 --- a/package/Makefile +++ b/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 |