diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 02:16:43 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 02:16:43 +0200 |
commit | 52ee190f6bbbf0bf0c3d354f0370c409aed14506 (patch) | |
tree | 4cce29e6f802e8e1f2aa7b85746a979633a4c282 /package/libusb/Makefile | |
parent | 1879491b2b6e799b20ac06d1b510726eb200944f (diff) |
more runtime fixes, update of some packages.
- update busybox, dnsmasq, ppp and libusb
- add timezone and hostname configuration for target via menu
- fix resolv.conf creation for dhcp client
- fix usb for alix boards
- enable lsusb and lspci by default
Diffstat (limited to 'package/libusb/Makefile')
-rw-r--r-- | package/libusb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libusb/Makefile b/package/libusb/Makefile index 8b68fdb79..63e9f21be 100644 --- a/package/libusb/Makefile +++ b/package/libusb/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libusb -PKG_VERSION:= 1.0.6 +PKG_VERSION:= 1.0.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 818c7c02112a53e0c182666ee83f2057 +PKG_MD5SUM:= 37d34e6eaa69a4b645a19ff4ca63ceef PKG_DESCR:= a library for accessing Linux USB devices PKG_SECTION:= libs PKG_URL:= http://libusb.wiki.sourceforge.net |