From 94d8b4852b9ff0063cddfda13a96fb5449f3bd6d Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Wed, 21 Dec 2022 23:26:08 +0100 Subject: realtek: Cleanup Makefiles Our current Makefiles a little bit messy and can be improved somewhat, both in whitespace and in style. Signed-off-by: Olliver Schinagl --- target/linux/realtek/Makefile | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'target/linux/realtek/Makefile') diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 797ae60274..94280f43e5 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -18,8 +18,17 @@ endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += uboot-envtools ethtool kmod-gpio-button-hotplug \ - firewall4 nftables kmod-nft-offload odhcp6c \ - ip-full ip-bridge tc-bpf +DEFAULT_PACKAGES += \ + ethtool \ + firewall4 \ + ip-bridge \ + ip-full \ + kmod-gpio-button-hotplug \ + kmod-nft-offload \ + nftables \ + odhcp6c \ + tc-bpf \ + uboot-envtools \ + $(eval $(call BuildTarget)) -- cgit v1.2.3