From ff3d5025ac0c398277bf234e9608ab6490330b11 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 26 Jun 2010 20:44:28 +0000 Subject: remove obsolete kernel dependencies and version checks SVN-Revision: 21956 --- package/libnl/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'package/libnl') diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 6802ed16f8..eb9831a21e 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)) -- cgit v1.2.3