diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-03 14:46:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-03 14:46:58 +0100 |
commit | e6d7923746537504a5e19b5c9aa050a1836048b6 (patch) | |
tree | f76be1d9b5827397911ac56551496a1e896ff6eb /package | |
parent | 7d768fd32415a15d0e3c87aa4cab0b1bafda2fda (diff) |
move package template out of pkgmaker's view
avoid pkgmaker warning. quagga is a multi package.
Diffstat (limited to 'package')
-rw-r--r-- | package/.template/Makefile (renamed from package/template/Makefile) | 0 | ||||
-rw-r--r-- | package/quagga/Makefile | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/package/template/Makefile b/package/.template/Makefile index 66064ce81..66064ce81 100644 --- a/package/template/Makefile +++ b/package/.template/Makefile diff --git a/package/quagga/Makefile b/package/quagga/Makefile index aec761417..b5985255d 100644 --- a/package/quagga/Makefile +++ b/package/quagga/Makefile @@ -10,6 +10,7 @@ PKG_BUILDDEP+= readline ncurses PKG_MD5SUM:= 8975414c76a295f4855a417af0b5ddce PKG_DESCR:= A routing software package PKG_SECTION:= net +PKG_MULTI:= 1 PKG_URL:= http://www.quagga.net PKG_SITES:= http://www.quagga.net/download/ \ http://www.de.quagga.net/download/ \ |