Browse Source

libftdi: mode ftdi_eeprom from Libraries to Utilities

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas 10 years ago
parent
commit
f58cd17867
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      libs/libftdi1/Makefile

+ 4
- 5
libs/libftdi1/Makefile View File

9
 
9
 
10
 PKG_NAME:=libftdi1
10
 PKG_NAME:=libftdi1
11
 PKG_VERSION:=1.2
11
 PKG_VERSION:=1.2
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15
 PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/
15
 PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/
40
 endef
40
 endef
41
 
41
 
42
 define Package/ftdi_eeprom
42
 define Package/ftdi_eeprom
43
-  SECTION:=libs
44
-  CATEGORY:=Libraries
43
+  SECTION:=utils
44
+  CATEGORY:=Utilities
45
   DEPENDS:=+confuse +libftdi1
45
   DEPENDS:=+confuse +libftdi1
46
   TITLE:=Tool for reading/erasing/flashing FTDI USB chip eeproms
46
   TITLE:=Tool for reading/erasing/flashing FTDI USB chip eeproms
47
   URL:=http://www.intra2net.com/en/developer/libftdi/
47
   URL:=http://www.intra2net.com/en/developer/libftdi/
52
   eeproms. It uses libftdi to access the chip, so you will need to have
52
   eeproms. It uses libftdi to access the chip, so you will need to have
53
   the required permissions on the device.
53
   the required permissions on the device.
54
 
54
 
55
-  The ftdi_sio module should not be loaded. You can prevent it to be
56
-  automatically loaded by adding it to /etc/modprobe.d/blacklist.
55
+  The ftdi_sio module should not be loaded.
57
 
56
 
58
   You have to unplug and replug your device to get the new values to be
57
   You have to unplug and replug your device to get the new values to be
59
   read. Otherwise, you will still get the old values.
58
   read. Otherwise, you will still get the old values.