autocore-arm: no longer limit the specific target
These code are good enough to do this. Now we don’t need to make this line longer and longer.
This commit is contained in:
parent
aeff8e17c8
commit
268a5e1191
@ -11,15 +11,15 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=autocore
|
PKG_NAME:=autocore
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=2
|
||||||
PKG_RELEASE:=40
|
PKG_RELEASE:=$(COMMITCOUNT)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/autocore-arm
|
define Package/autocore-arm
|
||||||
TITLE:=Arm auto core loadbalance script.
|
TITLE:=Arm auto core loadbalance script.
|
||||||
MAINTAINER:=CN_SZTL
|
MAINTAINER:=CN_SZTL
|
||||||
DEPENDS:=@(TARGET_bcm27xx||TARGET_bcm53xx||TARGET_ipq40xx||TARGET_ipq806x||TARGET_mvebu||TARGET_sunxi) \
|
DEPENDS:=@(arm||aarch64) \
|
||||||
+TARGET_bcm27xx:bcm27xx-userland \
|
+TARGET_bcm27xx:bcm27xx-userland \
|
||||||
+TARGET_bcm53xx:nvram
|
+TARGET_bcm53xx:nvram
|
||||||
VARIANT:=arm
|
VARIANT:=arm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user