Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement Gluon build-framework #765

Draft
wants to merge 82 commits into
base: main
Choose a base branch
from
Draft

implement Gluon build-framework #765

wants to merge 82 commits into from

Commits on Feb 23, 2020

  1. rename packages folder to imagetypes

    When we started to use some code of the gluon framework a minor conflict
    of the useage of the packages-folder came up.
    We use it to store the package lists for our images, Gluon uses this
    folder to store the upstream repos. By this double-use there are always
    the repos inseide the folder and causing git to report them as untracked
    files. Adding the folder to .gitignore is also no option, as we need it
    for our package lists.
    So just lets move our files and adjust .gitignore.
    SvenRoederer committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    1095594 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a0b58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe7a19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2678494 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. gluon: (partial) add FLAG "GLUON_FOREIGN" to make the framework usabl…

    …e for other types of firmwares
    
    ignored changes in MAkefile
    
    defining this FLAG (to "1") disables / skips some things
    
    * including gluon-core packages
    * strict inclusion of some packages
    * per device sepecific kernel build
    * a gluon specific target/generic_gluon will be considered
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    be75b80 View commit details
    Browse the repository at this point in the history
  2. adapt gluon: Makefile improve

    add targets:
    * $(LUA):
    * gluon-config:
    
    define Vars:
    * GLUON_SITEDIR
    * GLUON_CONFIG_VARS
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    652a0c4 View commit details
    Browse the repository at this point in the history
  3. Makefile: gluon import more definitions

    * GLUON_TARGET
    * GLUON_PACKAGES
    * GLUON_TARGETSDIR
    * OPENWRTMAKE
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    5b49767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5502a64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    522c465 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14b8844 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcd4e96 View commit details
    Browse the repository at this point in the history
  8. Update upstream repos to openwrt-19.07.2 tag

    fixes: CVE-2020-8597, CVE-2013-1798, CVE-2019-14896, CVE-2019-14897
    
    OpenWrt:
    4668ae3bed OpenWrt v19.07.1: revert to branch defaults
    a229907150 ramips: remove duplicate DEVICE_PACKAGES for TP-Link Archer C20i
    aed6632d31 ramips: use tpt DTS trigger for TP-Link TL-MR3020 v3 and TL-WA801ND v5
    3d1c84d424 ramips: reenable image creation for the D-Link DIR-645
    eca8a2ee0d kernel: bump 4.14 to 4.14.169
    2a844349fa kernel: add support for GD25D05 SPI NOR
    d91b52b1a2 kernel: add missing symbol
    887eb669f9 mac80211: brcm: backport remaining 5.6 kernel patches
    cf2b042855 firmware-utils: add lxlfw tool for generating Luxul firmwares
    cff3795450 bcm53xx: build images for Luxul ABR-4500 and XBR-4500 routers
    53cd2299ee ath79: WNDR3700 v1/v2: make u-boot env partition writable
    a0ca72d9ab uboot-envtools: ath79: add Netgear WNDR3700v2
    5000fc53a1 ath79: fix DTS node names for Ubiquiti XW partitions
    b6c01fec92 hostapd: remove erroneous $(space) redefinition
    2d21357b65 ath79: ar93xx/qca95xx: move gmac/wmac/pcie node out of apb bus
    95d5cbdec3 ath79: add wmac migration for all ar93xx/qca95xx SoCs
    6b7eeb74db ppp: backport security fixes
    085f38351f ath79: enable forceless sysupgrade from ar71xx on fritz300e
    7cbd39421e ath79: add gpio4 pinmux on TL-WR841N/ND v8, WR842N v2, MR3420 v2
    6a950afde1 ath79: add support for Ubiquiti Nanostation Loco M (XM)
    8fa6107aee ath79: add support for Ubiquiti Picostation M (XM)
    2d3a93335a ramips: append tail to WF2881 initramfs image
    21bf718b8c ath79: add support for Ubiquiti NanoStation Loco M (XW)
    b2660e67f0 Revert "ath79: add support for Ubiquiti NanoStation Loco M (XW)"
    c9b6bb43ce ath79: phy-ar7200-usb: adapt old behavior of arch/mips/ath79/dev-usb.c
    d0c8875faf ath79: ar934x: use reset for usb-phy-analog
    191822b59f ipq806x: add missing core1 voltage tolerance
    bc0ca20ca9 ipq806x: fix bug in L2 cache scaling
    af79c3bccc kernel: bump 4.14 to 4.14.171
    9e2a1af62f uhttpd: update to latest Git HEAD
    0e9e5b1553 Revert "ppp: backport security fixes"
    cf118077cd ppp: backport security fixes
    4edadfb997 ath79: add support for Ubiquiti NanoStation Loco M (XW)
    b33cfb7eb2 ath79: add missing reset-gpios for NanoStation Loco M (XW)
    65030d81f3 libubox: update to latest Git HEAD
    33732f4a9c OpenWrt v19.07.2: adjust config defaults
    
    packages:
    30d0c2ee0 python: Replace utime with utimes
    a76dd0635 python: Fix float byte order detection
    ad50eb7c0 python3: Fix float byte order detection
    36a1c0c5a python-certify: bump to 2019.11.28
    265e444d3 mariadb: security bump to 10.2.31
    cff7a04a6 Merge pull request #11176 from jefferyto/python-fix-float-byte-order-openwrt-19.07
    f7b3d0062 Merge pull request #11184 from micmac1/19.07-maria-10.2.31
    8b5c2901c nginx: backport master changes to 19.07
    2c4e6a539 uwsgi: backport master changes to 19.07
    266917ae5 Merge pull request #11197 from Ansuel/backport
    752070f84 nextdns: Update to version 1.4.23
    6e5977094 libxml2/host: revert xml2-config prefix fix
    0eb7b3e4e libxml2: install xml2-config with host triplet
    e73b2a0a0 Merge pull request #11203 from micmac1/19.07-xml2
    da3df8f6c hcxdumptool: update to 6.0.1
    00a1294d0 wsdd2: fix typos
    8dffab34b adblock: update 3.8.15
    24c1ebc2b Merge pull request #11216 from dibdot/19.07-2
    98499ee44 Merge pull request #11214 from Andy2244/wsdd2-fix_typos-(19.07)
    9a792f41c golang: Update to 1.13.7, add PKG_CPE_ID to Makefile
    3c95786ac Merge pull request #11219 from jefferyto/golang-1.13.7-openwrt-19.07
    ba9262f04 dnscrypt-proxy2: update to version 2.0.36
    afb4bb4c2 dnscrypt-proxy2: update to version 2.0.39
    f828174de hcxtools: update to 5.3.0 + changes to Makefile to include latest binaries being compiled
    0263d2273 sqlite3: update to version 3.31.1
    6ac743909 Merge pull request #11226 from micmac1/sqlite3-19.07
    1d7cda2ed golang: Improve build isolation from user environment
    f8999d963 Merge pull request #11229 from jefferyto/golang-env-fixes-openwrt-19.07
    433264290 Merge pull request #11213 from adde88/openwrt-19.07
    90e596693 shadow: update to 4.8.1
    268ea7a78 python-importlib-metadata: add new package
    da2071507 syslog-ng: listen not globally but just locally
    4d16e3ae3 freeradius3: Fix proxy.conf file conflict.
    c417bddda freeradius3: Enable the rlm_python and rlm_python3 modules.
    3cf0c61f2 php7: update to 7.2.27
    04da60f17 nano: update to 4.8
    391f5f087 apr: bump to 1.7.0 & sync with master
    4cba41ac1 apr-util: sync with master
    623ae4614 apache: bump to 2.4.41 & sync with master
    8b238c840 subversion: add libsqlite3 depend
    019b8fd05 subversion: fix build failure
    9e551f1b3 apache: add postinstall script
    9be5706a7 Merge pull request #11245 from Robby-/openwrt-19.07-rlmpython_and_fixproxycfgconflict
    f815a7416 Merge pull request #11281 from micmac1/apache-19.07-up
    490685093 dnsdist: fix compilation on PIE ARM64
    1a503986f samba4: update to 4.11.6, add new UCI option
    f5be481a4 ksmbd: update to 3.1.3, ksmbd-tools: update to 3.2.1, add smb1 support, add avahi support package
    a0c00a213 Merge pull request #11297 from Andy2244/ksmbd-update-3.1.3-(19.07)
    8640d243e Merge pull request #11296 from Andy2244/samba4-update-4.11.6-(19.07)
    659b1b807 boost: Fix embarassing ARC typo
    8e746461f measurement-kit: update to version 0.10.9
    bdca0e7bf measurement-kit: Fix compilation with uClibc-ng
    c7e1106d1 nss: Fix compilation with uClibc-ng
    5c856ff55 perl: Don't build InstallDev under ARC
    fc5935729 perl: define $sysroot for extensions
    b4febf32c liburcu: Don't build under ARC, not even InstallDev
    78d7c8aef knot: Do not try to build under ARC
    76947a8be boost: reintroduce uClibc-ng patch
    2b15682da sshpass: add new package
    403c98169 Merge pull request #11356 from neheb/boostkkk
    2058e86fa zabbix: Fix compilation with uClibc-ng
    1e97faf11 zabbix: remove configure patch
    9d6855be1 ffmpeg: Fix pkgconfig files to be more cross compile friendly
    c53055aa1 ffmpeg: Fix fdkaac patches
    dbef69927 ffmpeg: update to 3.4.7
    bd24f9bb3 ffmpeg: disable x86 asm for old CPU types
    2f5b20987 haproxy: Update HAProxy to v2.0.13
    156dd4ad0 Merge pull request #11360 from gladiac1337/haproxy-2.0.13-openwrt-19.07
    12b84e6ac golang: Update to 1.13.8
    3cf36f145 Merge pull request #11375 from jefferyto/golang-1.13.8-openwrt-19.07
    1fbf3e179 Shorewall-core: Bump to version 5.2.3.6
    7c8f5fd70 Shorewall-lite: Bump to version 5.2.3.6
    4f0e5c49d Shorewall6-lite: Bump to version 5.2.3.6
    481e63feb Shorewall: Bump to version 5.2.3.6
    1c7b7cfdf Shorewall6: Bump to version 5.2.3.6
    e29cc586f Merge pull request #11381 from wvdakker/openwrt-19.07
    2c0a307ee acme: update to 2.8.5
    3a4d88f5d youtube-dl: update to version 2020.1.15
    7153a1f7f youtube-dl: update to version 2020.1.24
    201ec1470 youtube-dl: update to version 2020.2.16
    47dc62ba2 nnn: update to version 2.9
    11b2c1ea1 nnn: update to version 3.0
    e9ea875a1 zip: remove package
    7fe207375 xl2tpd: bump to version 1.3.15
    61970ece5 xl2tpd: fix building failure caused by pfc
    95c72d8ab php7: update to 7.2.28
    8b1101bbd gnutls: updated to 3.6.12
    c3ff03a34 ocserv: updated to 0.12.6
    13e8c6ffe pagekite: bump to v0.91.200218
    42c7a7adb pagekite: avoid redundant information in syslog
    99efce0cd pagekite: add simple websockets and update syntax
    
    LuCI:
    66213ef61 luci-app-advanced-reboot: fix faulty ip.new() invocation
    4f50a4fa8 luci-mod-network: dhcp.js: fix resolvefile option depends
    159219787 luci-base: validation.js: fix integer and float type validation
    8b1683524 luci-lib-ip: explicitly clear scope when allocating new userdata
    2910f6e6b luci-base: extend rollback timeout to 90 seconds
    920433457 rpcd-mod-luci: honour dhcp leases without ip address for host hints
    405f5e837 luci-base: form.js: ButtonValue: pass sid as first onclick argument
    1fdef8cb6 luci-base: form.js: pass section_id to Button onclick handler
    2665c5fef treewide: merge master translation updates
    69445fa25 luci-base: luci.js: L.dom.data(): gracefully handle non-node argument
    49999e987 luci-base: cbi.js: avoid double-initialization of dropdowns
    c09e27639 luci-app-samba4: add support for new UCI option
    0da47ff5c Merge pull request #3621 from Andy2244/luci-app-samba4_new-UCI-(19.07)
    bd38c30a3 luci-app-ksmbd: update for 3.2.1 version (usmbd -> ksmbd.mountd)
    b80daa1ab luci-app-ksmbd: support new UCI option "allow_legacy_protocols"
    4dea7aedd Merge pull request #3622 from Andy2244/luci-app-ksmbd_new-UCI-(19.07)
    85a6f0745 luci-mod-network, luci-mod-status: harmonize wifi signal indicators
    da80dcc40 luci-mod-network: explicitely configure "none" encryption in wifi join
    29c29a6b4 luci-mod-network: wifi scan: add button to start/stop refreshes
    4c8f0cdcc luci-mod-network: wifi join: add option to lock bssid
    62be6eff0 luci-mod-network: wifi join: allow reclaiming empty wwan networks
    657407f92 treewide: resync and backport translations
    087e6acbf luci-app-firewall: snats.js: fix rewrite IP validation for SNAT target
    02c68f283 luci-mod-status: hide DHCP status if dnsmasq/odhcpd aren't present
    98ca75e91 luci-app-opkg: gracefully handle empty config files
    13dd17fca treewide: merge master translations
    
    routing:
    f1b0476 luci-app-bmx6: bugfix format to query bmx6-info
    efa6e54 luci-app-bmx6: bugfix querying bmx6-info (p2)
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    81c3a42 View commit details
    Browse the repository at this point in the history
  9. profiles: add some NanoStation M devices to ath79

    * NanoStation Loco M (XM)
    * PicoStation M (XM)
    These boards have been added to upstream with a dedicated profile.
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    24ad7e5 View commit details
    Browse the repository at this point in the history
  10. configs: remove explicit activation of ASLR

    In c271bc0 we intended to enable PKG_ASLR, but after fixing a 
    typo it turns out that this breaks some packages. Some addon kernel-packages failing with `mips-openwrt-linux-musl-ld: 
    unrecognized option '-specs=include/hardened-ld-pie.specs'`.
    As ASLR also increases the size of the binaries upstream reworked this option in 19cbac7d264dfca1f75849de64beb98830fbb1e4
    to be enabled by default for specific binaries on targets with plenty flash.
    SvenRoederer committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6272624 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c24780e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    6810144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a14111 View commit details
    Browse the repository at this point in the history
  3. targets: remove "kmod-usb-net" from generic_ffberlin

    this module gets selected automatically; by its depenging modules
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5cc9e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46bf5db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0ecf57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bbf0ae View commit details
    Browse the repository at this point in the history
  7. targets/generic_ffberlin: fix "CONFIG_ATH_USER_REGD"

    this option depends on kmod-ath, which is not avail on all targets.
    So use try_config() to set this option, to prevent error on check_config.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    398223c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05f1519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ce75736 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    382a77f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e31737 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    af9709b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6f8812 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e71bdb1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    382f37b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1506d3b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ac1fcd View commit details
    Browse the repository at this point in the history
  18. Makefile: [gluon] rename target gluon-all to gluon-compile

    to be more in sync with out current target-naming
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bb9d38d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bf91a7c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    79de752 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    424f334 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    11ea0b5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    94b492f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    be30af9 View commit details
    Browse the repository at this point in the history
  25. patches/luci: update PR2637 for upstream-changes

    adminuser authored and SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    855218f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8c80059 View commit details
    Browse the repository at this point in the history
  27. patches/packages_berlin: let freifunk-generic-berlin.mk use luci-comm…

    …on.mk
    
    This include was added by PR openwrt/luci#2637 (see
    the relating patch-file)
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    bf4909d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    54b1069 View commit details
    Browse the repository at this point in the history
  29. scripts: implement parsing of "EXTRA_PACKAGES"

    This will just build packages, without adding them into an image.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6f26980 View commit details
    Browse the repository at this point in the history
  30. Makefile: [gluon] - implement "EXTRA_PACKAGES" and disable check-imag…

    …e for now
    
    * the "EXTRA_PACKAGES" are configured in the site.mk
    * this code worked to build a initramfs for ERX-SFP
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6d9354d View commit details
    Browse the repository at this point in the history
  31. patches/openwrt: backport "build: have scripts/feeds honor all toplev…

    …el .mk-files of a feed"
    
    original-commit: b81cee86e63d4421072839ec8a3780d8afff9337
    backport-request: http://lists.infradead.org/pipermail/openwrt-devel/2019-December/020858.html
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9b3abdb View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    cd0820f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7ced58b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cf933e6 View commit details
    Browse the repository at this point in the history
  35. scripts/target_config_lib.lua: make arg[3] optional

    by defaulting to nil
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    8f1f1e3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    91452d9 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    31b60ff View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5239bd8 View commit details
    Browse the repository at this point in the history
  39. targets/generic_ffberlin: BATMAN_ADV_BLA depends on kmod-lib-crc16

    even the whole batman-adv package is build as module it still depends
    on crc16. As batman-adv is only modulear the lib-crc16 is also modular,
    bit this fails on build.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1cfbdc3 View commit details
    Browse the repository at this point in the history
  40. scrtips/target_config_lib: add new function devpkgs(dev)

    this moves the transformation of "dev.options.packages" and
    "site_packages(dev.image)" to a string ps packages from the
    main code.
    As the main-code gets a single string with all packages, it
    does not need to evaluate the pkg-sources again.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2a445c9 View commit details
    Browse the repository at this point in the history
  41. scripts/target_config_lib.lua: add new function get_pkglist()

    it returns a table with all boards of a target and a list of packages
    for each board.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2368233 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fd3ebf2 View commit details
    Browse the repository at this point in the history
  43. scripts: add new script target_config_profile.lua

    this script creates a file $GLUON_TMPDIR/§TARGET with following syntax:
    
    > board1: "packages"
    > board2: "packages"
    > ...
    
    this list can be used to build the final images with the imagebuilder
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    6dba8c3 View commit details
    Browse the repository at this point in the history
  44. Makefile: [gluon] add new target gluon-profiles

    this target uses teh new script "target_config_profile.lua" to
    generate the packages-list of a TARGET
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    668914d View commit details
    Browse the repository at this point in the history
  45. assemble_firmware.sh: adapt to new packagelist

    * individual package-list per board
    * new location of package-list
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    651118d View commit details
    Browse the repository at this point in the history
  46. Makefile: [gluon] add new target gluon-images

    this uses the imagebuilder
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    11bc4b8 View commit details
    Browse the repository at this point in the history
  47. remove unneeded "configs", "profiles" and "image-types"

    this is not needed after switching to gluon-based buildframework
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a16fbfb View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    020713e View commit details
    Browse the repository at this point in the history
  49. partially revert "add FLAG "GLUON_FOREIGN" ot make the frmework usabl…

    …efor other types of firmwares"
    
    reenable setting of
    * CONFIG_TARGET_DEVICE_%s_DEVICE_%s
    * CONFIG_TARGET_DEVICE_PACKAGES_%s_DEVICE_%s
    * CONFIG_TARGET_PER_DEVICE_ROOTFS=y
    
    to fix building of initramfs. This way we also honor the devices-packages, and
    e.g. remove the ath9k-ct drivers in favor of ath9k. Else it causes double
    inclusion of drivers and results in file-conflicts.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a3b0073 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    c223b14 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    63cb34c View commit details
    Browse the repository at this point in the history
  52. Makefile: [gluon] make gluon.packages depend on the relating target-d…

    …efiniton
    
    a change of targets/$GLUON_TARGET should trigger a regeneration of the packages-list
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    67ebdf9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d6b6757 View commit details
    Browse the repository at this point in the history
  54. Revert "Makefile: remove deprecated stuff"

    This reverts commit d6b6757.
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    51e5446 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bc5920f View commit details
    Browse the repository at this point in the history
  56. patches: rename directory "packages_berlin" to ffberlin

    to be referenced by modules-file
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    aeafec1 View commit details
    Browse the repository at this point in the history
  57. Revert "targets: add NanoStation Loco (XM) to ath79-generic"

    This reverts commit 63cb34c as NSM loco
    is not in OpenWrt
    SvenRoederer committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    26fd40f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    5656893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c794f4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5f7bc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a208e6e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    910f5ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0904ff2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75c9aaa View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    6dbf8b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da61b1b View commit details
    Browse the repository at this point in the history
  3. targets/ath79-generic: add ath10k-based boards to sync with recent list

    add ath10k based boards
    * tp-link-archer-c59-v1
    * tp-link-archer-c7-v4
    * tp-link-archer-c7-v5
    * ubnt_unifiac-mesh
    * ubnt_unifiac-pro
    SvenRoederer committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    5d9abcd View commit details
    Browse the repository at this point in the history