summaryrefslogtreecommitdiffstats
path: root/package/libnl
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 20:44:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-06-26 20:44:28 +0000
commit5b8b96e82353a69ba96469e4a368260e93d2782d (patch)
treec24a486b7dc2ea8e2569ca1d7b61ac3816bb1019 /package/libnl
parent74c8c79422e2c0ff07721142c7510d6bcfdcc9ef (diff)
remove obsolete kernel dependencies and version checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl')
-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))