Magellan Linux

Diff of /smage/branches/alx07x-stable/core/wpa-supplicant/wpa-supplicant-2.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 13076 by niro, Tue Jun 25 10:02:45 2019 UTC revision 13078 by niro, Tue Jun 25 11:06:48 2019 UTC
# Line 94  src_prepare() Line 94  src_prepare()
94   # support HT overrides (disable HT/HT40, mask MCS rates, etc.)   # support HT overrides (disable HT/HT40, mask MCS rates, etc.)
95   maddconfig -b "CONFIG_HT_OVERRIDES=y" || die   maddconfig -b "CONFIG_HT_OVERRIDES=y" || die
96    
97     # support VHT overrides (disable VHT, mask MCS rates, etc.)
98     maddconfig -b "CONFIG_VHT_OVERRIDES=y" || die
99    
100   # AP mode operations   # AP mode operations
101   maddconfig -b "CONFIG_AP=y" || die   maddconfig -b "CONFIG_AP=y" || die
102    
# Line 176  alx_generic_src_install() Line 179  alx_generic_src_install()
179    
180   # dbus   # dbus
181   minstalldbusconfig dbus/dbus-wpa_supplicant.conf wpa_supplicant.conf || die   minstalldbusconfig dbus/dbus-wpa_supplicant.conf wpa_supplicant.conf || die
  minstalldbussystemservice dbus/fi.epitest.hostap.WPASupplicant.service || die  
182   minstalldbussystemservice dbus/fi.w1.wpa_supplicant1.service || die   minstalldbussystemservice dbus/fi.w1.wpa_supplicant1.service || die
183    
184   # systemd services   # systemd services

Legend:
Removed from v.13076  
changed lines
  Added in v.13078