diff options
author | Bruno Randolf <br1@subnet.at> | 2004-12-20 14:19:45 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-12-20 14:19:45 +0000 |
commit | 0158ae8f0ff7abe3a436dcd63f7af8618bbd0533 (patch) | |
tree | 53db0f8d37907ec3ffb094fcc0c036f3c3468a21 /packages/meta/nylon-feed.bb | |
parent | dc6b5a4fa396c3fc79c30300cc95b924c584ae31 (diff) |
fixed hotplug:
ispnp.rc exit, not return.
added pciutils pcimodules patch.
added hotplug script for usb-storage to load sd_mod.
BKrev: 41c6df81gZaR8uZVtby7Kxah22qr4A
Diffstat (limited to 'packages/meta/nylon-feed.bb')
-rw-r--r-- | packages/meta/nylon-feed.bb | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/packages/meta/nylon-feed.bb b/packages/meta/nylon-feed.bb index e69de29bb2..63b99e3bf2 100644 --- a/packages/meta/nylon-feed.bb +++ b/packages/meta/nylon-feed.bb @@ -0,0 +1,95 @@ +DEPENDS = " \ +base-files \ +bash \ +bridge-utils \ +busybox \ +chillispot \ +db3 \ +ddclient \ +dhcp-forwarder \ +dhcp \ +dnsmasq \ +expat \ +gdb \ +glib-2.0 \ +glibc \ +gmp \ +gnupg \ +hostap-modules \ +hostap-utils \ +hostap-daemon \ +hotplug \ +htb-init \ +ifplugd \ +initscripts \ +iperf \ +ipkg \ +iproute2 \ +iptables \ +virtual/kernel \ +kismet \ +less \ +libcgicc \ +libmail-sendmail-perl \ +libnetserver-generic-perl \ +libpcap \ +lsof \ +lzo \ +madwifi-modules \ +maradns \ +mc \ +mobilemesh \ +modutils \ +mtd \ +mtr \ +nano \ +ncurses \ +netbase \ +netperf \ +net-snmp \ +ntp \ +nylon-scripts \ +nylon-statistics \ +openssh \ +openssl \ +openvpn \ +openswan \ +pciutils \ +pcre \ +perl \ +ppp \ +ppp-dsl \ +rp-pppoe \ +rrdtool \ +prism2-firmware-update \ +prism54-module \ +prism54-firmware \ +shorewall \ +stunnel \ +sysvinit \ +tcpdump \ +tinc \ +timezones \ +unik-olsrd \ +usbutils \ +vtun \ +wireless-tools \ +wlan-ng-modules \ +zlib \ +" + +# TODO: +# ksymoops / binutils +# strace: SYS_read? +# gdb-cross: install paths, sdk? +# screen: sgttyb? +# nocat? +# pptp +# meshroaming + +do_index() { + 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 + |