diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-27 09:42:33 +0000 |
commit | 6f9c4940714fa59cf2521a83bee7a46ebf8be5b4 (patch) | |
tree | 468165ae7420059349f9297f70a3420959a014aa /openwrt/package/Makefile | |
parent | a93ff44e1e1e24c45439f2212d67b43b28793c07 (diff) | |
download | mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.zip mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.tar.gz mtk-20170518-6f9c4940714fa59cf2521a83bee7a46ebf8be5b4.tar.bz2 |
add l2tpd
SVN-Revision: 731
Diffstat (limited to 'openwrt/package/Makefile')
-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 df64f30..71b01d0 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -25,6 +25,7 @@ package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_IPTABLES) += iptables package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_KISMET) += kismet +package-$(BR2_PACKAGE_L2TPD) += l2tpd package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux package-$(BR2_PACKAGE_LIBELF) += libelf package-$(BR2_PACKAGE_LIBGCC) += libgcc |