missing optional parameters for restart and boot functions
[openwrt.git] / package / libnl / Makefile
index 3303260..ec4ea41 100644 (file)
@@ -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/
This page took 0.019099 seconds and 4 git commands to generate.