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
17 SCAN_DEPS
=modules
/*.mk
19 include $(INCLUDE_DIR
)/package.mk
21 -include $(LINUX_DIR
)/.config
23 include $(INCLUDE_DIR
)/netfilter.mk
27 mkdir
-p
$(PKG_BUILD_DIR
)
30 define Build
/Configure
36 CONFIG_PACKAGE_kernel
=y
41 TITLE
:=Virtual kernel package
42 DESCRIPTION
:=Virtual kernel package
43 VERSION
:=$(LINUX_VERSION
)-$(BOARD
)-$(LINUX_RELEASE
)
46 define Package
/kernel
/install
50 $(eval
$(if
$(DUMP
),,$(call BuildPackage
,kernel
)))
52 include $(TOPDIR
)/target
/linux
/*/modules.mk
53 include .
/modules
/*.mk
This page took 0.06811 seconds and 5 git commands to generate.