Browse Source

wpa-supplicant: create target-install-hook stamp file

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 16 years ago
parent
commit
7c1c71f919
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/wpa_supplicant/wpa_supplicant.mk

+ 1 - 0
package/wpa_supplicant/wpa_supplicant.mk

@@ -60,6 +60,7 @@ ifeq ($(BR2_PACKAGE_DBUS),y)
 	  $(WPA_SUPPLICANT_DIR)/wpa_supplicant/dbus-wpa_supplicant.service \
 	  $(TARGET_DIR)/usr/share/dbus-1/system-services/$(WPA_SUPPLICANT_DBUS_SERVICE).service
 endif
+	touch $@
 
 $(WPA_SUPPLICANT_TARGET_UNINSTALL):
 	$(call MESSAGE,"Uninstalling")