summaryrefslogtreecommitdiffstats
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
commitd93fb2d34716b89b9fd980a5322b512f8f0301b2 (patch)
tree6c89cf1697e01bcb90d059951451f04f0d506c93 /package/libnl
parent3de5e1d29a29920511a073eba38b7598e2a61ea6 (diff)
downloadmaster-31e0f0ae-d93fb2d34716b89b9fd980a5322b512f8f0301b2.tar.gz
master-31e0f0ae-d93fb2d34716b89b9fd980a5322b512f8f0301b2.tar.bz2
master-31e0f0ae-d93fb2d34716b89b9fd980a5322b512f8f0301b2.zip
fix a compile error in libnl
SVN-Revision: 9911
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/