There's no patches required. I didn't write the Makefile, I can't
remember exactly where I got it from, but I assume Bill Hill was the
original author.
This is the Makefile I use with OpenWRT SDKs to build the packages:
###################################################################
include $(TOPDIR)/rules.mk
PKG_NAME:=ampr-ripd
PKG_VERSION:=2.3
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://www.yo2loj.ro/hamprojects
PKG_MD5SUM:=3753e634aa1154ebba290d0cd4055891
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
SUBMENU:=Routing and Redirection
TITLE:=Routing daemon for the AMPR network
MAINTAINER:=Bill Hill <bugs(a)wbh.org>
endef
define Package/$(PKG_NAME)/description
Routing daemon written in C similar to Hessu's rip44d including
optional resending of RIPv2 broadcasts for router injection.
endef
CONFIGURE_VARS+= \
CC="$(TOOLCHAIN_DIR)/bin/$(TARGET_CC)"
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin
endef
$(eval $(call BuildPackage,$(PKG_NAME)))
###########################################################
- Josh VK2HFF
On 18/04/2018 12:28 AM, lleachii--- via 44Net wrote:
Josh,
Are you willing to share you makefile and patches with OpenWRT as a
request - as well as explain the directories where the file's
installed, etc.?
I'd like to get ampr-ripd added to the OpenWRT software repository.
73,
- Lynwood
KB3VWG
ampr-ripd_2.3-1_x86.ipk
_________________________________________
44Net mailing list
44Net(a)mailman.ampr.org
https://mailman.ampr.org/mailman/listinfo/44net