aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-12-25 02:37:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-12-25 02:37:23 +0000
commit084208e43d0c542a8bf1da9b957d2fa8ac1daea6 (patch)
tree3f6f6203e55ddf82cf0b284e938c9e9fd783b725 /package/libnl
parentc3404552a57d4816d14ed91ee228b2f8675405a0 (diff)
downloadupstream-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.tar.gz
upstream-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.tar.bz2
upstream-084208e43d0c542a8bf1da9b957d2fa8ac1daea6.zip
fix a compile error in libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9911 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl')
-rw-r--r--package/libnl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile
index 3303260d4e..ec4ea41fd3 100644
--- a/package/libnl/Makefile
+++ b/package/libnl/Makefile
@@ -38,6 +38,7 @@ endef
ifneq ($(CONFIG_LINUX_2_6_23),)
define Build/InstallDev
+ $(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
mkdir -p $(1)/usr/include/libnl
$(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/