projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[uboot-omap35xx]: Change u-boot console device to reflect change in omap serial driver
[openwrt.git]
/
package
/
siit
/
Makefile
diff --git
a/package/siit/Makefile
b/package/siit/Makefile
index
0636301
..
4cd147f
100644
(file)
--- a/
package/siit/Makefile
+++ b/
package/siit/Makefile
@@
-1,26
+1,29
@@
#
#
-# 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.
#
#
# 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
PKG_NAME:=siit
PKG_VERSION:=1.1
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=siit
PKG_VERSION:=1.1
+PKG_RELEASE:=2
include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
include $(INCLUDE_DIR)/package.mk
define KernelPackage/siit
SUBMENU:=Network Devices
TITLE:=Stateless IP ICMP Translation Algorithm
- FILES:=$(PKG_BUILD_DIR)/siit.$(LINUX_KMOD_SUFFIX)
+ DEPENDS:= @(!(TARGET_ps3||TARGET_pxcab)||BROKEN)
+ FILES:=$(PKG_BUILD_DIR)/siit.ko
AUTOLOAD:=$(call AutoLoad,50,siit)
endef
AUTOLOAD:=$(call AutoLoad,50,siit)
endef
+include $(INCLUDE_DIR)/kernel-defaults.mk
+
define KernelPackage/siit/description
Stateless IP ICMP Translation Algorithm
endef
define KernelPackage/siit/description
Stateless IP ICMP Translation Algorithm
endef
@@
-31,13
+34,7
@@
define Build/Prepare
endef
define Build/Compile
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))
endef
$(eval $(call KernelPackage,siit))
This page took
0.021651 seconds
and
4
git commands to generate.