projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix mount.shfs symlink issue
[openwrt.git]
/
package
/
kernel
/
Makefile
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
a030ad7
..
d6364f1
100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-10,10
+10,9
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kernel
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kernel
-PKG_VERSION:=$(LINUX_VERSION)-$(BOARD)
-PKG_RELEASE:=$(LINUX_RELEASE)
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
+SCAN_DEPS=modules/*.mk
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
@@
-38,7
+37,6
@@
define Package/kernel
CATEGORY:=Kernel
DEFAULT:=y
TITLE:=Virtual kernel package
CATEGORY:=Kernel
DEFAULT:=y
TITLE:=Virtual kernel package
- DESCRIPTION:=Virtual kernel package
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
endef
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)
endef
@@
-46,13
+44,7
@@
define Package/kernel/install
# nothing to do
endef
# nothing to do
endef
-# this is more robust than ifdef around eval/call
-ifneq ($(DUMP),1)
- define BuildKernel
- $(call BuildPackage,kernel)
- endef
-endif
-$(eval $(call BuildKernel))
+$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk
include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk
This page took
0.028005 seconds
and
4
git commands to generate.