case "$1" in
start|restart)
ifup_interfaces=$(nvram get ifup_interfaces)
- ifup_interfaces=${ifup_interfaces:-"wan lan wifi"}
+ ifup_interfaces=${ifup_interfaces:-"lan wan wifi"}
for iface in $ifup_interfaces; do
ifup $iface
if [ "$iface" = "wifi" ]; then
default y
depends BR2_PACKAGE_OPENPVN
-config BR2_PACKAG_OPENVPN_MANAGEMENT
+config BR2_PACKAGE_OPENVPN_MANAGEMENT
bool "Enable PKCS12 management features"
default n
depends BR2_PACKAGE_OPENVPN
ENABLE_SMALL:=--enable-small
endif
ifneq ($(BR2_PACKAGE_OPENVPN_MANAGEMENT),y)
-DISABLE_SMALL:=--disable-management
+DISABLE_MANAGEMENT:=--disable-management
endif
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared