diff options
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r-- | community/flashrom/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD index 442622f79..10eb5391f 100644 --- a/community/flashrom/PKGBUILD +++ b/community/flashrom/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.9.4 pkgrel=1 pkgdesc="Utility for reading, writing, erasing and verifying flash ROM chips" url="http://www.coreboot.org/Flashrom" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('libftdi') makedepends=('zlib' 'pciutils') |