summaryrefslogtreecommitdiff
path: root/package/ramips/applications/hwnat/files/hwnat
blob: ce350f312d25da487356842fe8167a5fa5737d38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh /etc/rc.common

START=91
STOP=91

USE_PROCD=1

start_service() {
#	insmod /lib/modules/ralink/hw_nat.ko
	mknod /dev/hwnat0 c 220 0
}

stop_service() {
#	rmmod hw_nat.ko
    echo 'do nothing' > /dev/null
}