diff options
Diffstat (limited to 'recipes/eciadsl/eciadsl_0.11.bb')
-rw-r--r-- | recipes/eciadsl/eciadsl_0.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/eciadsl/eciadsl_0.11.bb b/recipes/eciadsl/eciadsl_0.11.bb index 55a8b943f0..a3cdd80592 100644 --- a/recipes/eciadsl/eciadsl_0.11.bb +++ b/recipes/eciadsl/eciadsl_0.11.bb @@ -1,7 +1,7 @@ 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" + file://eciadsl-bash.patch;apply=yes" LICENSE = "GPL" RDEPENDS = "bash kernel-module-n_hdlc ppp grep" S = "${WORKDIR}/eciadsl-usermode-${PV}" |