projects
/
openwrt
/
staging
/
mkresin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4acc3
)
firewall4: order DEPENDS alphabetically
author
Stijn Tintel
<
[email protected]
>
Fri, 3 Dec 2021 15:45:28 +0000
(17:45 +0200)
committer
Stijn Tintel
<
[email protected]
>
Thu, 6 Jan 2022 12:54:06 +0000
(14:54 +0200)
Add some line breaks while at at, to improve readability.
Signed-off-by: Stijn Tintel <
[email protected]
>
Reviewed-by: Jo-Philipp Wich <
[email protected]
>
package/network/config/firewall4/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/firewall4/Makefile
b/package/network/config/firewall4/Makefile
index 57af47062fc9faf7f4df5c76b7ad782395a5e3aa..21b29793c30a19014f81f9cf00bfe1d9c0ded6cd 100644
(file)
--- a/
package/network/config/firewall4/Makefile
+++ b/
package/network/config/firewall4/Makefile
@@
-21,7
+21,11
@@
define Package/firewall4
SECTION:=net
CATEGORY:=Base system
TITLE:=OpenWrt 4th gen firewall
- DEPENDS:=+ucode +ucode-mod-fs +ucode-mod-uci +ucode-mod-ubus +kmod-nft-core +kmod-nft-fib +kmod-nft-nat +kmod-nft-nat6 +nftables-json
+ DEPENDS:=+ \
+ +kmod-nft-core +kmod-nft-fib \
+ +kmod-nft-nat +kmod-nft-nat6 \
+ +nftables-json \
+ +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uci
CONFLICTS:=firewall
endef