summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2008-06-04 19:45:46 +0000
committerPeter Denison <openwrt@marshadder.org>2008-06-04 19:45:46 +0000
commit238a61809376df0d63ab8668bb9197a33df53a10 (patch)
tree7d3ff6cee3e2f909bc9449794e77b0afa883b135
parentb35e6631115d20d4445959faec81f85d45de8e10 (diff)
downloadmaster-31e0f0ae-238a61809376df0d63ab8668bb9197a33df53a10.tar.gz
master-31e0f0ae-238a61809376df0d63ab8668bb9197a33df53a10.tar.bz2
master-31e0f0ae-238a61809376df0d63ab8668bb9197a33df53a10.zip
Update libnl to compile on and after 2.6.25
SVN-Revision: 11356
-rw-r--r--package/libnl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile
index f55d494a63..a6dec002b3 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)/