aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/debugcc
Commit message (Collapse)AuthorAgeFilesLines
* debugcc: Mark it nonsharedHauke Mehrtens2024-11-241-0/+1
| | | | | | | | | | | | This tool was build in the phase 2 build, there the TARGET dependencies are probably not meat. Mark it as non shared to build it together with the targets where this option is set. Link: https://github.com/openwrt/openwrt/pull/16975 Signed-off-by: Robert Marko <robimarko@gmail.com> (cherry picked from commit febe1db43d1a01f83e474bcb143dcb3997bd35a3) Link: https://github.com/openwrt/openwrt/pull/17055 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* treewide: package: update missed hashes after switch to ZSTDRobert Marko2024-04-071-1/+1
| | | | | | | | With the switch to ZSTD for git clone packaging, hashes have changed so fixup remaining package hashes that were missed in the inital update. Fixes: b3c1c57 ("treewide: update PKG_MIRROR_HASH to zst") Signed-off-by: Robert Marko <robimarko@gmail.com>
* debugcc: add licensing informationPetr Štetiar2023-11-111-0/+3
| | | | | | | Information about package license is important, so lets add it. Fixes: 79ee0d2ceead ("debugcc: add new package to debug IPQ based SoC clocks") Signed-off-by: Petr Štetiar <ynezz@true.cz>
* debugcc: add new package to debug IPQ based SoC clocksChristian Marangi2023-11-101-0/+29
Add new package to debug IPQ clocks using debug regs and hardware oscillator. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>