mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
dde_linux: remove unused WPA supplicant code
Since we use the git repo by now remove all unnecessary ballast like unused code and the git history. The will bring down the wifi_drv's src archive to reasonable size again.
This commit is contained in:
parent
ecc4ac795a
commit
8c9ea49ff5
@ -1 +1 @@
|
||||
987b3081e335b0063655441c929a86a4627af72f
|
||||
4d3a15cd044cf6df2678f60469909d60b419063d
|
||||
|
@ -131,6 +131,13 @@ URL(wpa_supplicant) := git://w1.fi/srv/git/hostap.git
|
||||
REV(wpa_supplicant) := 25bd4e7beb582509596fe60cb3591e1299f3121b
|
||||
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 \
|
||||
hostapd tests wlantest wpadebug wpaspy; do \
|
||||
rm -rf ${DIR(wpa_supplicant)}/$$dir; done
|
||||
|
||||
|
||||
#
|
||||
# Firmware images
|
||||
|
Loading…
x
Reference in New Issue
Block a user