lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit e70b6c8f85aeb4b0e6584a4f36d2d248b4bb5f10
parent e122cb05712a43fe42c1786d6c31da9289c73241
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Wed,  2 Nov 2016 14:52:38 +0200

Merge pull request #3446 from bobafetthotmail/patch-3

jpeg-tools: move to Image Manipulation submenu
Diffstat:
Mlibs/libjpeg/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/libs/libjpeg/Makefile b/libs/libjpeg/Makefile @@ -41,6 +41,7 @@ define Package/jpeg-tools $(call Package/jpeg/Default) SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Image Manipulation DEPENDS:=+libjpeg TITLE+= manipulation tools endef