1. 15 10月, 2022 1 次提交
  2. 10 10月, 2022 2 次提交
  3. 04 9月, 2022 2 次提交
  4. 01 8月, 2022 2 次提交
  5. 07 7月, 2022 2 次提交
  6. 11 6月, 2022 2 次提交
  7. 27 5月, 2022 2 次提交
  8. 21 4月, 2022 2 次提交
  9. 20 3月, 2022 1 次提交
  10. 01 3月, 2021 1 次提交
  11. 31 8月, 2020 1 次提交
  12. 11 6月, 2019 1 次提交
  13. 13 7月, 2018 1 次提交
  14. 27 6月, 2018 1 次提交
  15. 10 12月, 2017 1 次提交
  16. 09 12月, 2017 2 次提交
  17. 14 2月, 2017 1 次提交
  18. 10 1月, 2017 1 次提交
    • F
      opkg: drop S/MIME support · 9cdf852a
      Felix Fietkau 提交于
      It has never been used by default (due to being too bloated), and it is
      properly replaced by usign (which has been the default for a long time
      now).
      
      Remove this feature to simplify the build system
      Signed-off-by: NFelix Fietkau <nbd@nbd.name>
      9cdf852a
  19. 15 12月, 2016 2 次提交
  20. 10 12月, 2016 1 次提交
    • J
      build: support adding version code to file names (FS#323) · 9791fb2a
      Jo-Philipp Wich 提交于
      Now that the VERSION_NUMBER variable holds the human friendly name and not
      the commit ID anymore, we need to support adding the revision ID as well.
      
      Introduce a new config variable CONFIG_VERSION_CODE_FILENAMES which, if set,
      causes the resulting file names to contain a commit ID designation as printed
      by scripts/getver.sh.
      
      Also sanitize the input variables to ensure that the resulting strings are
      lowercased and no not contain spaces.
      Signed-off-by: NJo-Philipp Wich <jo@mein.io>
      9791fb2a
  21. 02 12月, 2016 1 次提交
    • J
      build: adjust version number handling · 5f3c96c2
      Jo-Philipp Wich 提交于
      Move the revision info to the VERSION_CODE variable and default VERSION_NUMBER
      to CURRENT for master branch builds.
      
      Also introduce a new menuconfig option CONFIG_VERSION_CODE which allows users
      to override the revision value put into VERSION_CODE and adjust the template
      files used by the base-files package to accomodate for the changed semantics.
      
      While we're at it, also adjust the various URLs to match the current web site.
      
      After this commit, the relevent files will look like the examples given below:
      
          # cat /etc/openwrt_version
          r2398+1
      
          # cat /etc/openwrt_release
          DISTRIB_ID='LEDE'
          DISTRIB_RELEASE='CURRENT'
          DISTRIB_REVISION='r2398+1'
          DISTRIB_CODENAME='reboot'
          DISTRIB_TARGET='x86/64'
          DISTRIB_DESCRIPTION='LEDE Reboot CURRENT r2398+1'
          DISTRIB_TAINTS='no-all override'
      
          # cat /usr/lib/os-release
          NAME="LEDE"
          VERSION="CURRENT, Reboot"
          ID="lede"
          ID_LIKE="lede openwrt"
          PRETTY_NAME="LEDE Reboot CURRENT"
          VERSION_ID="current"
          HOME_URL="http://lede-project.org/"
          BUG_URL="http://bugs.lede-project.org/"
          SUPPORT_URL="http://forum.lede-project.org/"
          BUILD_ID="r2398+1"
          LEDE_BOARD="x86/64"
          LEDE_TAINTS="no-all override"
          LEDE_DEVICE_MANUFACTURER="LEDE"
          LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
          LEDE_DEVICE_PRODUCT="Generic"
          LEDE_DEVICE_REVISION="v0"
          LEDE_RELEASE="LEDE Reboot CURRENT r2398+1"
      
      On a release branch, those files would look like:
      
          # cat /etc/openwrt_version
          r2399
      
          # cat /etc/openwrt_release
          DISTRIB_ID='LEDE'
          DISTRIB_RELEASE='16.12-CURRENT'
          DISTRIB_REVISION='r2399'
          DISTRIB_CODENAME='test_release'
          DISTRIB_TARGET='x86/64'
          DISTRIB_DESCRIPTION='LEDE Test Release 16.12-CURRENT r2399'
          DISTRIB_TAINTS='no-all override'
      
          # cat /usr/lib/os-release
          NAME="LEDE"
          VERSION="16.12-CURRENT, Test Release"
          ID="lede"
          ID_LIKE="lede openwrt"
          PRETTY_NAME="LEDE Test Release 16.12-CURRENT"
          VERSION_ID="16.12-current"
          HOME_URL="http://lede-project.org/"
          BUG_URL="http://bugs.lede-project.org/"
          SUPPORT_URL="http://forum.lede-project.org/"
          BUILD_ID="r2399"
          LEDE_BOARD="x86/64"
          LEDE_TAINTS="no-all override"
          LEDE_DEVICE_MANUFACTURER="LEDE"
          LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
          LEDE_DEVICE_PRODUCT="Generic"
          LEDE_DEVICE_REVISION="v0"
          LEDE_RELEASE="LEDE Test Release 16.12-CURRENT r2399"
      
      On a release tag, those files would look like:
      
          # cat /etc/openwrt_version
          r2500
      
          # cat /etc/openwrt_release
          DISTRIB_ID='LEDE'
          DISTRIB_RELEASE='17.02.1'
          DISTRIB_REVISION='r2500'
          DISTRIB_CODENAME='mighty_unicorn'
          DISTRIB_TARGET='x86/64'
          DISTRIB_DESCRIPTION='LEDE Mighty Unicorn 17.02.1 r2500'
          DISTRIB_TAINTS='no-all override'
      
          # cat /usr/lib/os-release
          NAME="LEDE"
          VERSION="17.02.1, Mighty Unicorn"
          ID="lede"
          ID_LIKE="lede openwrt"
          PRETTY_NAME="LEDE Mighty Unicorn 17.02.1"
          VERSION_ID="17.02.1"
          HOME_URL="http://lede-project.org/"
          BUG_URL="http://bugs.lede-project.org/"
          SUPPORT_URL="http://forum.lede-project.org/"
          BUILD_ID="r2500"
          LEDE_BOARD="x86/64"
          LEDE_TAINTS="no-all override"
          LEDE_DEVICE_MANUFACTURER="LEDE"
          LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
          LEDE_DEVICE_PRODUCT="Generic"
          LEDE_DEVICE_REVISION="v0"
          LEDE_RELEASE="LEDE Mighty Unicorn 17.02.1 r2500"
      Signed-off-by: NJo-Philipp Wich <jo@mein.io>
      Acked-by: NFelix Fietkau <nbd@nbd.name>
      5f3c96c2
  22. 24 6月, 2016 1 次提交
    • D
      base-files: Add standard os-release file · f954f433
      Daniel Dickinson 提交于
      /etc/os-release is the standard distribution release information
      file, therefore add it (and image configuration options for
      fields not previously present in LEDE).  Once it is deemed
      reasonable the non-standard openwrt_release, openwrt_version,
      and device_info files could be removed (that is with this patch
      we consider them deprecated in favour of the standard file).
      Signed-off-by: NDaniel Dickinson <lede@daniel.thecshore.com>
      f954f433
  23. 19 4月, 2016 1 次提交
  24. 13 4月, 2016 1 次提交
  25. 25 3月, 2016 1 次提交
  26. 23 11月, 2015 1 次提交
  27. 05 10月, 2015 1 次提交
  28. 23 1月, 2015 1 次提交
  29. 08 1月, 2015 2 次提交
  30. 08 12月, 2014 1 次提交