feeds.conf.default: switch luci to openwrt-24.10

This commit is contained in:
coolsnowwolf 2025-08-20 18:48:04 +08:00
parent 02e01b92d3
commit 08923d0c90
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
src-git packages https://github.com/coolsnowwolf/packages src-git packages https://github.com/coolsnowwolf/packages
#src-git luci https://github.com/coolsnowwolf/luci #src-git luci https://github.com/coolsnowwolf/luci
src-git luci https://github.com/coolsnowwolf/luci.git;openwrt-23.05 #src-git luci https://github.com/coolsnowwolf/luci.git;openwrt-23.05
src-git luci https://github.com/coolsnowwolf/luci.git;openwrt-24.10
src-git routing https://github.com/coolsnowwolf/routing src-git routing https://github.com/coolsnowwolf/routing
src-git telephony https://github.com/coolsnowwolf/telephony.git src-git telephony https://github.com/coolsnowwolf/telephony.git
#src-git helloworld https://github.com/fw876/helloworld.git #src-git helloworld https://github.com/fw876/helloworld.git
@ -8,4 +9,5 @@ src-git telephony https://github.com/coolsnowwolf/telephony.git
#src-git video https://github.com/openwrt/video.git #src-git video https://github.com/openwrt/video.git
#src-git targets https://github.com/openwrt/targets.git #src-git targets https://github.com/openwrt/targets.git
#src-git oldpackages http://git.openwrt.org/packages.git #src-git oldpackages http://git.openwrt.org/packages.git
src-git qmodem https://github.com/FUjr/modem_feeds.git
#src-link custom /usr/src/openwrt/custom-feed #src-link custom /usr/src/openwrt/custom-feed

View File

@ -18,7 +18,7 @@ define Package/default-settings
CATEGORY:=LuCI CATEGORY:=LuCI
TITLE:=LuCI support for Default Settings TITLE:=LuCI support for Default Settings
PKGARCH:=all PKGARCH:=all
DEPENDS:=+luci-base +luci +@LUCI_LANG_zh-cn +@LUCI_LANG_zh_Hans +@LUCI_LANG_en DEPENDS:= +luci-compat +@LUCI_LANG_zh-cn +@LUCI_LANG_zh_Hans +@LUCI_LANG_en
endef endef
define Package/default-settings/description define Package/default-settings/description