diff options
author | Peter Denison <openwrt@marshadder.org> | 2008-06-04 19:45:46 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2008-06-04 19:45:46 +0000 |
commit | 238a61809376df0d63ab8668bb9197a33df53a10 (patch) | |
tree | 7d3ff6cee3e2f909bc9449794e77b0afa883b135 /package | |
parent | b35e6631115d20d4445959faec81f85d45de8e10 (diff) | |
download | upstream-238a61809376df0d63ab8668bb9197a33df53a10.tar.gz upstream-238a61809376df0d63ab8668bb9197a33df53a10.tar.bz2 upstream-238a61809376df0d63ab8668bb9197a33df53a10.zip |
Update libnl to compile on and after 2.6.25
SVN-Revision: 11356
Diffstat (limited to 'package')
-rw-r--r-- | package/libnl/Makefile | 2 |
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)/ |