blob: 2cc11814d9c31750449377872ab9ea0adbf0d3bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
LICENSE = "MIT"
include nylon-feed.inc
DEPENDS = "${NYLON_FEED} \
boost \
db3 \
dhcp \
dhcp-forwarder \
expat \
glib-2.0 \
glibc \
gmp \
iproute2 \
libcgicc \
libedit \
libmail-sendmail-perl \
libnetserver-generic-perl \
libpcre \
lzo \
make \
mystun-server \
mc \
net-snmp \
openssl \
openswan \
openvpn \
python \
ppp-dsl \
rp-pppoe \
simple-firewall \
thttpd \
wget \
wlan-ng-modules \
zlib \
"
# vsftpd \
#
do_index() {
touch ${DEPLOY_DIR_IPK}/Packages
ipkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK}
}
addtask index before do_build after do_install
|