#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
PKG_NAME:=siit
PKG_VERSION:=1.1
+PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
- FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
+ FILES:=$(PKG_BUILD_DIR)/siit.ko
AUTOLOAD:=$(call AutoLoad,50,siit)
endef