X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/de1ea81e285fcd75ab40d2bd4ed35e7440050599..d84ff5d6093899dfec2e6291618feeb992481a99:/package/siit/Makefile diff --git a/package/siit/Makefile b/package/siit/Makefile index 0636301cb..e63087f61 100644 --- a/package/siit/Makefile +++ b/package/siit/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 10203 2008-01-15 03:25:11Z matteo $ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk @@ -17,10 +16,13 @@ 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 @@ -31,13 +33,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))