diff --git a/Config.in b/Config.in index 492aaeb..e56121f 100644 --- a/Config.in +++ b/Config.in @@ -1,2 +1 @@ -source "$BR2_EXTERNAL_RPI_WIFI_BRIDGE_PATH/package/parprouted/Config.in" source "$BR2_EXTERNAL_RPI_WIFI_BRIDGE_PATH/package/mdns-repeater/Config.in" diff --git a/package/parprouted/Config.in b/package/parprouted/Config.in deleted file mode 100644 index fddd8de..0000000 --- a/package/parprouted/Config.in +++ /dev/null @@ -1,16 +0,0 @@ -config BR2_PACKAGE_PARPROUTED - bool "parprouted" - depends on BR2_USE_MMU # fork() - help - parprouted is a daemon for transparent IP (Layer 3) proxy ARP - bridging. This is useful for creation of transparent firewalls - and bridging networks with different MAC protocols. Also, - unlike standard bridging, proxy ARP bridging allows to bridge - Ethernet networks behind wireless nodes without using WDS or - layer 2 bridging. - - https://www.hazard.maks.net/parprouted - -comment "parprouted needs a toolchain w/ NPTL" - depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL diff --git a/package/parprouted/parprouted.hash b/package/parprouted/parprouted.hash deleted file mode 100644 index 4ac46a9..0000000 --- a/package/parprouted/parprouted.hash +++ /dev/null @@ -1,7 +0,0 @@ -# Locally computed: -sha256 4b8cb2c801047f26b63aefaa8d69adc8552fb7c8a8f5d851798a48f841948d36 parprouted-0.65.tar.gz -sha512 801e5caf02960acfcea1729d146ac6f9e181873be6880f4433ea897119aa127f75809c6bfbffe6dc6fde5fd08e5f092e799925552ec8d5d289958383d0f9695a parprouted-0.65.tar.gz - -# Hash for license files: -sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING -sha512 4113ed89fc91f55762e1deeb2b7e43af124eba2e037e13b7fe794ee33f40a8b218112b8ab167b5d8778cd5532d6f2c19058df7a24799ba29ff0be2d4004262e4 COPYING diff --git a/package/parprouted/parprouted.mk b/package/parprouted/parprouted.mk deleted file mode 100644 index fdc595d..0000000 --- a/package/parprouted/parprouted.mk +++ /dev/null @@ -1,20 +0,0 @@ -################################################################################ -# -# parprouted -# -################################################################################ - -PARPROUTED_VERSION = 0.65 -PARPROUTED_SITE = https://www.hazard.maks.net/parprouted -PARPROUTED_LICENSE = GPL-2.0 -PARPROUTED_LICENSE_FILES = COPYING - -define PARPROUTED_BUILD_CMDS - $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) all -endef - -define PARPROUTED_INSTALL_TARGET_CMDS - $(INSTALL) -D -m 0755 $(@D)/parprouted $(TARGET_DIR)/usr/sbin -endef - -$(eval $(generic-package))