mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
[net/siit] Moved from oldpackages and updated for kernels 3.17+
Signed-off-by: Vladimir Ulrich <admin@evl.su>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
#
|
||||
# Copyright (C) 2006-2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=siit
|
||||
PKG_VERSION:=1.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPLv2+
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define KernelPackage/siit
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=Stateless IP ICMP Translation Algorithm
|
||||
DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab))
|
||||
FILES:=$(PKG_BUILD_DIR)/siit.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,siit)
|
||||
MAINTAINER=Vladimir Ulrich <admin@evl.su>
|
||||
endef
|
||||
|
||||
include $(INCLUDE_DIR)/kernel-defaults.mk
|
||||
|
||||
define KernelPackage/siit/description
|
||||
Stateless IP ICMP Translation Algorithm
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
mkdir -p $(PKG_BUILD_DIR)
|
||||
cp src/Makefile src/siit.h src/siit.c $(PKG_BUILD_DIR)/
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) $(KERNEL_MAKEOPTS) SUBDIRS="$(PKG_BUILD_DIR)" modules
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,siit))
|
||||
Reference in New Issue
Block a user