mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
Remove KERNEL_AIO dependency to avoid recursive dependency with libaio in a future commit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
219 B
Diff
12 lines
219 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -64,7 +64,7 @@ clean-conf:
|
|
$(MAKE) -C conf clean
|
|
|
|
.PHONY: install
|
|
-install: install-programs install-doc install-conf install-scripts
|
|
+install: install-programs
|
|
|
|
.PHONY: rpm
|
|
rpm:
|