base-files: /usr/lib/common.awk is only used by /bin/ipcalc.sh, move the code there
[openwrt.git] / package / libnl / Makefile
index 6802ed1..eb9831a 100644 (file)
@@ -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))
This page took 0.024301 seconds and 4 git commands to generate.