aboutsummaryrefslogtreecommitdiffstats
path: root/packages/rp-pppoe
AgeCommit message (Collapse)Author
2008-01-14rp-pppoe 3.8: Don't swallow crosscompile errors. Paul Sokolovsky
2007-06-09rp-pppoe 3.8: Remove the definition of S, it was needed before the previousJamie Lenehan
change to allow autoconf builds from the topdir - but after that was changed to the default value. So it's no longer needed.
2007-06-08rp-pppoe 3.8: Fix issues caused by autoconf needing to run in the srcJamie Lenehan
subdirectory of the source code. The OE autotools.bbclass runs the autoconf stuff in ${S}, so you need to change ${S} to the src subdirectory to get it to work. But ${S} is also where patches are appplied, so you can't patch the config files and other things which aren't in the src directory. So add some autoconf at the top level which just says there's a sub-autoconf project in the src subdirectory, fix up the patches, remove the sed hacks and add a new patch to do what the sed hacks were doing before.
2007-06-08rp-pppoe 3.8: The server needs to depends on the client since it uses theJamie Lenehan
client to perform all the comms once a session has been established.
2007-06-07rp-pppoe 3.8: More cleanups to the pppoe package:Jamie Lenehan
* Seperate out the server, sniff and relay programs from the main package. * Add an init script for the server. * Add templates to the AC_DEFINE's in the configure script so the variables are correctly added to the header. Without this the variables don't get added and server and relay complain about not being able to be used on linux 2.0 system.
2007-06-07rp-pppoe 3.8: UpdatesJamie Lenehan
* Recommend ppp-oe, which is the PPPoE plugin module for PPP to enable the kernel mode PPPoE which is a lot faster, has lower latency and uses less CPU. * Remove the module path from the configuration file since it's wrong and it's not needed. * Don't check for the location of echo on the host, just use /bin/echo - it's only needed for the script that rp-pppoe installs.
2007-04-30rp-pppoe: Add version 3.8.Jamie Lenehan
* The source for version 3.5 hasn't been available for a long time. * Make sure pppoe is installed suid root. * Always try to reconnect, pppd handles stop/starting pppoe. This prevents lots of annoying problems with pppoe totally giving up (debian patch) * Accept PPPoE packets from multicast addresses (debian patch) * Don't check the version of the hosts ppp, we don't support the older versions of ppp anyway so just remove those checks. * RDEPEND on ppp, which is needed to use pppoe * Hard code pppd and id paths, don't search for them on the host system.
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA