fix tfp-hpa
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5530 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a4808ba92d
commit
0dde786155
@ -21,22 +21,27 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
define Package/tftp-hpa/Default
|
||||||
|
SECTION:=net
|
||||||
|
CATEGORY:=Network
|
||||||
|
URL:=http://www.kernel.org/pub/software/network/tftp
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/tftp-hpa
|
define Package/tftp-hpa
|
||||||
SECTION:=net
|
$(call Package/tftp-hpa/Default)
|
||||||
CATEGORY:=Network
|
TITLE:=An enhanced version of the BSD TFTP client
|
||||||
TITLE:=tftp-hpa is an enhanced version of the BSD TFTP client
|
|
||||||
URL:=http://www.kernel.org/pub/software/network/tftp
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tftpd-hpa
|
define Package/tftpd-hpa
|
||||||
SECTION:=net
|
$(call Package/tftp-hpa/Default)
|
||||||
CATEGORY:=Network
|
TITLE:=An enhanced version of the BSD TFTP server
|
||||||
TITLE:=tftp-hpa is an enhanced version of the BSD TFTP server
|
|
||||||
URL:=http://www.kernel.org/pub/software/network/tftp
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default, \
|
||||||
|
, \
|
||||||
|
CFLAGS="$$$$CFLAGS $$$$CPPFLAGS" \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user