diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-18 17:02:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-18 17:02:28 +0000 |
commit | 16aafe8dbcb4819cd956749c511a05d81066a9ce (patch) | |
tree | e69ed3abe7139babb0874b8b3e3cbf0957658c73 | |
parent | b37803b8f48e0763b7bd1dfe7ec82fd5e9fa1ae3 (diff) | |
download | mtk-20170518-16aafe8dbcb4819cd956749c511a05d81066a9ce.zip mtk-20170518-16aafe8dbcb4819cd956749c511a05d81066a9ce.tar.gz mtk-20170518-16aafe8dbcb4819cd956749c511a05d81066a9ce.tar.bz2 |
fix #224
SVN-Revision: 3013
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index fd8d4cc..37c9aee 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -356,6 +356,7 @@ wknock-compile: libpcap-compile wpa_supplicant-compile: openssl-compile wx200d-compile: postgresql-compile xsupplicant-compile: openssl-compile +ipsec-tools-compile: openssl-compile asterisk-compile: bluez-libs-compile ncurses-compile openssl-compile ifneq ($(BR2_PACKAGE_ASTERISK_CODEC_SPEEX),) |