diff options
author | notnyt <nyt-github@countercultured.net> | 2016-01-17 15:58:09 -0500 |
---|---|---|
committer | notnyt <nyt-github@countercultured.net> | 2016-01-17 15:59:16 -0500 |
commit | d01dfdebcf3722f5268d221f7c3e7c378b08fd33 (patch) | |
tree | e369ce3b1213dfb26a14002dc882de91689457a8 /utils/flashrom/Makefile | |
parent | fab13041b3a970a302e843fdc11cb6420b6ea9bc (diff) |
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>
Diffstat (limited to 'utils/flashrom/Makefile')
-rw-r--r-- | utils/flashrom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/flashrom/Makefile b/utils/flashrom/Makefile index e6e38b431..7c66682ab 100644 --- a/utils/flashrom/Makefile +++ b/utils/flashrom/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=flashrom PKG_VERSION:=0.9.8 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://download.flashrom.org/releases |