projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[packages/fbtest]: fbtest utility
[openwrt.git]
/
package
/
kernel
/
Makefile
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
225c85c
..
e094c60
100644
(file)
--- a/
package/kernel/Makefile
+++ b/
package/kernel/Makefile
@@
-9,6
+9,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kernel
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=kernel
+PKG_FLAGS:=hold
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
SCAN_DEPS=modules/*.mk
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages
SCAN_DEPS=modules/*.mk
@@
-34,7
+35,7
@@
define Package/kernel
CATEGORY:=Kernel
DEFAULT:=y
TITLE:=Virtual kernel package
CATEGORY:=Kernel
DEFAULT:=y
TITLE:=Virtual kernel package
- VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
+ VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
-$(LINUX_VERMAGIC)
URL:=http://www.kernel.org/
endef
URL:=http://www.kernel.org/
endef
@@
-44,5
+45,5
@@
endef
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
+include $(sort $(wildcard ./modules/*.mk))
-include $(TOPDIR)/target/linux/*/modules.mk
-include $(TOPDIR)/target/linux/*/modules.mk
-include ./modules/*.mk
This page took
0.02073 seconds
and
4
git commands to generate.