Index: trunk/package/feeds/packages/aprx/Makefile =================================================================== --- trunk/package/feeds/packages/aprx/Makefile (revision 20118) +++ trunk/package/feeds/packages/aprx/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aprx -PKG_VERSION:=0.99 -PKG_RELEASE:=svn121 +PKG_VERSION:=2.00 +PKG_RELEASE:=svn421 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=http://ham.zmailer.org/oh2mqk/aprx -PKG_MD5SUM:=095ec0aa24432196002ae717593bfe5c +PKG_MD5SUM:=138338bcf991001df92dbcf5640ec2cc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).$(PKG_RELEASE) @@ -22,7 +22,7 @@ define Package/aprx SECTION:=net CATEGORY:=Network - TITLE:=APRS RX only I-gate + TITLE:=APRS I-Gate and Digipeater URL:=http://ham.zmailer.org/oh2mqk/aprx/ endef @@ -33,7 +33,7 @@ define Build/Configure $(call Build/Configure/Default, \ - --with-embedded \ + --with-embedded --with-pthread \ ) endef