diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-30 14:02:52 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-06-30 14:02:52 +0000 |
commit | d13eeb17e82237b3436b49656da45c77ebd852d6 (patch) | |
tree | c88cdd371de2b2150ca4c0b99e307b2e44cdc2df /contrib/package | |
parent | 846c17f0f8f89732fe9f53c8b419cdd53868bc9e (diff) |
contrib/package: remove compressed build target from Makefile
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 4680d6576..b5904e807 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -125,9 +125,6 @@ define Package/luci-core/config config PACKAGE_luci-core_source bool "Full Source" - config PACKAGE_luci-core_zipped - bool "Precompiled and compressed" - endchoice endef |