mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-06 05:20:14 +02:00
0bb68e81ec
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2364 3c298f89-4303-0410-b956-a3cf2f4a3e73
3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
[ -z "$6" ] || env -i ACTION="ifup" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface"
|