diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-03-03 22:45:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-03 22:45:21 +0000 |
commit | a05a742d64f9c4198dc93c43e3bec5868d533ae4 (patch) | |
tree | 6135a0c6ce1995aadc8ac6e209d182e9d253260a /packages/eciadsl/eciadsl_0.11.bb | |
parent | 14641354bf3f07dbc7664259d51f20919dbf3263 (diff) |
eciadsl/ixp4xx-kernel: Add eciadsl package and HDLC support
Diffstat (limited to 'packages/eciadsl/eciadsl_0.11.bb')
-rw-r--r-- | packages/eciadsl/eciadsl_0.11.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/eciadsl/eciadsl_0.11.bb b/packages/eciadsl/eciadsl_0.11.bb new file mode 100644 index 0000000000..2d0efe34a6 --- /dev/null +++ b/packages/eciadsl/eciadsl_0.11.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "eciadsl is a usermode driver for GlobeSpan-based ADSL modems" +SECTION = "net" +SRC_URI = "http://eciadsl.flashtux.org/download/eciadsl-usermode-${PV}.tar.gz \ + file://eciadsl-bash.patch;patch=1" +LICENSE = "GPL" +RDEPENDS = "bash kernel-module-n_hdlc ppp grep" +S = "${WORKDIR}/eciadsl-usermode-${PV}" + +inherit autotools |