diff options
Diffstat (limited to 'recipes/eciadsl/eciadsl_0.11.bb')
-rw-r--r-- | recipes/eciadsl/eciadsl_0.11.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/eciadsl/eciadsl_0.11.bb b/recipes/eciadsl/eciadsl_0.11.bb new file mode 100644 index 0000000000..2d0efe34a6 --- /dev/null +++ b/recipes/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 |