From f58cd17867c23561890d31fcfd464559f28c91da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 3 Jan 2015 16:10:10 +0100 Subject: [PATCH] libftdi: mode ftdi_eeprom from Libraries to Utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- libs/libftdi1/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libs/libftdi1/Makefile b/libs/libftdi1/Makefile index 9e7776344..693cfce50 100644 --- a/libs/libftdi1/Makefile +++ b/libs/libftdi1/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libftdi1 PKG_VERSION:=1.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/ @@ -40,8 +40,8 @@ define Package/libftdi1/description endef define Package/ftdi_eeprom - SECTION:=libs - CATEGORY:=Libraries + SECTION:=utils + CATEGORY:=Utilities DEPENDS:=+confuse +libftdi1 TITLE:=Tool for reading/erasing/flashing FTDI USB chip eeproms URL:=http://www.intra2net.com/en/developer/libftdi/ @@ -52,8 +52,7 @@ define Package/ftdi_eeprom/description eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device. - The ftdi_sio module should not be loaded. You can prevent it to be - automatically loaded by adding it to /etc/modprobe.d/blacklist. + The ftdi_sio module should not be loaded. You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values.