projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
madwifi: add a small missing change to the tx power rework
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.init
1
#!/bin/sh /etc/rc.common
2
# Copyright (C) 2008 OpenWrt.org
3
4
START
=
45
5
6
start
() {
7
.
/
lib
/
firewall
/
uci_firewall.sh
8
fw_init
9
}
10
11
stop
() {
12
.
/
lib
/
firewall
/
uci_firewall.sh
13
fw_stop
14
}
This page took
0.04098 seconds
and
5
git commands to generate.