Remove index update

This commit is contained in:
2025-07-28 00:29:33 -04:00
parent 35ec2993cc
commit b5199d5682

View File

@@ -175,21 +175,15 @@ install_dependencies() {
case "$ID" in case "$ID" in
fedora|centos) fedora|centos)
pkg_list+=( pkg_list+=(
bash-completion
bzip2 bzip2
clang # for qosify clang # for qosify
diffutils diffutils
gcc gcc
gcc-c++ gcc-c++
git git
libev-devel llvm15-libs # for qosify
libtirpc-devel
llvm15-libs
make make
ncurses-devel ncurses-devel
net-snmp-devel
pam-devel
patch
patch patch
perl perl
perl-Data-Dumper perl-Data-Dumper
@@ -211,7 +205,6 @@ install_dependencies() {
unzip unzip
wget wget
which which
xz-devel
) ;; ) ;;
debian|ubuntu) debian|ubuntu)
pkg_list+=( pkg_list+=(
@@ -224,13 +217,9 @@ install_dependencies() {
gcc-multilib gcc-multilib
gettext gettext
git git
libev-dev
liblzma-dev liblzma-dev
libncurses5-dev libncurses5-dev
libpam-dev
libsnmp-dev
libssl-dev libssl-dev
libtirpc-dev
python3-distutils python3-distutils
rsync rsync
patch patch
@@ -260,8 +249,6 @@ install_dependencies() {
groff groff
gzip gzip
libelf libelf
libev
libtirpc
libtool libtool
libxslt libxslt
m4 m4
@@ -269,8 +256,6 @@ install_dependencies() {
ncurses ncurses
net-snmp net-snmp
openssl openssl
pam
patch
patch patch
pkgconf pkgconf
python python
@@ -564,7 +549,6 @@ from_source() {
# execute sed -i -E 's;git.openwrt.org/(feed|project);github.com/openwrt;' feeds.conf.default # execute sed -i -E 's;git.openwrt.org/(feed|project);github.com/openwrt;' feeds.conf.default
# Update package feed # Update package feed
./scripts/feeds update -i -f &&
./scripts/feeds update -a -f && ./scripts/feeds update -a -f &&
./scripts/feeds install -a -f ./scripts/feeds install -a -f