Merge pull request #2433 from adamg88/le90_fd628_update

fd628-aml: update driver source to support multiple devices
This commit is contained in:
Christian Hewitt 2018-02-01 09:41:38 +04:00 committed by GitHub
commit 74d35d2a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
################################################################################ ################################################################################
PKG_NAME="fd628-aml" PKG_NAME="fd628-aml"
PKG_VERSION="f8bd53c" PKG_VERSION="6993a86"
PKG_SHA256="cf117c8512d7ecf624e1fd8c4a72264c17927637d8e9b191c0a611163a0a2b8f" PKG_SHA256="5eb30d485d23c9be427528b3604d564565194f759281677c2b1b66419e6edc15"
PKG_ARCH="arm aarch64" PKG_ARCH="arm aarch64"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/tanixbox/tx3mini_linux_fd628" PKG_SITE="https://github.com/tanixbox/tx3mini_linux_fd628"
PKG_URL="https://github.com/tanixbox/tx3mini_linux_fd628/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/arthur-liberman/linux_fd628/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="tx3mini_linux_fd628-$PKG_VERSION*" PKG_SOURCE_DIR="linux_fd628-$PKG_VERSION*"
PKG_DEPENDS_TARGET="toolchain linux" PKG_DEPENDS_TARGET="toolchain linux"
PKG_NEED_UNPACK="$LINUX_DEPENDS" PKG_NEED_UNPACK="$LINUX_DEPENDS"
PKG_SECTION="driver" PKG_SECTION="driver"