Fix syntax error in Makefile for Advanced Linux configuration

This commit is contained in:
Ulf Samuelsson 2007-10-18 11:58:47 +00:00
parent 29ac0f18d2
commit d84a9fc256

View File

@ -252,7 +252,7 @@ endif
ifeq ($(BR2_KERNEL_HEADERS_PATCH_DIR),y)
if [ -d $(KERNEL_HEADERS_PATCH_DIR) ] ; then \
toolchain/patch-kernel.sh $(LINUX26_DIR) $(KERNEL_HEADERS_PATCH_DIR) \
linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} \
linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} ; \
fi
endif
ifeq ($(BR2_PACKAGE_OPENSWAN),y)