[package] ruby: fix path to libiconv
[openwrt/svn-archive/archive.git] / ipv6 / 6scripts / Makefile
index 74a8da4c537504a2de765780309652e4a9fc8c8f..0ae95e6ffc3915dbfaf69dbf9aee85e14ec3074a 100644 (file)
@@ -1,16 +1,15 @@
 #
-# 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.
 #
-# $Id: Makefile 9802 2007-12-19 08:30:28Z florian $
 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=6scripts
 PKG_VERSION:=0.1
-PKG_RELEASE:=3
+PKG_RELEASE:=6
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -19,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