aboutsummaryrefslogtreecommitdiff
path: root/admin/openwisp-config/Makefile
Commit message (Collapse)AuthorAge
* treewide: refresh hashes after move to use ZSTD as defaultRobert Marko2024-04-07
| | | | | | | | With the recent move to using ZSTD as the default compression format for packaging git repo clones we must refresh all of the hashes for the packages feed as well. Signed-off-by: Robert Marko <robimarko@gmail.com>
* openwisp-config: cleanup MakefileNick Hainke2022-09-22
| | | | | | | The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
* openwisp-config: update to 1.0.1Federico Capoano2022-06-24
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* openwisp-config: update to 1.0.0Federico Capoano2022-05-18
| | | | Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* openwisp-config: refactoring and update openwisp-config packageFlorian Eckert2021-12-22
| | | | | | | With the last upstream change, all build variants were removed so that we only have one package. It is now called openwisp-config. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* openwisp-config: update to version 0.5.0Federico Capoano2021-01-17
| | | | | | Full changelog available at https://github.com/openwisp/openwisp-config/releases/tag/0.5.0 Signed-off-by: Federico Capoano <f.capoano@openwisp.io>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* openwisp-config: polarssl has been removedPhilip Prindeville2017-08-13
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* openwisp-config: new packagegabri942017-03-07
Signed-off-by: Gabriele Gemmi <gabriel@autistici.org>