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.
(cherry picked from commit 268a5e1191)
This commit is contained in:
parent
19cdd87fb1
commit
5b4959ab16
@ -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:=$(AUTORELEASE)
|
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 script.
|
TITLE:=ARM auto core script.
|
||||||
MAINTAINER:=CN_SZTL
|
MAINTAINER:=CN_SZTL
|
||||||
DEPENDS:=@(TARGET_bcm27xx||TARGET_bcm53xx||TARGET_ipq40xx||TARGET_ipq806x||TARGET_mvebu||TARGET_sunxi||TARGET_rockchip) \
|
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