include the kernel config for kernel related packages (should fix some b43 compile issues)
SVN-Revision: 9635
This commit is contained in:
parent
2afa8ad23c
commit
d1b4f5b54f
|
@ -88,7 +88,10 @@ define ModuleAutoLoad
|
|||
chmod 0755 $(2)/CONTROL/postinst; \
|
||||
fi
|
||||
endef
|
||||
|
||||
|
||||
ifeq ($(DUMP),)
|
||||
-include $(LINUX_DIR)/.config
|
||||
endif
|
||||
|
||||
define KernelPackage
|
||||
NAME:=$(1)
|
||||
|
|
Loading…
Reference in New Issue