Author: nbd Date: 2014-09-24 10:07:45 +0200 (Wed, 24 Sep 2014) New Revision: 42657
Modified: trunk/package/network/utils/comgt/files/directip.sh Log: comgt: add no_device=1 for directip proto Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/comgt/files/directip.sh =================================================================== --- trunk/package/network/utils/comgt/files/directip.sh 2014-09-24 08:07:40 UTC (rev 42656) +++ trunk/package/network/utils/comgt/files/directip.sh 2014-09-24 08:07:45 UTC (rev 42657) @@ -6,6 +6,7 @@ proto_directip_init_config() { available=1 + no_device=1 proto_config_add_string "device:device" proto_config_add_string "ifname" proto_config_add_string "apn" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
