Merge pull request #1669 from plntyk/fix_gcc5_flashrom

flashrom: fix gcc5 build
This commit is contained in:
Álvaro Fernández Rojas 2015-09-01 10:31:19 +02:00
commit fe3779e8d4
1 changed files with 2 additions and 0 deletions

View File

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