mac80211: implement wds sta support (wds ap support work in progress, needs hostapd...
[openwrt.git] / include / package-ipkg.mk
index 58c209d..bd4e28c 100644 (file)
@@ -63,7 +63,7 @@ ifeq ($(DUMP),)
        mkdir -p $(STAGING_DIR_ROOT)/stamp $(STAGING_DIR_ROOT)/tmp-$(1)
        $(call Package/$(1)/install,$(STAGING_DIR_ROOT)/tmp-$(1))
        $(call Package/$(1)/install_lib,$(STAGING_DIR_ROOT)/tmp-$(1))
-       $(CP) $(STAGING_DIR_ROOT)/tmp-$(1)/* $(STAGING_DIR_ROOT)/
+       $(CP) $(STAGING_DIR_ROOT)/tmp-$(1)/. $(STAGING_DIR_ROOT)/
        rm -rf $(STAGING_DIR_ROOT)/tmp-$(1)
        touch $$@
 
This page took 0.025676 seconds and 4 git commands to generate.