projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: add a few tx related fixes
[openwrt.git]
/
package
/
kernel
/
Makefile
diff --git
a/package/kernel/Makefile
b/package/kernel/Makefile
index
225c85c
..
d382354
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
@@
-44,5
+45,5
@@
endef
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
$(eval $(if $(DUMP),,$(call BuildPackage,kernel)))
--include $(TOPDIR)/target/linux/*/modules.mk
include ./modules/*.mk
include ./modules/*.mk
+-include $(TOPDIR)/target/linux/*/modules.mk
This page took
0.035625 seconds
and
4
git commands to generate.