Commit e2b296ad authored by Simon Dawson's avatar Simon Dawson Committed by Peter Korsgaard
Browse files

libfreefare: new package

parent 6b7a7a02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ menu "Hardware handling"
source "package/libaio/Config.in"
source "package/libraw1394/Config.in"
source "package/tslib/Config.in"
source "package/libfreefare/Config.in"
source "package/libftdi/Config.in"
source "package/libhid/Config.in"
source "package/libiqrf/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBFREEFARE
	bool "libfreefare"
	select BR2_PACKAGE_LIBNFC
	help
	  Library for high level manipulation of MIFARE cards.

	  http://code.google.com/p/nfc-tools/wiki/libfreefare
+10 −0
Original line number Diff line number Diff line
#############################################################
#
# libfreefare
#
#############################################################
LIBFREEFARE_VERSION = 0.3.2
LIBFREEFARE_SITE = http://nfc-tools.googlecode.com/files
LIBFREEFARE_DEPENDENCIES = libnfc

$(eval $(call AUTOTARGETS))