diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 10:31:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-03-04 10:31:09 +0100 |
commit | ddb8c72a40d69c786062e3f92c9a2155726a6ea4 (patch) | |
tree | 75f27b3ea8a4352941937f7ca630939fd4acb393 /package/huawei | |
parent | 11ffcbcd559f63d5842d1c37aa2cd27fa8561ea6 (diff) |
various updates and fixes
Diffstat (limited to 'package/huawei')
-rw-r--r-- | package/huawei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/huawei/Makefile b/package/huawei/Makefile index 6ea2fe069..37d7c2d24 100644 --- a/package/huawei/Makefile +++ b/package/huawei/Makefile @@ -8,8 +8,8 @@ PKG_VERSION:= 0.1 PKG_RELEASE:= 1 PKG_DESCR:= huawei modem control PKG_SECTION:= utils -PKG_DEPENDS:= libusb -PKG_BUILDDEP:= libusb +PKG_DEPENDS:= libusb libusb-compat +PKG_BUILDDEP:= libusb libusb-compat PKG_ARCH_DEPENDS:= !avr32 |