From: nbd 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: http://207.154.207.93/?a=commitdiff_plain;h=02167764413fa26853eeb6914ab64bbb527bdbbb;p=openwrt.git ppp: enable no_device in the netifd pppoa handler to bring it up at boot time (#11631) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32146 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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() {