1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-19 23:28:39 +02:00

muninlite: remove unused sections from Makefile

Signed-off-by: Lars Kruse <devel@sumpfralle.de>
This commit is contained in:
Lars Kruse 2020-04-15 16:12:12 +02:00
parent 7b2b37c4a1
commit 4bddd3de87

View File

@ -46,11 +46,4 @@ define Package/muninlite/conffiles
/etc/xinetd.d/muninlite /etc/xinetd.d/muninlite
endef endef
define Build/Configure
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)
endef
$(eval $(call BuildPackage,muninlite)) $(eval $(call BuildPackage,muninlite))