summaryrefslogtreecommitdiffstats
path: root/package/libnl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnl/Makefile')
-rw-r--r--package/libnl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile
index 6802ed16f..eb9831a21 100644
--- a/package/libnl/Makefile
+++ b/package/libnl/Makefile
@@ -37,18 +37,16 @@ define Build/Compile
install
endef
-ifneq ($(CONFIG_LINUX_2_6),)
- define Build/InstallDev
+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/
- endef
+endef
- define Package/libnl/install
+define Package/libnl/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl.so.* $(1)/usr/lib/
- endef
-endif
+endef
$(eval $(call BuildPackage,libnl))