X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fsiit%2FMakefile;h=4e9f94a8eed873b7f9a0ac5723d1c3237a7a1675;hb=7c662b7493b4c93c5bc396c63f65fc4ccb6a50fb;hp=affe89f104105e34edebcd2aaf0afcdbdc502af3;hpb=796a9d1091884a07817e5c140d0ff6a0b8c76235;p=openwrt-10.03%2F.git diff --git a/package/siit/Makefile b/package/siit/Makefile index affe89f10..4e9f94a8e 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,16 +10,20 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=siit PKG_VERSION:=1.1 +PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk define KernelPackage/siit SUBMENU:=Network Devices TITLE:=Stateless IP ICMP Translation Algorithm + DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN) FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,50,siit) endef +include $(INCLUDE_DIR)/kernel-defaults.mk + define KernelPackage/siit/description Stateless IP ICMP Translation Algorithm endef @@ -30,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))