From: nbd Date: Thu, 18 Jul 2013 16:32:07 +0000 (+0000) Subject: kernel: reduce spurious rebuilds of simple kmod-* packages X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b1ce25d6da929113303dc9202c85df5669c547dd;p=openwrt.git kernel: reduce spurious rebuilds of simple kmod-* packages Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37403 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile index 4ca442f2a5..e10e99c51e 100644 --- a/package/kernel/linux/Makefile +++ b/package/kernel/linux/Makefile @@ -18,6 +18,9 @@ PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= include $(INCLUDE_DIR)/package.mk + +STAMP_BUILT:=$(STAMP_BUILT)_$(firstword $(shell $(SCRIPT_DIR)/kconfig.pl $(LINUX_DIR)/.config | md5sum)) + ifeq ($(DUMP),) -include $(LINUX_DIR)/.config endif @@ -32,6 +35,9 @@ endef define Build/Compile endef +define KernelPackage/depends +endef + CONFIG_PACKAGE_kernel=y define Package/kernel SECTION:=sys