From: Felix Fietkau Date: Sat, 9 Jun 2012 23:16:26 +0000 (+0000) Subject: ppp: enable no_device in the netifd pppoa handler to bring it up at boot time (#11631) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=557a3b5dd4e9a6f8f8a7fc71d760c23dab21af49;p=librecmc%2Flibrecmc.git ppp: enable no_device in the netifd pppoa handler to bring it up at boot time (#11631) SVN-Revision: 32146 --- diff --git a/package/ppp/files/ppp.sh b/package/ppp/files/ppp.sh index 297a329154..7d475a985b 100755 --- a/package/ppp/files/ppp.sh +++ b/package/ppp/files/ppp.sh @@ -133,6 +133,8 @@ proto_pppoa_init_config() { proto_config_add_int "vci" proto_config_add_int "vpi" proto_config_add_string "encaps" + no_device=1 + available=1 } proto_pppoa_setup() {