From 238a61809376df0d63ab8668bb9197a33df53a10 Mon Sep 17 00:00:00 2001 From: Peter Denison Date: Wed, 4 Jun 2008 19:45:46 +0000 Subject: Update libnl to compile on and after 2.6.25 SVN-Revision: 11356 --- package/libnl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/libnl/Makefile b/package/libnl/Makefile index f55d494..a6dec00 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -36,7 +36,7 @@ define Build/Compile install endef -ifneq ($(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24),) +ifneq ($(CONFIG_LINUX_2_6),) define Build/InstallDev $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ -- cgit v1.1