libipq is removed so the old version cannot be built anymore. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34638
12 lines
141 B
Bash
12 lines
141 B
Bash
#!/bin/sh /etc/rc.common
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
START=50
|
|
|
|
CONTROL_MAIN="/usr/lib/pgl/pglcmd.main"
|
|
BIN=pgctl
|
|
|
|
start() {
|
|
$BIN $1
|
|
}
|
|
|