Commit Graph

16 Commits

Author SHA1 Message Date
Jeffery To 53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
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>
2019-10-13 02:01:34 +08:00
Rosen Penev 12378cd4d3
flashrom: Add ARC support
Mainly endian definitions are needed.

Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng.

Cleaned up Makefile slightly.

Added HTTPS everywhere.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-01 10:39:54 -07:00
Jo-Philipp Wich cb6e98ba44 flashrom: update to v1.0
Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.

Fixes the following error spotted by the buildbots:

    ch341a_spi.c: In function 'ch341a_spi_init':
    ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
      libusb_set_debug(NULL, 3); // Enable information, warning and [...]
      ^~~~~~~~~~~~~~~~
    In file included from ch341a_spi.c:25:0:
    .../libusb-1.0/libusb.h:1300:18: note: declared here
     void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
                      ^~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    Makefile:1030: recipe for target 'ch341a_spi.o' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-05-15 07:39:20 +02:00
Álvaro Fernández Rojas 54bb27c183 flashrom: update to v0.9.9.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2017-12-31 18:50:19 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Álvaro Fernández Rojas 375f34d362 flashrom: fix full and pci variants
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-28 09:17:44 +02:00
Álvaro Fernández Rojas 1348057082 flashrom: update to v0.9.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 19:04:30 +01:00
notnyt d01dfdebcf flashrom: include io.h to fix compile error
This patch includes sys/io.h from flash.h to fix compile errors

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
2016-01-17 15:59:16 -05:00
Álvaro Fernández Rojas d36eb1d57e flashrom: make flashrom-full the default variant, remove empty dependencies
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-08 11:17:43 +02:00
Álvaro Fernández Rojas 3deb63fafb flashrom: switch to build variants instead of config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-10-04 16:20:41 +02:00
Dirk Neukirchen f8e6574e64 flashrom: fix gcc5 build
default C dialect changed with gcc5
explicitly use old C dialect

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-19 11:12:24 +02:00
Álvaro Fernández Rojas fc959cf5b8 flashrom: fix build with musl
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-06-17 21:34:08 +02:00
Álvaro Fernández Rojas 3879265ffd flashrom: add config options
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-09 03:39:57 +01:00
Álvaro Fernández Rojas 16fe278cf5 flashrom: update to v0.9.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-08 19:58:39 +01:00
Álvaro Fernández Rojas 5535903c09 flashrom: Add License, bump package release.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2014-06-13 16:50:58 +02:00
Álvaro Fernández Rojas 70a369d813 flashrom: Import 0.97 from packages. 2014-06-10 21:04:52 +02:00