projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
448de2e
)
layerscape: make restool depend on TARGET_layerscape_armv8_64b
author
Yangbo Lu
<
[email protected]
>
Wed, 28 Oct 2020 02:33:34 +0000
(10:33 +0800)
committer
Adrian Schmutzler
<
[email protected]
>
Thu, 12 Nov 2020 16:18:26 +0000
(17:18 +0100)
The restool is for Layerscape DPAA2 platforms which are
ARMv8 platforms.
Signed-off-by: Yangbo Lu <
[email protected]
>
package/network/utils/layerscape/restool/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/layerscape/restool/Makefile
b/package/network/utils/layerscape/restool/Makefile
index 6a2a8d9e815651d3e102a8401380d0d933bc42ea..935513d4ed89bd9b0935dab1756838c0fd8f7223 100644
(file)
--- 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 += \