X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=ipv6%2F6scripts%2FMakefile;h=0ae95e6ffc3915dbfaf69dbf9aee85e14ec3074a;hp=680ebf64385b34d8c4e0a5aaa76dbe06ce938340;hb=a63e6cbc65621972850c73c3bb5de1bc7a1b6ce9;hpb=31746dfb3bbcd2d9658d1f4fe234e6d09bbf4a12 diff --git a/ipv6/6scripts/Makefile b/ipv6/6scripts/Makefile index 680ebf6438..0ae95e6ffc 100644 --- a/ipv6/6scripts/Makefile +++ b/ipv6/6scripts/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6scripts PKG_VERSION:=0.1 -PKG_RELEASE:=3 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk @@ -18,9 +18,10 @@ define Package/6scripts CATEGORY:=IPv6 DEPENDS:=+kmod-ipv6 TITLE:=IPv6 scripts + PKGARCH:=all endef -define Package/6tunnel/description +define Package/6scripts/description IPv6 scripts to setup ipv6 connectivy using 6to4 tunnels or bridged ipv6 connectivity. endef