diff options
Diffstat (limited to 'recipes/eciadsl/eciadsl_0.11.bb')
-rw-r--r-- | recipes/eciadsl/eciadsl_0.11.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/eciadsl/eciadsl_0.11.bb b/recipes/eciadsl/eciadsl_0.11.bb index 3a48a5134d..662c8235c1 100644 --- a/recipes/eciadsl/eciadsl_0.11.bb +++ b/recipes/eciadsl/eciadsl_0.11.bb @@ -5,6 +5,7 @@ SRC_URI = "http://eciadsl.flashtux.org/download/eciadsl-usermode-${PV}.tar.gz \ LICENSE = "GPL" RDEPENDS_${PN} = "bash kernel-module-n_hdlc ppp grep" S = "${WORKDIR}/eciadsl-usermode-${PV}" +PR = "r1" inherit autotools |