1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:04:11 +03:00

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
This commit is contained in:
nbd 2012-06-09 23:16:26 +00:00
parent 71a8b79240
commit 0216776441

View File

@ -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() {