2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 include $(TOPDIR
)/rules.mk
10 include $(INCLUDE_DIR
)/kernel.mk
13 PKG_VERSION
:=$(LINUX_VERSION
)-$(BOARD
)
14 PKG_RELEASE
:=$(LINUX_RELEASE
)
16 PKG_BUILD_DIR
:=$(KERNEL_BUILD_DIR
)/packages
18 # build all in-tree kmod-* packages by default
21 include $(INCLUDE_DIR
)/package.mk
23 -include $(LINUX_DIR
)/.config
25 include $(INCLUDE_DIR
)/netfilter.mk
29 mkdir
-p
$(PKG_BUILD_DIR
)
32 define Build
/Configure
38 CONFIG_PACKAGE_kernel
=y
43 TITLE
:=Virtual kernel package
44 DESCRIPTION
:=Virtual kernel package
45 VERSION
:=$(LINUX_VERSION
)-$(BOARD
)-$(LINUX_RELEASE
)
48 define Package
/kernel
/install
52 # this is more robust than ifdef around eval/call
55 $(call BuildPackage
,kernel
)
58 $(eval
$(call BuildKernel
))
60 include $(TOPDIR
)/target
/linux
/*/modules.mk
61 include .
/modules
/*.mk
This page took 0.05635 seconds and 5 git commands to generate.