update 2024-04-10 14:00:57

This commit is contained in:
actions-user 2024-04-10 14:00:57 +08:00
parent 56513aa1d3
commit 92083f2811

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lucky
PKG_VERSION:=2.7.2
PKG_VERSION:=2.8.3
PKG_RELEASE:=1
ifeq ($(ARCH),mipsel)
@ -26,8 +26,12 @@ endif
ifeq ($(ARCH),arm)
LUCKY_ARCH:=armv7
endif
ifeq ($(ARCH),arm64)
LUCKY_ARCH:=arm64
endif
ifeq ($(BOARD),bcm53xx)
LUCKY_ARCH:=armv6
LUCKY_ARCH:=armv7
ifeq ($(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))),)
LUCKY_ARCH:=armv5
endif