Skip to content
Snippets Groups Projects
  1. Apr 13, 2020
  2. Apr 09, 2020
  3. Apr 03, 2020
    • Josef Schlehofer's avatar
      patches/openwrt: dvb: fix recursive dependency · 54a4b246
      Josef Schlehofer authored
      This removes duplicate kernelpackage for dvb-tuner-cxusb from DVB frontends
      section. It is already present in DVB USB drivers section.
      
      And removes two duplicate rows about dvb-tuner-dib0070.
      Fixes:
      
      tmp/.config-package.in:8717:	symbol PACKAGE_kmod-dvb-tuner-dib0070 is selected by PACKAGE_kmod-dvb-tuner-dib0070
      tmp/.config-package.in:8717:error: recursive dependency detected!
      For a resolution refer to Documentation/kbuild/kconfig-language.txt
      subsection "Kconfig recursive dependency limitations"
      tmp/.config-package.in:8717:	symbol PACKAGE_kmod-dvb-tuner-dib0070 is selected by PACKAGE_kmod-dvb-tuner-dib0070
      54a4b246
    • Josef Schlehofer's avatar
      patches/openwrt: linux: add support for slave demod Sony CXD2837ER · 035f8507
      Josef Schlehofer authored
      The support for it was added in Kernel 5.0. This backport it as it is.
      035f8507
    • Josef Schlehofer's avatar
      patches/openwrt: dvb: add support for backported TDA18250 · b31acb82
      Josef Schlehofer authored
      This tuner is used for Xbox One Digital TV Tuner. It was added in kernel
      4.16. I added clear comment, where it starts and where it ends to be sure
        that those comments can be removed as OpenWrt in their master branch
      wants to have kernel 5.4, otherwise it should be there at least for
      OpenWrt 19.07. Otherwise the kernel config won't be recognized.
      b31acb82
    • Josef Schlehofer's avatar
      patches/openwrt: dvb: add kernel package for demodulator Sony CXD2841ER · 6cc9204e
      Josef Schlehofer authored
      This demodulator can be found, for example, in Astrometa DVB-T2 revision
      2018. This enables it for kernel versions, but support for slave
      demodulator was added in kernel 5.0.
      6cc9204e
    • Josef Schlehofer's avatar
      patches/openwrt: kernel: media: add support for Xbox One Digital Tuner · 3cbbf984
      Josef Schlehofer authored
      Xbox One Digital Tuner is supported at mainline Linux since Kernel 4.16. OpenWrt
      19.07 is using Kernel 4.14. This patch should not be send to OpenWrt for
      branch master as they are working on 5.4 kernel support for targets.
      
      Xbox One Digital Tuner uses:
      - USB interface: dib0700
      Patch 0032-generic-Add-support-for-Xbox-One-Tuner.patch,
      which was backported adds USB ID 045e:02d5 to be recognized
      for an USB interface dib0700.
      
      - Demodulator MN88472, which is supported in kernel 4.14, which we are
        using and higher
      
      - Tuner TDA18250B
      Patch 0031-generic-add-tuner-driver-for-tda18250.patch,
      which was backported add driver for this tuner.
      3cbbf984
  4. Mar 23, 2020
  5. Mar 21, 2020
    • Josef Schlehofer's avatar
      kmod.list: Install support for USB Mass Storage devices by default · e3cbb9d8
      Josef Schlehofer authored
      We have Storage plugin in Foris installed by default, but it is not
      possible to use it without an installed NAS package list, which contains a
      lot of packages. Let's move related support for USB Mass Storage devices
      to kmod.list, which will be installed by default for all installations.
      e3cbb9d8
  6. Mar 19, 2020
  7. Mar 18, 2020
  8. Mar 17, 2020
  9. Mar 16, 2020
  10. Mar 15, 2020
  11. Mar 13, 2020
  12. Mar 11, 2020
  13. Mar 10, 2020
  14. Mar 09, 2020
    • Karel Koci's avatar
      compile_pkgs: move set -e from hashbang · ea309f68
      Karel Koci authored
      Setting -e in hashbang is not a good idea as users might just run it by
      some other interpreter and that way removing (without noticing it) that
      option.
      ea309f68
    • Karel Koci's avatar
      compile_pkgs: verify generated config against our preferences · 76dc51bb
      Karel Koci authored
      This checks generated config after Kconfig pass if it still contains
      preferences we have in files in configs directory.
      
      This also drops some of the options in our config that are obsolete or
      invalid.
      
      CONFIG_VERSION_REPO is overwritten by setting pushed dynamically in
      config by compile_pkgs so it makes no sense to have it here.
      
      CONFIG_BUSYBOX_DEFAULT_CROND seems to be impossible to change and is
      also default value that we later override with
      CONFIG_BUSYBOX_CONFIG_CROND.
      
      All PACKAGE options are not necessary. They are all enabled to 'm' but
      getting them to 'y' would require a lot of works with gain that build
      would in some cases failed instead of passed without that package. Not
      worth it.
      
      CONFIG_DEFAULT_TARGET_OPTIMIZATION is not applies so it is dropped here
      without replacement. Same as one occurrence of CONFIG_CPU_TYPE.
      76dc51bb
    • Josef Schlehofer's avatar
      patches/packages: syslog-ng: rotate log with logread: rebase · e7357384
      Josef Schlehofer authored
      Remove the part with PKG_RELEASE bump, so I dont need to rebase it
      every time, when I bump syslog-ng in upstream
      e7357384
  15. Mar 07, 2020
  16. Mar 06, 2020
    • Karel Koci's avatar
      lists/base-fix: add fix for updater v65.0 Alternatives · 9cd14651
      Karel Koci authored
      This fixes problem that updater running is unable to handle alternatives
      but with installing new one the script that was handling it previously
      was removed. This installs one-time fix package that runs that original
      script on its removal. The reason why on its removal is that it lets
      first install all packages by original updater and new updater later
      just removes this fix package and in that time it makes sense to
      consitently update alternatives the same way as we did it previously
      with postupdate hook script.
      9cd14651
  17. Mar 04, 2020
  18. Feb 24, 2020
  19. Feb 21, 2020
    • Karel Koci's avatar
      lists/luci: handle all luci-i18n-* packages centrally · cd151c81
      Karel Koci authored
      These packages are same as language packages for Foris
      
      There is one speciality and that is that some of Luci's packages have
      English localization package as well so we have to add "en" to
      languages.
      
      There is full list of all Luci applications there are in repository. We
      should update this in future or modify the updater functionality so it
      would be possible to check for existence of package in repository.
      cd151c81
    • Karel Koci's avatar
      lists/foris: handle all Foris language packages centrally · a8a2c36e
      Karel Koci authored
      This has various advantages such as that we do not have to care to
      always set appropriate requests for language packages as well as for
      core package. It also ensures that localization is installed even if
      package is installed outside of package list it is mentioned in.
      
      There is also improvement for reForis. Now when you install reForis its
      plugins are going to be managed relative to those requested to be
      installed for Foris.
      a8a2c36e
  20. Feb 20, 2020
  21. Feb 18, 2020