Нетобзор - форум про интернет

Пожалуйста, войдите или зарегистрируйтесь.


Расширенный поиск  

Голосование

Интересна ли форумчанам данная тема?

Да, интересно почитать для общего понимания.
Да, интересно собрать прошивку самому.
Нет, у меня нет времени учиться, проще найти сборщика.
Нет, такого полно в интернете.
Своё мнение.

Автор Тема: Компилируем прошивки для маршрутизаторов сами по своим потребностям.  (Прочитано 21002 раз)

0 Пользователей и 1 Гость просматривают эту тему.

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

Если тема интересна будем развивать, если нет - значит нет :))
Часто читаю на форуме что нужна прошивка под те или иные потребности с тем то и тем функционалом, и часто нет поддержки того или иного модема от сдма или жсм оператора, ставим альтернативные прошивки но бывает и там не все гладко, часто нам нужно больше чем есть в прошивке и тогда доустанавливаем пакеты и....оказываеться памяти то мало. Вот и веду я к тому что в стандартных пакетах много не нужного для наших форумчан, если собирать прошивку самому то можно выбросить ненужные пакеты а нужные включить в компиляцию ведь скомпилированые пакеты занимают меньше места чем доустановленые и тем самим хоть немножко но решим проблему с памятью ну и плюс вникнем что за пакеты есть и какие нам нужны. Надеюсь на помощь в теме форумчан, так как я сам в этом плане не продвинутый, мягко говоря просто рядом плавающий O0 но подсказать могу( собирал себе и другим около десятка разных прошивок).
Компилировать будем на исходниках OpenWRT и LEDE (кому что больше по душе), ну и без линукса тоже не обойтись( я буду использовать Parrot OS 64-бит. он у меня уже давно и мне с ним комфортно) :))
Оружием у нас будет OpenWrt Buildroot а рабочий цех будет выглядить вот так


Часть первая(сжатая, но я считаю что она должна здесь быть).
Скрытый текст
Для получения всех “комплектующих“ нужных для сборки прошивки выполняем две команды:
sudo apt-get install subversion git
sudo apt-get install g++ libncurses5-dev zlib1g-dev gawk libssl-dev unzip make

только эти две команды выполняються из под root, все остальные команды вводим  из под обычного пользователя
Загружаем исходники OpenWRT/LEDE
git clone git://github.com/openwrt/openwrt.git -b v17.01.4

git clone git://github.com/openwrt/openwrt.git -b v17.01.3

git clone git://github.com/openwrt/openwrt.git -b v17.01.2

git clone git://github.com/openwrt/openwrt.git -b v17.01.1

git clone git://github.com/openwrt/openwrt.git -b v17.01.0

git clone git://github.com/openwrt/archive.git -b v15.05.1

git clone git://github.com/openwrt/archive.git -b v15.05

git clone git://github.com/openwrt/archive.git -b v14.07


Исходники для разработчиков не указываю, кто этим увлекся и так знает где взять а для собирающих первый раз будет множество дополнительных ошибок.


Далее вводим команду для обновления репозитория

сd openwrt
./scripts/feeds update -a
./scripts/feeds install -a

Выполняем
 make menuconfig
[свернуть]
И видим окошко для конфигурации, если окошка нет - значит выдаст ошибку, копируем ошибки с консоли сюда и будем пытаться решить проблему.

Что не так то не стесняемся поправляем меня или же что то предлагаем, задаем вопросы и тп. и тд.
Часть вторая: сборка
Сегодня пришол тп-линк 1043 ревизии 2 на эксперементы, поетому в примерах буду компилировать прошивку именно к нему.
Скрытый текст
Выбираем Target System

Далее выбираем Target Profile

Добавляем интерфейс



Возвращаемся и добавляем русский и украінський :)) язык

Жмем сохранить и выходим из меню конфигурации екситом, вводим:
make -j5 V=99     (make - команда на компиляцию, -j5 количество ядер вашего процесора +1(у меня 2 ядра в 4 потока) v=99 -вывод на экран всего процесса компиляции в деталях, в случаи ошибок так легче найти проблему.

И занимаемся своими делами или наблюдаем за бегущими строками( у меня собиралось гдето часа полтора примерно)
долго только первый раз потом минут 15.

И вот она моя прошивочка tn)
https://i.imgur.com/0SmtY7Y.png
[свернуть]
В роутер сразу ж поставил breed и загрузку прошивки делал с под него,
вот что получилось в итоге, напомну я в натройки по дефолту добавил только интерфейс и 2 языка.

« Последнее редактирование: 02 Февраля 2018, 00:09:15 от LNV »
Первое сообщение / Продолжение темы 

vroot

  • Гость

Не могу в ехать, как пишут тут

https://github.com/openwrt/openwrt/pull/781/commits/b2d2c21b9bd004ef2801b268e21c712d5be3b20c


Зайди сюда 

tools/e2fsprogs/Makefile
@@ -11,7 +11,7 @@ PKG_NAME:=e2fsprogs
 PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs
 PKG_VERSION:=1.43.7
 PKG_HASH:=2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/

Замени это на это, пробывал  не помогает

А этого вообще файла нету tools/e2fsprogs/patches/005-misc-rename-copy_file_range-to-copy_file_chunk.patch в этой директории

Или что не правильно делаю...
Записан

vroot

  • Гость

Весь день бьюсь
Многие варианты перепробовал, а толку ноль 

Scanning dependencies of target ctest
[ 99%] Built target pseudo_valgrind
make[6]: Leaving directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
make[6]: Entering directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
[ 99%] Building CXX object Source/CMakeFiles/ctest.dir/ctest.cxx.o
[100%] Linking CXX executable ../bin/ctest
[100%] Linking CXX executable ../bin/cpack
make[6]: Leaving directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
[100%] Built target ctest
make[6]: Leaving directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
[100%] Built target cpack
make[5]: Leaving directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
make[4]: Leaving directory '/home/viroot/openwrt/build_dir/host/cmake-3.7.1'
touch /home/viroot/openwrt/build_dir/host/cmake-3.7.1/.built
make[3]: Leaving directory '/home/viroot/openwrt/tools/cmake'
make[2]: Leaving directory '/home/viroot/openwrt'
tools/Makefile:145: recipe for target '/home/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.tools_install_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnny' failed
make[1]: *** [/home/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.tools_install_yynyyyyynyyyyynyynnyyyynyyyyyyyyyyyyyyynyynynnyyynnny] Error 2
make[1]: Leaving directory '/home/viroot/openwrt'
Build failed - please re-run with -j1 to see the real error message
/home/viroot/openwrt/include/toplevel.mk:198: recipe for target 'world' failed
make: *** [world] Error 1
Записан

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

Если не принципиально какой линукс будет то поставь Parrot OS, у меня на Kali тоже проблемы были то с каким-то полунедоустановленым пакетом то с правами доступа, на попугае все отлично компилируется.
А этого вообще файла нету tools/e2fsprogs/patches/005-misc-rename-copy_file_range-to-copy_file_chunk.patch в этой директории
Файл нужно под этим названием самому создать и поместь в него код или же скачать напрямую с гитхаба.
Записан

vroot

  • Гость

Сделал по другому

в  самой папке openwrt, добавил следующие  строки

git cherry-pick c4d2c9cafb19312f6d2f2a9bc0740f45b65559c7
git cherry-pick 436291d3f03c5e30610b9f9ac5b797be3348aa45
git cherry-pick a46390537d1b2369c366df4255b81618f016f19e
git cherry-pick 28dd2f2896bff7b861a4272fa343e3f7fa80725c

потом скачал последнюю версию e2fsprogs-1.43.9.tar.gz и поместил в паку dl

затем файл сам подправил  tools/e2fsprogs/Makefile

на  эту версию

PKG_VERSION:=1.43.9
пока маслает 

результат доложу  :)
Записан

vroot

  • Гость

4 часа  компилировал, компилировал
И сдох  :'(

amips" } }' | fwtool -I - /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin
WARNING: Image file /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin is too big
cp /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin /home/viroot/openwrt/bin/targets/ramips/rt305x/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin
cp: cannot stat '/home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin': No such file or directory
Makefile:254: recipe for target '/home/viroot/openwrt/bin/targets/ramips/rt305x/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin' failed
make[5]: [/home/viroot/openwrt/bin/targets/ramips/rt305x/lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin] Error 1 (ignored)
[ -f /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/a5-v11-kernel.bin -a -f /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/root.squashfs ]
dd if=/home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/a5-v11-kernel.bin >> /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin
2356+1 records in
2356+1 records out
1206444 bytes (1.2 MB, 1.2 MiB) copied, 0.011895 s, 101 MB/s
dd if=/home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/root.squashfs >> /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin
8512+1 records in
8512+1 records out
4358392 bytes (4.4 MB, 4.2 MiB) copied, 0.0545068 s, 80.0 MB/s
/home/viroot/openwrt/staging_dir/host/bin/padjffs2 /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin  4 8 16 64 128 256
padding image to 0054f000
padding image to 00550000
padding image to 00560000
padding image to 00580000
WARNING: Image file /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin is too big
/home/viroot/openwrt/staging_dir/host/bin/mkporayfw -B A5-V11 -F 4M -f /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin -o /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin.new
[mkporayfw] *** error: stat failed on /home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin:No such file or directory
Makefile:254: recipe for target '/home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin' failed
make[5]: *** [/home/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/linux-ramips_rt305x/tmp/lede-ramips-rt305x-a5-v11-squashfs-factory.bin] Error 255
make[5]: Leaving directory '/home/viroot/openwrt/target/linux/ramips/image'
Makefile:26: recipe for target 'install' failed
make[4]: *** [install] Error 2
make[4]: Leaving directory '/home/viroot/openwrt/target/linux/ramips'
Makefile:13: recipe for target 'install' failed
make[3]: *** [install] Error 2
make[3]: Leaving directory '/home/viroot/openwrt/target/linux'
target/Makefile:22: recipe for target 'target/linux/install' failed
make[2]: *** [target/linux/install] Error 2
make[2]: Leaving directory '/home/viroot/openwrt'
target/Makefile:18: recipe for target '/home/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.target_install' failed
make[1]: *** [/home/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.target_install] Error 2
make[1]: Leaving directory '/home/viroot/openwrt'
/home/viroot/openwrt/include/toplevel.mk:198: recipe for target 'world' failed
 
Записан

vroot

  • Гость

Я вообще умора  ;)
4 часа компилировал нету прошивку   :o
Записан

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

Я вообще умора  ;)
4 часа компилировал нету прошивку   :o

Я запустил компилятор в 19-29 под твой проц ради интереса, параметры не вибирал только железо, после компиляции скину скрины.
Записан

vroot

  • Гость
Записан

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

Оке

20-19 финиш, все не копировал только последний метр :D
Скрытый текст
echo '{  "supported_devices":["zbt-wr8305rt"], "version": { "dist": "OpenWrt", "version": "SNAPSHOT", "revision": "r6038-13e8d54917", "board": "ramips" } }' | fwtool -I - /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-alfa-network_ac1200rm-squashfs-sysupgrade.bin
padding image to 00346000
padding image to 00348000
padding image to 00350000
padding image to 00360000
padding image to 00380000
echo '{  "supported_devices":["zbt-we826-32M"], "version": { "dist": "OpenWrt", "version": "SNAPSHOT", "revision": "r6038-13e8d54917", "board": "ramips" } }' | fwtool -I - /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin
2646+1 records in
2646+1 records out
1354773 bytes (1.4 MB, 1.3 MiB) copied, 0.0176977 s, 76.6 MB/s
dd if=/home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/root.squashfs >> /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherC20i-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherC20i-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherC20i-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherC50v1-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherC50v1-squashfs-factory-us.bin
4050+1 records in
4050+1 records out
2073776 bytes (2.1 MB, 2.0 MiB) copied, 0.0200467 s, 103 MB/s
/home/lnv/openwrt/staging_dir/host/bin/padjffs2 /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin  4 8 16 64 128 256
padding image to 00346000
padding image to 00348000
padding image to 00350000
padding image to 00360000
padding image to 00380000
echo '{  "supported_devices":["zte-q7"], "version": { "dist": "OpenWrt", "version": "SNAPSHOT", "revision": "r6038-13e8d54917", "board": "ramips" } }' | fwtool -I - /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherC50v1-squashfs-factory-eu.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ArcherMR200-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-c108-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-c108-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-cf-wr800n-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-cs-qr10-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-d240-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-d240-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-db-wrt01-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-dch-m225-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-dch-m225-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-dch-m225-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-dir-810l-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-e1700-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-e1700-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-e1700-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-e1700-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ex2700-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ex2700-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ex3700-ex3800-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-ex3700-ex3800-squashfs-factory.chk
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-gl-mt300a-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-u25awf-h1-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-gl-mt300n-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-gl-mt750-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-hc5661-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-hc5661-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-hc5761-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-hc5761-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-hc5861-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-hc5861-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kng_rc-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kng_rc-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kng_rc-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kn_rc-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kn_rc-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kn_rc-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kn_rf-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-kn_rf-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-kn_rf-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-microwrt-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-microwrt-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mlw221-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mlw221-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mlwg2-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mt7620a-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mt7620a_mt7530-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mt7620a_mt7610e-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mt7620a_v22sg-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mzk-750dhp-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mzk-ex300np-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-mzk-ex750np-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-na930-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-na930-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-oy-0001-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-psg1208-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-psg1208-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-psg1218a-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-psg1218b-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-rp-n53-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-rt-n12p-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-rt-n14u-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-rt-ac51u-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-tiny-ac-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-tplink_c20-v1-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-tplink_c20-v1-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-vonets_var11n-300-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-vonets_var11n-300-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-whr-1166d-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-whr-300hp2-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-whr-600d-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wmr-300-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wn3000rpv3-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wn3000rpv3-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wn3000rpv3-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wrh-300cr-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wrh-300cr-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wrh-300cr-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wrtnode-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wt3020-4M-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wt3020-4M-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wt3020-4M-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wt3020-4M-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wt3020-8M-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-wt3020-8M-squashfs-factory.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-wt3020-8M-squashfs-factory.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-y1-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-y1-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-y1s-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-y1s-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-youku-yk1-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-we1026-5g-16m-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-ape522ii-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-cpe102-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-wa05-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-we2026-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-we826-16M-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-we826-32M-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zbt-wr8305rt-squashfs-sysupgrade.bin
cp /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/linux-ramips_mt7620/tmp/openwrt-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-zte-q7-squashfs-sysupgrade.bin
/home/lnv/openwrt/staging_dir/host/bin/opkg --offline-root /home/lnv/openwrt/build_dir/target-mipsel_24kc_musl/root-ramips --add-arch all:100 --add-arch mipsel_24kc:200 list-installed > /home/lnv/openwrt/bin/targets/ramips/mt7620/openwrt-ramips-mt7620-default.manifest
make[5]: Leaving directory '/home/lnv/openwrt/target/linux/ramips/image'
make[4]: Leaving directory '/home/lnv/openwrt/target/linux/ramips'
make[3]: Leaving directory '/home/lnv/openwrt/target/linux'
make[2]: Leaving directory '/home/lnv/openwrt'
export MAKEFLAGS= ;make -w -r package/index
make[2]: Entering directory '/home/lnv/openwrt'
Generating package index...
Generating index for package ./base-files_184-r6038-13e8d54917_mipsel_24kc.ipk
Generating index for package ./fstools_2018-01-13-18090d97-1_mipsel_24kc.ipk
Generating index for package ./fwtool_1_mipsel_24kc.ipk
Generating index for package ./iwinfo_2018-01-16-5a5e21b1-1_mipsel_24kc.ipk
Generating index for package ./kmod-cfg80211_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-eeprom-93cx6_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-gpio-button-hotplug_4.9.77-2_mipsel_24kc.ipk
Generating index for package ./kmod-ip6tables_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-conntrack_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-core_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-ipt-nat_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-leds-gpio_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-lib-crc-ccitt_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-lib-crc-itu-t_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-mac80211_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-mt76-core_4.9.77+2018-02-09-246d548b-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt7603_4.9.77+2018-02-09-246d548b-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt76_4.9.77+2018-02-09-246d548b-1_mipsel_24kc.ipk
Generating index for package ./kmod-mt76x2_4.9.77+2018-02-09-246d548b-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-conntrack6_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-conntrack_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-ipt6_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-ipt_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-nat_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-reject6_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nf-reject_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-nls-base_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-ppp_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-pppoe_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-pppox_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-rt2800-lib_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2800-mmio_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2800-pci_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2800-soc_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2x00-lib_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2x00-mmio_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-rt2x00-pci_4.9.77+2017-11-01-3_mipsel_24kc.ipk
Generating index for package ./kmod-slhc_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-core_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-ehci_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-ledtrig-usbport_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb-ohci_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./kmod-usb2_4.9.77-1_mipsel_24kc.ipk
Generating index for package ./libgcc_5.5.0-1_mipsel_24kc.ipk
Generating index for package ./libiwinfo_2018-01-16-5a5e21b1-1_mipsel_24kc.ipk
Generating index for package ./libpthread_1.1.18-1_mipsel_24kc.ipk
Generating index for package ./busybox_1.27.2-3_mipsel_24kc.ipk
Generating index for package ./dnsmasq_2.78-10_mipsel_24kc.ipk
Generating index for package ./dropbear_2017.75-5_mipsel_24kc.ipk
Generating index for package ./firewall_2017-11-07-c4309372-2_mipsel_24kc.ipk
Generating index for package ./hostapd-common_2017-08-24-c2d4f2eb-6_mipsel_24kc.ipk
Generating index for package ./ip6tables_1.6.1-2_mipsel_24kc.ipk
Generating index for package ./iptables_1.6.1-2_mipsel_24kc.ipk
Generating index for package ./iw_4.9-1_mipsel_24kc.ipk
Generating index for package ./jshn_2018-02-08-bb0c830b-1_mipsel_24kc.ipk
Generating index for package ./jsonfilter_2016-07-02-dea067ad-1_mipsel_24kc.ipk
Generating index for package ./lede-keyring_2017-01-20-a50b7529-1_mipsel_24kc.ipk
Generating index for package ./libblobmsg-json_2018-02-08-bb0c830b-1_mipsel_24kc.ipk
Generating index for package ./libip4tc_1.6.1-2_mipsel_24kc.ipk
Generating index for package ./libip6tc_1.6.1-2_mipsel_24kc.ipk
Generating index for package ./libjson-c_0.12.1-1_mipsel_24kc.ipk
Generating index for package ./libjson-script_2018-02-08-bb0c830b-1_mipsel_24kc.ipk
Generating index for package ./libnl-tiny_0.1-5_mipsel_24kc.ipk
Generating index for package ./libubox_2018-02-08-bb0c830b-1_mipsel_24kc.ipk
Generating index for package ./libubus_2018-01-16-5bae22eb-1_mipsel_24kc.ipk
Generating index for package ./libuci_2018-01-01-5beb95da-1_mipsel_24kc.ipk
Generating index for package ./libuclient_2017-11-02-4b87d831-1_mipsel_24kc.ipk
Generating index for package ./libxtables_1.6.1-2_mipsel_24kc.ipk
Generating index for package ./logd_2017-11-13-e7a63fba-1_mipsel_24kc.ipk
Generating index for package ./mtd_21_mipsel_24kc.ipk
Generating index for package ./netifd_2018-02-05-1be329c6-3_mipsel_24kc.ipk
Generating index for package ./odhcp6c_2017-09-05-1f93bd4c-8_mipsel_24kc.ipk
Generating index for package ./odhcpd-ipv6only_1.3-1_mipsel_24kc.ipk
Generating index for package ./opkg_2017-12-07-3b417b9f-2_mipsel_24kc.ipk
Generating index for package ./ppp-mod-pppoe_2.4.7-12_mipsel_24kc.ipk
Generating index for package ./ppp_2.4.7-12_mipsel_24kc.ipk
Generating index for package ./procd_2018-01-23-653629f1-2_mipsel_24kc.ipk
Generating index for package ./rt2800-pci-firmware_2017-09-06-a61ac5cf-1_mipsel_24kc.ipk
Generating index for package ./swconfig_11_mipsel_24kc.ipk
Generating index for package ./ubox_2017-11-13-e7a63fba-1_mipsel_24kc.ipk
Generating index for package ./ubus_2018-01-16-5bae22eb-1_mipsel_24kc.ipk
Generating index for package ./ubusd_2018-01-16-5bae22eb-1_mipsel_24kc.ipk
Generating index for package ./uci_2018-01-01-5beb95da-1_mipsel_24kc.ipk
Generating index for package ./uclient-fetch_2017-11-02-4b87d831-1_mipsel_24kc.ipk
Generating index for package ./usign_2015-07-04-ef641914-1_mipsel_24kc.ipk
Generating index for package ./wireless-regdb_2017-10-20-4343d359_mipsel_24kc.ipk
Generating index for package ./wpad-mini_2017-08-24-c2d4f2eb-6_mipsel_24kc.ipk
Signing package index...
make[2]: Leaving directory '/home/lnv/openwrt'
export MAKEFLAGS= ;make -w -r checksum
make[2]: Entering directory '/home/lnv/openwrt'
make[2]: Leaving directory '/home/lnv/openwrt'
make[1]: Leaving directory '/home/lnv/openwrt'
┌─[lnv@parrot]─[~/openwrt]
└──╼ $
[свернуть]
Записан

