From: jow 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://207.154.207.93/?a=commitdiff_plain;h=6ee9bd563bfa2f5797a034d49071f6c85c18001f;p=openwrt.git [package] kernel: flag as "hold", this is inherited by all kmods as well and will prevent opkg on the target from upgrading them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23173 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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