2006-06-27 03:35:46 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
ifeq ($(__target_inc),)
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
endif
|
2007-08-26 16:26:02 +03:00
|
|
|
|
2006-06-23 03:49:42 +03:00
|
|
|
ifeq ($(DUMP),1)
|
2006-11-12 01:11:02 +02:00
|
|
|
KERNEL?=<KERNEL>
|
|
|
|
BOARD?=<BOARD>
|
|
|
|
LINUX_VERSION?=<LINUX_VERSION>
|
2006-06-23 03:49:42 +03:00
|
|
|
else
|
2011-07-25 13:32:38 +03:00
|
|
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
|
|
export GCC_HONOUR_COPTS=s
|
|
|
|
endif
|
2007-07-31 03:52:27 +03:00
|
|
|
|
2010-07-12 19:01:13 +03:00
|
|
|
LINUX_KMOD_SUFFIX=ko
|
|
|
|
|
2006-08-16 03:35:30 +03:00
|
|
|
ifneq (,$(findstring uml,$(BOARD)))
|
2007-10-23 09:23:23 +03:00
|
|
|
KERNEL_CC?=$(HOSTCC)
|
|
|
|
KERNEL_CROSS?=
|
2006-08-16 03:35:30 +03:00
|
|
|
else
|
2007-10-23 09:23:23 +03:00
|
|
|
KERNEL_CC?=$(TARGET_CC)
|
|
|
|
KERNEL_CROSS?=$(TARGET_CROSS)
|
2006-08-16 03:35:30 +03:00
|
|
|
endif
|
2006-07-21 00:06:47 +03:00
|
|
|
|
2010-03-29 06:07:54 +03:00
|
|
|
ifeq ($(TARGET_BUILD),1)
|
|
|
|
PATCH_DIR ?= ./patches$(if $(wildcard ./patches-$(KERNEL_PATCHVER)),-$(KERNEL_PATCHVER))
|
|
|
|
FILES_DIR ?= $(foreach dir,$(wildcard ./files ./files-$(KERNEL_PATCHVER)),"$(dir)")
|
|
|
|
endif
|
2007-09-08 22:55:42 +03:00
|
|
|
KERNEL_BUILD_DIR ?= $(BUILD_DIR_BASE)/linux-$(BOARD)$(if $(SUBTARGET),_$(SUBTARGET))$(if $(BUILD_SUFFIX),_$(BUILD_SUFFIX))
|
2007-08-07 03:04:25 +03:00
|
|
|
LINUX_DIR ?= $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)
|
2006-06-21 05:16:37 +03:00
|
|
|
|
2011-07-25 00:42:33 +03:00
|
|
|
LINUX_UNAME_VERSION:=$(if $(word 3,$(subst ., ,$(KERNEL_BASE))),$(KERNEL_BASE),$(KERNEL_BASE).0)
|
|
|
|
ifneq ($(findstring -rc,$(LINUX_VERSION)),)
|
|
|
|
LINUX_UNAME_VERSION:=$(LINUX_UNAME_VERSION)-$(strip $(lastword $(subst -, ,$(LINUX_VERSION))))
|
|
|
|
endif
|
|
|
|
|
|
|
|
MODULES_SUBDIR:=lib/modules/$(LINUX_UNAME_VERSION)
|
2006-08-16 03:35:30 +03:00
|
|
|
TARGET_MODULES_DIR := $(LINUX_TARGET_DIR)/$(MODULES_SUBDIR)
|
2006-01-10 21:43:00 +02:00
|
|
|
|
2006-08-16 03:35:30 +03:00
|
|
|
LINUX_KERNEL:=$(KERNEL_BUILD_DIR)/vmlinux
|
2006-11-12 01:11:02 +02:00
|
|
|
|
|
|
|
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
2007-06-16 04:56:04 +03:00
|
|
|
TESTING:=$(if $(findstring -rc,$(LINUX_VERSION)),/testing,)
|
2009-12-14 15:54:03 +02:00
|
|
|
ifeq ($(call qstrip,$(CONFIG_EXTERNAL_KERNEL_TREE)),)
|
2011-08-09 15:19:38 +03:00
|
|
|
ifeq ($(word 1,$(subst ., ,$(KERNEL_BASE))),3)
|
|
|
|
LINUX_SITE:=@KERNEL/linux/kernel/v3.x$(TESTING)
|
|
|
|
else
|
|
|
|
LINUX_SITE:=@KERNEL/linux/kernel/v$(KERNEL)$(TESTING)
|
|
|
|
endif
|
2009-12-14 15:54:03 +02:00
|
|
|
endif
|
2006-11-12 01:11:02 +02:00
|
|
|
|
2007-09-10 07:21:21 +03:00
|
|
|
ifneq ($(TARGET_BUILD),1)
|
|
|
|
PKG_BUILD_DIR ?= $(KERNEL_BUILD_DIR)/$(PKG_NAME)$(if $(PKG_VERSION),-$(PKG_VERSION))
|
|
|
|
endif
|
2005-11-01 19:30:26 +02:00
|
|
|
endif
|
2007-09-08 22:55:42 +03:00
|
|
|
|
|
|
|
ifneq (,$(findstring uml,$(BOARD)))
|
2009-03-03 16:55:53 +02:00
|
|
|
LINUX_KARCH=um
|
2007-09-08 22:55:42 +03:00
|
|
|
else
|
2007-10-23 09:23:12 +03:00
|
|
|
ifeq (,$(LINUX_KARCH))
|
2009-04-18 20:03:55 +03:00
|
|
|
LINUX_KARCH=$(strip $(subst i386,x86,$(subst armeb,arm,$(subst mipsel,mips,$(subst mips64,mips,$(subst mips64el,mips,$(subst sh2,sh,$(subst sh3,sh,$(subst sh4,sh,$(ARCH))))))))))
|
2007-10-23 09:23:12 +03:00
|
|
|
endif
|
2007-09-08 22:55:42 +03:00
|
|
|
endif
|
2005-08-15 13:43:09 +03:00
|
|
|
|
2006-10-17 19:13:10 +03:00
|
|
|
|
|
|
|
define KernelPackage/Defaults
|
|
|
|
FILES:=
|
|
|
|
AUTOLOAD:=
|
|
|
|
endef
|
|
|
|
|
|
|
|
define ModuleAutoLoad
|
2010-08-19 15:49:37 +03:00
|
|
|
$(SH_FUNC) \
|
2006-10-17 19:13:10 +03:00
|
|
|
export modules=; \
|
|
|
|
add_module() { \
|
2010-10-18 09:58:11 +03:00
|
|
|
priority="$$$$$$$$1"; \
|
|
|
|
mods="$$$$$$$$2"; \
|
|
|
|
boot="$$$$$$$$3"; \
|
|
|
|
shift 3; \
|
2006-10-17 19:13:10 +03:00
|
|
|
mkdir -p $(2)/etc/modules.d; \
|
2006-10-18 00:43:41 +03:00
|
|
|
( \
|
2010-10-18 09:58:11 +03:00
|
|
|
[ "$$$$$$$$boot" = "1" ] && { \
|
2010-02-27 00:45:54 +02:00
|
|
|
echo '# May be required for rootfs' ; \
|
|
|
|
} ; \
|
2010-10-18 09:58:11 +03:00
|
|
|
for mod in $$$$$$$$mods; do \
|
|
|
|
echo "$$$$$$$$mod"; \
|
2006-10-18 00:43:41 +03:00
|
|
|
done \
|
2010-10-18 09:58:11 +03:00
|
|
|
) > $(2)/etc/modules.d/$$$$$$$$priority-$(1); \
|
|
|
|
modules="$$$$$$$${modules:+$$$$$$$$modules }$$$$$$$$priority-$(1)"; \
|
2006-10-17 19:13:10 +03:00
|
|
|
}; \
|
|
|
|
$(3) \
|
|
|
|
if [ -n "$$$$$$$$modules" ]; then \
|
|
|
|
mkdir -p $(2)/etc/modules.d; \
|
2009-08-17 13:14:25 +03:00
|
|
|
mkdir -p $(2)/CONTROL; \
|
2006-10-17 19:13:10 +03:00
|
|
|
echo "#!/bin/sh" > $(2)/CONTROL/postinst; \
|
|
|
|
echo "[ -z \"\$$$$$$$$IPKG_INSTROOT\" ] || exit 0" >> $(2)/CONTROL/postinst; \
|
|
|
|
echo ". /etc/functions.sh" >> $(2)/CONTROL/postinst; \
|
|
|
|
echo "load_modules $$$$$$$$modules" >> $(2)/CONTROL/postinst; \
|
|
|
|
chmod 0755 $(2)/CONTROL/postinst; \
|
|
|
|
fi
|
|
|
|
endef
|
2007-11-30 11:43:08 +02:00
|
|
|
|
2007-11-30 19:22:44 +02:00
|
|
|
ifeq ($(DUMP)$(TARGET_BUILD),)
|
2007-11-30 11:43:08 +02:00
|
|
|
-include $(LINUX_DIR)/.config
|
|
|
|
endif
|
2006-10-17 19:13:10 +03:00
|
|
|
|
2009-03-03 16:54:19 +02:00
|
|
|
define KernelPackage/depends
|
|
|
|
$(STAMP_BUILT): $(LINUX_DIR)/.config
|
|
|
|
define KernelPackage/depends
|
|
|
|
endef
|
|
|
|
endef
|
|
|
|
|
2006-10-17 19:13:10 +03:00
|
|
|
define KernelPackage
|
|
|
|
NAME:=$(1)
|
2006-11-18 22:53:13 +02:00
|
|
|
$(eval $(call Package/Default))
|
2006-10-17 19:13:10 +03:00
|
|
|
$(eval $(call KernelPackage/Defaults))
|
|
|
|
$(eval $(call KernelPackage/$(1)))
|
2009-11-05 00:51:07 +02:00
|
|
|
$(eval $(call KernelPackage/$(1)/$(BOARD)))
|
2006-10-17 19:13:10 +03:00
|
|
|
|
|
|
|
define Package/kmod-$(1)
|
|
|
|
TITLE:=$(TITLE)
|
|
|
|
SECTION:=kernel
|
|
|
|
CATEGORY:=Kernel modules
|
|
|
|
DESCRIPTION:=$(DESCRIPTION)
|
2009-09-06 20:26:37 +03:00
|
|
|
EXTRA_DEPENDS:=kernel (=$(LINUX_VERSION)-$(LINUX_RELEASE))
|
|
|
|
VERSION:=$(LINUX_VERSION)$(if $(PKG_VERSION),+$(PKG_VERSION))-$(if $(PKG_RELEASE),$(PKG_RELEASE),$(LINUX_RELEASE))
|
2006-10-17 19:13:10 +03:00
|
|
|
$(call KernelPackage/$(1))
|
2009-11-04 23:54:53 +02:00
|
|
|
$(call KernelPackage/$(1)/$(BOARD))
|
2006-10-17 19:13:10 +03:00
|
|
|
endef
|
|
|
|
|
2007-08-25 17:43:15 +03:00
|
|
|
ifdef KernelPackage/$(1)/description
|
|
|
|
define Package/kmod-$(1)/description
|
|
|
|
$(call KernelPackage/$(1)/description)
|
|
|
|
endef
|
|
|
|
endif
|
|
|
|
|
2008-05-15 03:57:50 +03:00
|
|
|
ifdef KernelPackage/$(1)/config
|
|
|
|
define Package/kmod-$(1)/config
|
|
|
|
$(call KernelPackage/$(1)/config)
|
|
|
|
endef
|
|
|
|
endif
|
|
|
|
|
2009-03-03 16:54:19 +02:00
|
|
|
$(call KernelPackage/depends)
|
2008-09-02 18:50:09 +03:00
|
|
|
|
2008-08-28 00:34:01 +03:00
|
|
|
ifneq ($(if $(filter-out %=y %=n %=m,$(KCONFIG)),$(filter m,$(foreach c,$(filter-out %=y %=n %=m,$(KCONFIG)),$($(c)))),.),)
|
2007-07-21 01:25:14 +03:00
|
|
|
ifneq ($(strip $(FILES)),)
|
|
|
|
define Package/kmod-$(1)/install
|
2011-07-25 00:42:33 +03:00
|
|
|
mkdir -p $$(1)/$(MODULES_SUBDIR)
|
|
|
|
$(CP) -L $$(FILES) $$(1)/$(MODULES_SUBDIR)/
|
2007-07-21 01:25:14 +03:00
|
|
|
$(call ModuleAutoLoad,$(1),$$(1),$(AUTOLOAD))
|
|
|
|
$(call KernelPackage/$(1)/install,$$(1))
|
|
|
|
endef
|
|
|
|
endif
|
2007-09-09 02:33:01 +03:00
|
|
|
$(if $(CONFIG_PACKAGE_kmod-$(1)),
|
|
|
|
else
|
|
|
|
compile: kmod-$(1)-unavailable
|
|
|
|
kmod-$(1)-unavailable:
|
|
|
|
@echo "WARNING: kmod-$(1) is not available in the kernel config"
|
|
|
|
)
|
2006-10-17 19:13:10 +03:00
|
|
|
endif
|
|
|
|
$$(eval $$(call BuildPackage,kmod-$(1)))
|
2007-04-18 15:28:38 +03:00
|
|
|
|
2007-04-26 11:06:52 +03:00
|
|
|
$$(IPKG_kmod-$(1)): $$(wildcard $$(FILES))
|
2006-10-17 19:13:10 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define AutoLoad
|
2010-10-18 09:58:11 +03:00
|
|
|
add_module "$(1)" "$(2)" "$(3)";
|
2006-10-17 19:13:10 +03:00
|
|
|
endef
|
|
|
|
|
2011-06-01 21:08:17 +03:00
|
|
|
version_field=$(if $(word $(1),$(2)),$(word $(1),$(2)),0)
|
|
|
|
kernel_version_merge=$$(( ($(call version_field,1,$(1)) << 24) + ($(call version_field,2,$(1)) << 16) + ($(call version_field,3,$(1)) << 8) + $(call version_field,4,$(1)) ))
|
|
|
|
|
2009-03-03 16:55:53 +02:00
|
|
|
ifdef DUMP
|
2011-06-01 21:08:17 +03:00
|
|
|
kernel_version_cmp=
|
2009-03-03 16:55:53 +02:00
|
|
|
else
|
2011-06-01 21:08:17 +03:00
|
|
|
kernel_version_cmp=$(shell [ $(call kernel_version_merge,$(call split_version,$(2))) $(1) $(call kernel_version_merge,$(call split_version,$(3))) ] && echo 1 )
|
2009-03-03 16:55:53 +02:00
|
|
|
endif
|
2008-05-11 23:56:51 +03:00
|
|
|
|
2011-06-01 21:08:17 +03:00
|
|
|
CompareKernelPatchVer=$(if $(call kernel_version_cmp,-$(2),$(1),$(3)),1,0)
|
|
|
|
|
|
|
|
kernel_patchver_gt=$(call kernel_version_cmp,-gt,$(KERNEL_PATCHVER),$(1))
|
|
|
|
kernel_patchver_ge=$(call kernel_version_cmp,-ge,$(KERNEL_PATCHVER),$(1))
|
|
|
|
kernel_patchver_eq=$(call kernel_version_cmp,-eq,$(KERNEL_PATCHVER),$(1))
|
|
|
|
kernel_patchver_le=$(call kernel_version_cmp,-lt,$(KERNEL_PATCHVER),$(1))
|
|
|
|
kernel_patchver_lt=$(call kernel_version_cmp,-le,$(KERNEL_PATCHVER),$(1))
|
|
|
|
|