diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-03 20:16:12 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-03 20:16:12 +0100 |
commit | 5469116bb15a9e5573fdf70af8511c8dce1e201d (patch) | |
tree | 5a961f204f824ee3fa6b5038132cde27adb3825f /social/uci | |
parent | 433dba14d4671c511488c56e5f85599cb43fd1f1 (diff) | |
download | abslibre-5469116bb15a9e5573fdf70af8511c8dce1e201d.tar.gz abslibre-5469116bb15a9e5573fdf70af8511c8dce1e201d.tar.bz2 abslibre-5469116bb15a9e5573fdf70af8511c8dce1e201d.zip |
uci builds on mips64el.
Diffstat (limited to 'social/uci')
-rw-r--r-- | social/uci/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/social/uci/PKGBUILD b/social/uci/PKGBUILD index 51c3ba0e0..d306b77bd 100644 --- a/social/uci/PKGBUILD +++ b/social/uci/PKGBUILD @@ -3,7 +3,7 @@ pkgname=uci pkgver=0.8.0 pkgrel=1 pkgdesc="OpenWRT's Unified Configuration Interface" -arch=('i686') +arch=('i686' 'mips64el') url="https://openwrt.org" license=('GPL2') makedepends=('git' 'cmake' 'lua') |