diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /dhcp-forwarder | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'dhcp-forwarder')
-rw-r--r-- | dhcp-forwarder/dhcp-forwarder_0.6.bb | 0 | ||||
-rw-r--r-- | dhcp-forwarder/dhcp-forwarder_0.6.oe | 27 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dhcp-forwarder/dhcp-forwarder_0.6.bb b/dhcp-forwarder/dhcp-forwarder_0.6.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/dhcp-forwarder/dhcp-forwarder_0.6.bb diff --git a/dhcp-forwarder/dhcp-forwarder_0.6.oe b/dhcp-forwarder/dhcp-forwarder_0.6.oe deleted file mode 100644 index 56af0cc66a..0000000000 --- a/dhcp-forwarder/dhcp-forwarder_0.6.oe +++ /dev/null @@ -1,27 +0,0 @@ -SECTION = "console/network" -DESCRIPTION = "This program is used to forward DHCP and BOOTP messages between two \ - networks with different broadcast domains. \ - It works better with ppp - and especially with ipsec over ppp - than \ - dhcp-relay from ISC and has a smaller foot print." -HOMEPAGE = "http://www-user.tu-chemnitz.de/~ensc/dhcp-fwd/" -MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>" -LICENSE = "GPLv2" - -SRC_URI = "http://www-user.tu-chemnitz.de/~ensc/dhcp-fwd/files/dhcp-forwarder-0.6.tar.bz2 \ - file://init \ - file://dhcp-fwd.cfg" - -inherit autotools update-rc.d - -EXTRA_OECONF="--disable-dietlibc" - -INITSCRIPT_NAME="dhcp-forwarder" -INITSCRIPT_PARAMS="defaults" - -do_install_append() { - install -d ${D}/${sysconfdir}/init.d - install -m 0755 ${WORKDIR}/init ${D}/etc/init.d/dhcp-forwarder - install -m 0644 ${WORKDIR}/dhcp-fwd.cfg ${D}/${sysconfdir} -} - -CONFFILES_${PN}_nylon = "${sysconfdir}/dhcp-fwd.cfg" |