Browse Source

wpa_supplicant: fixed to use the default config (see note)

Note:

Most probably we need to become more flexible here in the future!
user/karasz/next/updates
Christian Wiese 14 years ago
parent
commit
6c6b2ea608
  1. 3
      network/wpa_supplicant/wpa_supplicant.conf

3
network/wpa_supplicant/wpa_supplicant.conf

@ -17,3 +17,6 @@ var_append makeinstopt ' ' 'BINDIR=$sbindir LIBDIR=$libdir'
# there is no top-level Makefile
hook_add preconf 3 'cd wpa_supplicant'
# use the shipped default config
hook_add premake 3 'cp -v ./defconfig .config'

Loading…
Cancel
Save