[opennds] remove firewall configuration

This is now done by the fork of opennds itself.

GitOrigin-RevId: f7ed8531ec6177c6933e87feb8a7ab169ae60991
This commit is contained in:
sahbot
2024-05-02 14:58:30 +02:00
committed by Matthias FRANCK
parent 1d6fba79d6
commit b5712fcae1

View File

@@ -55,10 +55,4 @@ define Package/opennds-prpl/install
$(CP) $(PKG_BUILD_DIR)/forward_authentication_service/libs/download_resources.sh $(1)/usr/lib/opennds/
endef
define Package/opennds-prpl/postrm
#!/bin/sh
uci delete firewall.opennds
uci commit firewall
endef
$(eval $(call BuildPackage,opennds-prpl))