From 557a3b5dd4e9a6f8f8a7fc71d760c23dab21af49 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 9 Jun 2012 23:16:26 +0000 Subject: [PATCH] ppp: enable no_device in the netifd pppoa handler to bring it up at boot time (#11631) SVN-Revision: 32146 --- package/ppp/files/ppp.sh | 2 ++ 1 file changed, 2 insertions(+) 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() { -- 2.30.2