Fix OpenVPN typo for management option Restore ifup order : lan wan wifi
authorFlorian Fainelli <[email protected]>
Sun, 21 May 2006 14:08:15 +0000 (14:08 +0000)
committerFlorian Fainelli <[email protected]>
Sun, 21 May 2006 14:08:15 +0000 (14:08 +0000)
SVN-Revision: 3814

openwrt/package/base-files/default/etc/init.d/S40network
openwrt/package/openvpn/Config.in
openwrt/package/openvpn/Makefile

index 8c17167d4f59817db091702c668a2df23b0a1062..2cae726359cfd129811262d3d87774cb1a1127a2 100755 (executable)
@@ -2,7 +2,7 @@
 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
index d6b8aa16c1c927d73f8ab837daa12894d0bb58f5..39a775bb4e589dd7384ac1aea678da38ee460dde 100644 (file)
@@ -52,7 +52,7 @@ config BR2_PACKAGE_OPENVPN_PASSWORD_SAVE
        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
index 371ffbbbe21cc09c180d43b4713607f94d4266b8..89fc7b79f843db17bb14e94bd9434a9fe5b65fd3 100644 (file)
@@ -44,7 +44,7 @@ ifeq ($(BR2_PACKAGE_OPENVPN_SMALL),y)
 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