* [meta-networking][PATCH] macchanger: added 1.5.0 recipe @ 2013-02-20 22:43 eu 2013-02-21 14:28 ` Joe MacDonald 2013-02-25 15:18 ` Joe MacDonald 0 siblings, 2 replies; 4+ messages in thread From: eu @ 2013-02-20 22:43 UTC (permalink / raw) To: openembedded-devel; +Cc: Felipe F. Tonello From: "Felipe F. Tonello" <ftonello@cercacor.com> This is a useful utility to manipulate the mac address of a device. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> --- .../recipes-support/macchanger/macchanger_1.5.0.bb | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb new file mode 100644 index 0000000..0d78c34 --- /dev/null +++ b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb @@ -0,0 +1,25 @@ +SUMMARY = "Tool to view/change network interface MAC addresses" +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces." +HOMEPAGE = "http://www.alobbs.com/macchanger" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +PR = "r0" + +SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" +SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" + +FILES_${PN} = " \ + ${bindir}/${PN} \ + ${datadir}/${PN}/wireless.list \ + ${datadir}/${PN}/OUI.list \ +" + +FILES_${PN}-doc = " \ + ${datadir}/info \ + ${datadir}/man \ +" + +inherit autotools \ No newline at end of file -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] macchanger: added 1.5.0 recipe 2013-02-20 22:43 [meta-networking][PATCH] macchanger: added 1.5.0 recipe eu @ 2013-02-21 14:28 ` Joe MacDonald 2013-02-21 17:43 ` Felipe Ferreri Tonello 2013-02-25 15:18 ` Joe MacDonald 1 sibling, 1 reply; 4+ messages in thread From: Joe MacDonald @ 2013-02-21 14:28 UTC (permalink / raw) To: openembedded-devel; +Cc: Felipe F. Tonello [-- Attachment #1: Type: text/plain, Size: 2049 bytes --] Hey Felipe, [[oe] [meta-networking][PATCH] macchanger: added 1.5.0 recipe] On 13.02.20 (Wed 14:43) eu@felipetonello.com wrote: > From: "Felipe F. Tonello" <ftonello@cercacor.com> > > This is a useful utility to manipulate the mac address of a device. I'm unfamiliar with this tool, does it do something more than you can do with ifconfig today? It looks like maybe it provides a database of MAC addresses and allows the user to decide they want to change their RTL-8139 to look like a Centrino wireless card on the network, but I can't tell from looking at the page. Thanks, -Joe. > > Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> > --- > .../recipes-support/macchanger/macchanger_1.5.0.bb | 25 ++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > > diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > new file mode 100644 > index 0000000..0d78c34 > --- /dev/null > +++ b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > @@ -0,0 +1,25 @@ > +SUMMARY = "Tool to view/change network interface MAC addresses" > +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces." > +HOMEPAGE = "http://www.alobbs.com/macchanger" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > + > +PR = "r0" > + > +SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" > + > +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" > +SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" > + > +FILES_${PN} = " \ > + ${bindir}/${PN} \ > + ${datadir}/${PN}/wireless.list \ > + ${datadir}/${PN}/OUI.list \ > +" > + > +FILES_${PN}-doc = " \ > + ${datadir}/info \ > + ${datadir}/man \ > +" > + > +inherit autotools > \ No newline at end of file -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] macchanger: added 1.5.0 recipe 2013-02-21 14:28 ` Joe MacDonald @ 2013-02-21 17:43 ` Felipe Ferreri Tonello 0 siblings, 0 replies; 4+ messages in thread From: Felipe Ferreri Tonello @ 2013-02-21 17:43 UTC (permalink / raw) To: openembedded-devel On 02/21/2013 06:28 AM, Joe MacDonald wrote: > Hey Felipe, > > [[oe] [meta-networking][PATCH] macchanger: added 1.5.0 recipe] On 13.02.20 (Wed 14:43) eu@felipetonello.com wrote: > >> From: "Felipe F. Tonello" <ftonello@cercacor.com> >> >> This is a useful utility to manipulate the mac address of a device. > > I'm unfamiliar with this tool, does it do something more than you can do > with ifconfig today? It looks like maybe it provides a database of MAC > addresses and allows the user to decide they want to change their > RTL-8139 to look like a Centrino wireless card on the network, but I > can't tell from looking at the page. It's a helper tool to manipulate mac addresses. From its help: GNU MAC Changer Usage: macchanger [options] device -h, --help Print this help -V, --version Print version and exit -s, --show Print the MAC address and exit -e, --endding Don't change the vendor bytes -a, --another Set random vendor MAC of the same kind -A Set random vendor MAC of any kind -r, --random Set fully random MAC -l, --list[=keyword] Print known vendors -m, --mac=XX:XX:XX:XX:XX:XX Set the MAC XX:XX:XX:XX:XX:XX So it's useful when you want to set random mac addresses, change vendor id, do not change vendor id. Stuff like that. Felipe > > Thanks, > -Joe. > >> >> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> >> --- >> .../recipes-support/macchanger/macchanger_1.5.0.bb | 25 ++++++++++++++++++++ >> 1 file changed, 25 insertions(+) >> create mode 100644 meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb >> >> diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb >> new file mode 100644 >> index 0000000..0d78c34 >> --- /dev/null >> +++ b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb >> @@ -0,0 +1,25 @@ >> +SUMMARY = "Tool to view/change network interface MAC addresses" >> +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces." >> +HOMEPAGE = "http://www.alobbs.com/macchanger" >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >> + >> +PR = "r0" >> + >> +SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" >> + >> +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" >> +SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" >> + >> +FILES_${PN} = " \ >> + ${bindir}/${PN} \ >> + ${datadir}/${PN}/wireless.list \ >> + ${datadir}/${PN}/OUI.list \ >> +" >> + >> +FILES_${PN}-doc = " \ >> + ${datadir}/info \ >> + ${datadir}/man \ >> +" >> + >> +inherit autotools >> \ No newline at end of file ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-networking][PATCH] macchanger: added 1.5.0 recipe 2013-02-20 22:43 [meta-networking][PATCH] macchanger: added 1.5.0 recipe eu 2013-02-21 14:28 ` Joe MacDonald @ 2013-02-25 15:18 ` Joe MacDonald 1 sibling, 0 replies; 4+ messages in thread From: Joe MacDonald @ 2013-02-25 15:18 UTC (permalink / raw) To: openembedded-devel; +Cc: Felipe F. Tonello [-- Attachment #1: Type: text/plain, Size: 1714 bytes --] Merged, thanks. -J. [[oe] [meta-networking][PATCH] macchanger: added 1.5.0 recipe] On 13.02.20 (Wed 14:43) eu@felipetonello.com wrote: > From: "Felipe F. Tonello" <ftonello@cercacor.com> > > This is a useful utility to manipulate the mac address of a device. > > Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> > --- > .../recipes-support/macchanger/macchanger_1.5.0.bb | 25 ++++++++++++++++++++ > 1 file changed, 25 insertions(+) > create mode 100644 meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > > diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > new file mode 100644 > index 0000000..0d78c34 > --- /dev/null > +++ b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > @@ -0,0 +1,25 @@ > +SUMMARY = "Tool to view/change network interface MAC addresses" > +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces." > +HOMEPAGE = "http://www.alobbs.com/macchanger" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > + > +PR = "r0" > + > +SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" > + > +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" > +SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" > + > +FILES_${PN} = " \ > + ${bindir}/${PN} \ > + ${datadir}/${PN}/wireless.list \ > + ${datadir}/${PN}/OUI.list \ > +" > + > +FILES_${PN}-doc = " \ > + ${datadir}/info \ > + ${datadir}/man \ > +" > + > +inherit autotools > \ No newline at end of file -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-25 15:35 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-02-20 22:43 [meta-networking][PATCH] macchanger: added 1.5.0 recipe eu 2013-02-21 14:28 ` Joe MacDonald 2013-02-21 17:43 ` Felipe Ferreri Tonello 2013-02-25 15:18 ` Joe MacDonald
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox