[Alternative PATCH 0/7] Alternatives Set zum OpenWrt 18.06

robert rlanghammer at web.de
Di Aug 21 13:15:32 CEST 2018


Hallo,

ich hab mir das jetzt mal angeschaut. Die Patches sehen für mich
schlüssig aus und ich bin auch der Meinung, erst mal nur das tiny zu
verwenden.

Allerdings hatte ich Probleme beim Bauen. Es baut bei mir nur mit debug.
Ohne für mich erkennbare Fehler. Das Produkt kann allerdings nur
Bootloop auf einem 1043v4.

Das Build macht für mich zu viel Magie, um das analysieren zu können. Da
bin ich raus, sorry.

Robert


Am 07.08.2018 um 07:09 schrieb Tim Niemeyer:
> Dieses Patchset basiert auf dem OpenWrt 18.06 v3 Patchset von Adrian,
> allerdings wird kein neues BSP eingeführt sondern tiny wird für ar71xx
> als default genommen.
>
> Wir können so die Gleichheit der Knoten besser unter Kontrolle halten.
> Das erspart uns langfristig viel Arbeit, weil Dinge auf einer Knoten Art
> gehen und auf der anderen nicht.
>
> So lange wir die 4 MB Geräte unterstützen wollen müssen wir uns immer
> um den Speicherplatz kümmern, da macht es quasi keinen Unterschied, ob
> wir _alle_ Geräte auf 4 MB begrenzen oder nur ein paar.
>
> Mit dem Patch die Geräte alle auf tiny zu bauen, fahren wir langfristig
> vermutlich auch keine Rückportierungsprobleme, weil es faktisch keine
> Rolle spielt, ob ein Target für generic oder tiny entwickelt wurde.
>
> Wir sollten aber nochmal überlegen, ob es eventuell ungünstig für die
> Gateway Firmware wird. Desweiteren wäre zu überlegen, ob das wdr4900
> Target ggfs auch beschnitten werden sollte um das System weiter
> anzugleichen.
>
> Hinweis: Da scheint irgendwo ein parallel-build Fehler zu sein. :(
> Ich konnte im ersten Durchlauf nur mit einem Job sauber bauen, ansonsten
> musste ich immer zweimal bauen. Der MR3020 baut immer noch nicht.
>
> Tim
>
>
> Adrian Schmutzler (4):
>   OpenWRT: Update OpenWrt, packages and routing to openwrt-18.06
>   fff-boardname: Fix changed board name of WDR4900v1
>   fff-firewall: Fix match in ip6tables and add dependencies
>   root_file_system: Remove sysctl.conf
>
> Tim Niemeyer (3):
>   OpenWrt: Use the tiny target and update names
>   fff-sysupgrade: Update sysupgrade.sh to support openwrt-18.06
>   OpenWrt: Save space
>
>  bsp/ar71xx/.config                                 | 139 ++--
>  bsp/board_ar71xx.bsp                               |  68 +-
>  bsp/board_wdr4900.bsp                              |   2 +-
>  bsp/default/root_file_system/etc/sysctl.conf       |   1 -
>  .../openwrt/0001-sysupgrade-no-config-save.patch   |  12 +-
>  build_patches/openwrt/0002-set-root-password.patch |   6 +-
>  .../openwrt/0003-ntpd-host-as-string.patch         |   6 +-
>  ...tats.patch => 0004-ar71xx-4.9-l2tp-stats.patch} |  12 +-
>  .../0005-allow-building-all-devives-as-tiny.patch  |  28 +
>  ...ils-tplink-safeloader-support-strings-as-.patch | 164 -----
>  ...1xx-add-support-for-TP-Link-Archer-C25-v1.patch | 501 ---------------
>  ...ils-tplink-safeloader-add-TP-Link-Archer-.patch | 114 ----
>  ...mware-update-qca9887-firmware-to-10.2.4-1.patch |  41 --
>  ...ils-mktplinkfw-rework-combined-image-opti.patch | 264 --------
>  ...mktplinkfw-combined-command-to-image-comm.patch | 103 ---
>  ...13-ar71xx-add-support-for-TL-WR1043N-v5.0.patch | 697 ---------------------
>  ...do-not-apply-broken-power-limits-with-ATH.patch | 173 -----
>  ...-remove-bs-partition-ro-flag-for-UniFi-AC.patch |  36 --
>  ...ort-interface-IDs-with-more-than-two-digi.patch |  35 --
>  buildscript                                        |  12 +-
>  .../files/etc/uci-defaults/50-fff-boardname        |   3 +
>  src/packages/fff/fff-firewall/Makefile             |   5 +-
>  .../files/usr/lib/firewall.d/20-filter-ssh         |   4 +-
>  .../fff/fff-sysupgrade/files/etc/sysupgrade.sh     |  14 +-
>  24 files changed, 172 insertions(+), 2268 deletions(-)
>  delete mode 100644 bsp/default/root_file_system/etc/sysctl.conf
>  rename build_patches/openwrt/{0004-ar71xx-4.4-l2tp-stats.patch => 0004-ar71xx-4.9-l2tp-stats.patch} (83%)
>  create mode 100644 build_patches/openwrt/0005-allow-building-all-devives-as-tiny.patch
>  delete mode 100644 build_patches/openwrt/0005-firmware-utils-tplink-safeloader-support-strings-as-.patch
>  delete mode 100644 build_patches/openwrt/0006-ar71xx-add-support-for-TP-Link-Archer-C25-v1.patch
>  delete mode 100644 build_patches/openwrt/0007-firmware-utils-tplink-safeloader-add-TP-Link-Archer-.patch
>  delete mode 100644 build_patches/openwrt/0008-ath10k-firmware-update-qca9887-firmware-to-10.2.4-1.patch
>  delete mode 100644 build_patches/openwrt/0011-firmware-utils-mktplinkfw-rework-combined-image-opti.patch
>  delete mode 100644 build_patches/openwrt/0012-build-move-mktplinkfw-combined-command-to-image-comm.patch
>  delete mode 100644 build_patches/openwrt/0013-ar71xx-add-support-for-TL-WR1043N-v5.0.patch
>  delete mode 100644 build_patches/openwrt/0020-Revert-ath-do-not-apply-broken-power-limits-with-ATH.patch
>  delete mode 100644 build_patches/openwrt/0031-ar71xx-remove-bs-partition-ro-flag-for-UniFi-AC.patch
>  delete mode 100644 build_patches/routing/0001-alfred-Support-interface-IDs-with-more-than-two-digi.patch
>




Mehr Informationen über die Mailingliste franken-dev