[package] update empty to 0.6.17b (#5464)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16807 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
14c937af41
commit
73379bdeed
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=empty
|
PKG_NAME:=empty
|
||||||
PKG_VERSION:=0.6.15b
|
PKG_VERSION:=0.6.17b
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=@SF/empty
|
PKG_SOURCE_URL:=@SF/empty
|
||||||
PKG_MD5SUM:=e56d0d81e5e40b1c41c4b9ed74a1edd8
|
PKG_MD5SUM:=e286fba9916df2ec6b3485cb9274dea9
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -33,9 +33,9 @@ define Package/empty/description
|
|||||||
programming tools.
|
programming tools.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/empty/install
|
define Package/empty/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,empty))
|
$(eval $(call BuildPackage,empty))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user