mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 15:36:22 +04:00
luci-base: Hardcode 'openwrt-24.10' as the branch name
Hardcode 'openwrt-24.10' release branch as the branch name to avoid 'LuCI (HEAD detached at2ac26e56) branch' being shown as the branch. Feeds are since March 2025 cloned shallow if cloned from a specific commit, like done with a release tag. Change in OpenWrt:32d0a57dc1As the only cloned commit of a release tag is without history, the branch can't be identified. So, hardcode the branch name to get the proper branch name 'LuCI openwrt-24.10 branch'. Fixes #7737 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,6 +9,9 @@ include $(TOPDIR)/rules.mk
|
||||
PKG_NAME:=luci-base
|
||||
PKG_BUILD_FLAGS:=no-lto
|
||||
|
||||
# Hardcode 'openwrt-24.10' release branch as the branch name
|
||||
PKG_GITBRANCH:=LuCI openwrt-24.10 branch
|
||||
|
||||
LUCI_TYPE:=mod
|
||||
LUCI_BASENAME:=base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user