X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a6070dab91420328cb8f94ebed09a2e8c1e588a8..f3b6a5b9b91495aa5f73f1b7033fae2fcb6d1304:/package/siit/Makefile diff --git a/package/siit/Makefile b/package/siit/Makefile index 1eaaac356..1d014a750 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -1,5 +1,5 @@ # -# 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. @@ -10,6 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=siit PKG_VERSION:=1.1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk @@ -21,6 +22,8 @@ define KernelPackage/siit AUTOLOAD:=$(call AutoLoad,50,siit) endef +include $(INCLUDE_DIR)/kernel-defaults.mk + define KernelPackage/siit/description Stateless IP ICMP Translation Algorithm endef @@ -31,13 +34,7 @@ define Build/Prepare endef define Build/Compile - $(MAKE) -C $(LINUX_DIR) \ - CROSS_COMPILE="$(TARGET_CROSS)" \ - ARCH="$(LINUX_KARCH)" \ - SUBDIRS="$(PKG_BUILD_DIR)" \ - KERNELDIR=$(LINUX_DIR) \ - CC="$(TARGET_CC)" \ - modules + $(MAKE) $(KERNEL_MAKEOPTS) SUBDIRS="$(PKG_BUILD_DIR)" modules endef $(eval $(call KernelPackage,siit))