Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
muink committed Dec 4, 2024
1 parent 3fe16fc commit 01dfb24
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/fantastic-packages-feeds/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=fantastic-packages-feeds
PKG_VERSION:=20240504
PKG_VERSION:=20241201
PKG_RELEASE:=1

PKG_MAINTAINER:=Anya Lin <[email protected]>
Expand Down Expand Up @@ -51,10 +51,12 @@ else
ARCH_PACKAGES=$$DISTRIB_ARCH
fi
if [ "$$VERSION_NUMBER" = "SNAPSHOT" ]; then
BRANCH="23.05"
BRANCH="24.10"
[ "$$REVISION" -lt 28158 ] && BRANCH="23.05"
[ "$$REVISION" -lt 23069 ] && BRANCH="22.03"
[ "$$REVISION" -lt 19302 ] && BRANCH="21.02"
# https://archive.openwrt.org/releases/
# https://archive.openwrt.org/releases/**/version.buildinfo
# r28158-d276b4c91a 24.10.0-rc1
# r23069-e2701e0f33 23.05.0-rc1
# r19302-df622768da 22.03.0-rc1
# r16122-c2139eef27 21.02.0-rc2
Expand Down

0 comments on commit 01dfb24

Please sign in to comment.