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 | 58e840db37fa77cd072350af2455f24c848b1c53 (patch) | |
tree | dc61b2b68a9a9669126c84c7695f2fee9d6c5295 /package/libnl | |
parent | c7120414d14d44799c8190508ef4a31e65aa90cd (diff) | |
download | upstream-58e840db37fa77cd072350af2455f24c848b1c53.tar.gz upstream-58e840db37fa77cd072350af2455f24c848b1c53.tar.bz2 upstream-58e840db37fa77cd072350af2455f24c848b1c53.zip |
Update libnl to compile on and after 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11356 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl')
-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)/ |