Commit d84a9fc2 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Fix syntax error in Makefile for Advanced Linux configuration

parent 29ac0f18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)