diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 16:32:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 16:32:57 +0000 |
commit | e8c094ce56ea506968013671fa3b6b20f9832347 (patch) | |
tree | 2c639d0b96f3cedce7d4bdd2ec0e9e5990a6ee9a /openwrt/package/Makefile | |
parent | 142bb13de2a0e831aba7e2a5377a71f661af9c05 (diff) | |
download | mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.zip mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.tar.gz mtk-20170518-e8c094ce56ea506968013671fa3b6b20f9832347.tar.bz2 |
add 6tunnel package (thanks to Florian Fainelli)
SVN-Revision: 2144
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 e061e2b..f46f13b 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -3,6 +3,7 @@ include $(TOPDIR)/rules.mk package-:=tcp_wrappers package-y:=nvram +package-$(BR2_PACKAGE_6TUNNEL) += 6tunnel package-$(BR2_PACKAGE_AICCU) += aiccu package-$(BR2_PACKAGE_AMWALL) += amwall package-$(BR2_PACKAGE_ARPD) += arpd |