vroot

  • Гость

И сколько весит это  счастье ???
Записан

vroot

  • Гость

Жаль, когда выбираешь компоненты в menuconfig не показывает
сколько надо в писаться  свой бюджет (64мб)
А то не знаешь что выбирать, а что нет
Записан

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

И сколько весит это  счастье ???

Прошивка 8 обновление 3.7 мб.
Жаль, когда выбираешь компоненты в menuconfig не показывает
сколько надо в писаться  свой бюджет (64мб)
А то не знаешь что выбирать, а что нет

Размер пакетов можно прикинуть по поиску в сети, или пхни все что хочешь а потом если не лезит то метот исключения :D
Записан

vroot

  • Гость

Вопрос: как за один присест собрать все пакет, а то официальные пакеты не ставятся, при этом собственные пакеты по отдельности  собирать как-то не охота.
Записан

LNVАвтор темы

  • Постоялец
  • ****
  • Благодарность: +79/-0
  • Оффлайн Оффлайн
  • Сообщений: 370
  • Город: Киев
  • Провайдер: ФРИНЕТ
  • Тариф: Безлимитный 100 Мбит/с

Вопрос: как за один присест собрать все пакет, а то официальные пакеты не ставятся, при этом собственные пакеты по отдельности  собирать как-то не охота.
Ответ: за один присест выбираешь необходимые тебе пакеты и также пакеты которые не войдут прошивку сразу а с возможностью доустановить позже по необходимости, а если не охота самому собирать под себя то какого все это нужно было начинать.
Записан

