This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2009
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
439b8bac00
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '439b8bac00'
${ noResults }
freifunkist-firmware
/
openwrt
/
package
/
rp-pppoe
/
files
/
pppoe-client.init
13 lines
111 B
Raw
Normal View
History
Unescape
Escape
Add rp-pppoe package SVN-Revision: 1413
20 years ago
#!/bin/sh
case "$1" in
start|stop)
adsl-$1
;;
*)
echo "usage: $0 {start|stop}"
exit 1
esac
exit $?