From: Jo-Philipp Wich Date: Sat, 2 Oct 2010 03:22:56 +0000 (+0000) Subject: [package] kernel: flag as "hold", this is inherited by all kmods as well and will... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=bba5e3cd3f5c31eff0793d63568ee58cc13b0bb2 [package] kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them SVN-Revision: 23173 --- diff --git a/package/kernel/Makefile b/package/kernel/Makefile index f440a4051b..d3823547aa 100644 --- a/package/kernel/Makefile +++ b/package/kernel/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=kernel +PKG_FLAGS:=hold PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages SCAN_DEPS=modules/*.mk