projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e273c17
)
mtd-utils: remove lzo build dependency
author
Rosen Penev
<rosenp@gmail.com>
Sun, 6 Dec 2020 08:36:05 +0000
(
00:36
-0800)
committer
Paul Spooren
<mail@aparcar.org>
Sun, 6 Dec 2020 21:21:37 +0000
(11:21 -1000)
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>
package/utils/mtd-utils/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/mtd-utils/Makefile
b/package/utils/mtd-utils/Makefile
index 6e5e72783f55d426da896eeb9e398aaff7c11045..5a4b03da96f7829eccba67c228ac7dcd96462ea7 100644
(file)
--- a/
package/utils/mtd-utils/Makefile
+++ b/
package/utils/mtd-utils/Makefile
@@
-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:=