dde_linux: keep .git contrib directory

This is a follow-up commit to "dde_linux: remove unused WPA supplicant
code" that prevents the potential data loss described in #2959.
This commit is contained in:
Norman Feske 2018-09-03 16:21:43 +02:00
parent 82c356015f
commit bbff6ae529
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
4d3a15cd044cf6df2678f60469909d60b419063d
366d27b8a692809bd91945127c12dfb5e3502980

View File

@ -134,7 +134,7 @@ DIR(wpa_supplicant) := src/app/wpa_supplicant
# remove unused code and git history from the repo
_patch: cleanup-wpa
cleanup-wpa:
@for dir in .git doc eap_example hs20 mac80211_hwsim radius_example \
@for dir in doc eap_example hs20 mac80211_hwsim radius_example \
hostapd tests wlantest wpadebug wpaspy; do \
rm -rf ${DIR(wpa_supplicant)}/$$dir; done