[openwrt/openwrt] layerscape: make restool depend on TARGET_layerscape_armv8_64b
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 12 11:18:39 EST 2020
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/01aa24f9856946c97e21133551a0646027809ef9
commit 01aa24f9856946c97e21133551a0646027809ef9
Author: Yangbo Lu <yangbo.lu at nxp.com>
AuthorDate: Wed Oct 28 10:33:34 2020 +0800
layerscape: make restool depend on TARGET_layerscape_armv8_64b
The restool is for Layerscape DPAA2 platforms which are
ARMv8 platforms.
Signed-off-by: Yangbo Lu <yangbo.lu at nxp.com>
---
package/network/utils/layerscape/restool/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/network/utils/layerscape/restool/Makefile b/package/network/utils/layerscape/restool/Makefile
index 6a2a8d9e81..935513d4ed 100644
--- a/package/network/utils/layerscape/restool/Makefile
+++ b/package/network/utils/layerscape/restool/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=restool
PKG_VERSION:=LSDK-20.04
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/restool
@@ -22,7 +22,7 @@ define Package/restool
SECTION:=net
CATEGORY:=Network
TITLE:=Layerscape DPAA2 dynamical management tool
- DEPENDS:=@TARGET_layerscape
+ DEPENDS:=@TARGET_layerscape_armv8_64b
endef
MAKE_FLAGS += \
More information about the lede-commits
mailing list