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 | faf725a77902ee5dd2f813cb4d2bebb5d3c63f74 (patch) | |
tree | 8dc556fff5444346a63059f4e5471d8e93d4dba8 /package/Makefile | |
parent | 94a9dbaa37182e095b29c68bb6e5e799cb9338c1 (diff) | |
download | upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.tar.gz upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.tar.bz2 upstream-faf725a77902ee5dd2f813cb4d2bebb5d3c63f74.zip |
add 6tunnel package (thanks to Florian Fainelli)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2144 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index e061e2bdfe..f46f13bdce 100644 --- a/package/Makefile +++ b/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 |