diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 21:31:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-01 22:12:18 +0100 |
commit | 68449d2155735580353d735bb79e375967c9f02b (patch) | |
tree | d8893d55e89601bcef3a099d0ebeb4ba43eddcf4 /package/libiconv-tiny/Makefile | |
parent | bcfe5920cca00b472a741439226a74cc9789b0bf (diff) |
remove PKG_OPTS to avoid any errors
Diffstat (limited to 'package/libiconv-tiny/Makefile')
-rw-r--r-- | package/libiconv-tiny/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libiconv-tiny/Makefile b/package/libiconv-tiny/Makefile index 5a3328898..f139fd31c 100644 --- a/package/libiconv-tiny/Makefile +++ b/package/libiconv-tiny/Makefile @@ -11,7 +11,6 @@ PKG_DESCR:= iconv stub and replacement PKG_SECTION:= libs/misc PKG_URL:= http://www.openwrt.org/ PKG_SITES:= http://distfiles.openadk.org/ -PKG_OPTS:= dev devonly DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |