update opie-meta and oz-3.5.2.conf
[vuplus_openembedded] / meta / nylon-feed.oe
1 DEPENDS = " \
2 base-files \
3 bash \
4 bridge-utils \
5 busybox \
6 chillispot \
7 db3 \
8 ddclient \
9 dhcp-forwarder \
10 dhcp \
11 dnsmasq \
12 expat \
13 gdb \
14 glib-2.0 \
15 glibc \
16 gmp \
17 gnupg \
18 hostap-modules \
19 hostap-utils \
20 hostap-daemon \
21 hotplug \
22 htb-init \
23 initscripts \
24 iperf \
25 ipkg \
26 iproute2 \
27 iptables \
28 virtual/kernel \
29 kismet \
30 less \
31 libmail-sendmail-perl \
32 libnetserver-generic-perl \
33 libpcap \
34 lsof \
35 lzo \
36 madwifi-modules \
37 maradns \
38 mc \
39 mobilemesh \
40 modutils \
41 mtd \
42 mtr \
43 nano \
44 ncurses \
45 netbase \
46 netperf \
47 net-snmp \
48 ntp \
49 nylon-scripts \
50 nylon-statistics \
51 openssh \
52 openssl \
53 openvpn \
54 openswan \
55 perl \
56 ppp \
57 rp-pppoe \
58 rrdtool \
59 prism2-firmware-update \
60 prism54-module \
61 prism54-firmware \
62 shorewall \
63 stunnel \
64 sysvinit \
65 tcpdump \
66 tinc \
67 timezones \
68 unik-olsrd \
69 vtun \
70 wireless-tools \
71 wlan-ng-modules \
72 zlib \
73 "
74
75 # TODO:
76 # ksymoops / binutils
77 # strace: SYS_read?
78 # gdb-cross: install paths, sdk?
79 # screen: sgttyb?
80 # nocat?
81 # pptp
82 # meshroaming
83
84 do_index() {
85         ipkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK}    
86 }
87
88 addtask index before do_build after do_install
89