mtd-utils: remove lzo build dependency
The build option `--withouth-lzo` is added in the Makefile which makes the existence of lzo obsolete. To remove the lzo package from openwrt.git entirely, remove the legacy dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com> [improved commit message] Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
e273c1715b
commit
0afc629c83
|
@ -20,7 +20,7 @@ PKG_FIXUP:=autoreconf
|
|||
|
||||
PKG_FLAGS:=nonshared
|
||||
|
||||
PKG_BUILD_DEPENDS:=util-linux lzo zlib
|
||||
PKG_BUILD_DEPENDS:=util-linux
|
||||
|
||||
PKG_LICENSE:=GPLv2
|
||||
PKG_LICENSE_FILES:=
|
||||
|
|
Loading…
Reference in New Issue