Browse Source

Merge pull request #1669 from plntyk/fix_gcc5_flashrom

flashrom: fix gcc5 build
lilik-openwrt-22.03
Álvaro Fernández Rojas 9 years ago
parent
commit
fe3779e8d4
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      utils/flashrom/Makefile

+ 2
- 0
utils/flashrom/Makefile View File

@ -46,6 +46,8 @@ define Package/flashrom/description
/firmware images.
endef
TARGET_CFLAGS+=-std=gnu89
MAKE_FLAGS += \
PREFIX="/usr"


Loading…
Cancel
Save