vroot

  • Гость

Короче,  до устанавливаю  эти паке  в прошивку

libustream-cyassl
libustream-openssl


[ 12%] Building C object CMakeFiles/ustream-ssl.dir/ustream-openssl.c.o
/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db/ustream-openssl.c: In function '__ustream_ssl_context_new':
/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db/ustream-openssl.c:53:2: error: implicit declaration of function 'SSL_CTX_set_ecdh_auto' [-Werror=implicit-function-declaration]
  SSL_CTX_set_ecdh_auto(c, 1);
  ^
cc1: all warnings being treated as errors
CMakeFiles/ustream-ssl.dir/build.make:110: recipe for target 'CMakeFiles/ustream-ssl.dir/ustream-openssl.c.o' failed
make[6]: *** [CMakeFiles/ustream-ssl.dir/ustream-openssl.c.o] Error 1
make[6]: Leaving directory '/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db'
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/ustream-ssl.dir/all' failed
make[5]: *** [CMakeFiles/ustream-ssl.dir/all] Error 2
make[5]: Leaving directory '/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db'
Makefile:127: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[4]: Leaving directory '/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db'
Makefile:70: recipe for target '/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db/.built' failed
make[3]: *** [/media/viroot/openwrt/build_dir/target-mipsel_24kc_musl-1.1.16/ustream-ssl-cyassl/ustream-ssl-2018-05-22-5322f9db/.built] Error 2
make[3]: Leaving directory '/media/viroot/openwrt/package/libs/ustream-ssl'
package/Makefile:105: recipe for target 'package/libs/ustream-ssl/compile' failed
make[2]: *** [package/libs/ustream-ssl/compile] Error 2
make[2]: Leaving directory '/media/viroot/openwrt'
package/Makefile:101: recipe for target '/media/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.package_compile' failed
make[1]: *** [/media/viroot/openwrt/staging_dir/target-mipsel_24kc_musl-1.1.16/stamp/.package_compile] Error 2
make[1]: Leaving directory '/media/viroot/openwrt'
/media/viroot/openwrt/include/toplevel.mk:205: recipe for target 'world' failed

Нашёл  Makfile

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/ustream-ssl.git
PKG_SOURCE_DATE:=2018-05-22
PKG_SOURCE_VERSION:=5322f9db23b69fdc2b4760a6cfd67848a11818a4
PKG_MIRROR_HASH:=c943f6e603b1309b33fd276acddffb33a171b6370455b6c21200897012e42d05
CMAKE_INSTALL:=1

Где взять данные на новую версия или исправить ошибку 
Записан