diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 18:55:52 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 18:55:52 +0000 |
| commit | 5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d (patch) | |
| tree | b9f40012c0fbad8c3123e42d0ec5439224a0f6fd /openwrt/package/zlib | |
| parent | 10152c5c0752e6e514999056142dacbc8de71d95 (diff) | |
| download | mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.zip mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.tar.gz mtk-20170518-5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d.tar.bz2 | |
improve dependency handling, fix some package makefile bugs
SVN-Revision: 3843
Diffstat (limited to 'openwrt/package/zlib')
| -rw-r--r-- | openwrt/package/zlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index da9e6f4..33cbcce 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -20,7 +20,6 @@ include $(TOPDIR)/package/rules.mk define Package/zlib SECTION:=base CATEGORY:=Libraries -DEFAULT:=n TITLE:=Library implementing the deflate compression method DESCRIPTION:=A library implementing the 'deflate' compression method URL:=http://www.zlib.net/ |
