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 | 7f05a82f019a6b58841841f86d388cbb9f8ae306 (patch) | |
tree | 4ce8b294d64844eb306db18881276ad67d19dc06 /openwrt/package/Makefile | |
parent | 73447f473e2952c5d624e4554c11744e0c6a02aa (diff) |
Add gdbserver package, keep things sorted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1266 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0cc914fa1..89e901960 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 |