diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-19 13:33:03 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-19 13:33:03 (GMT) |
commit | 1dadaf7e0fe2884f9a0145a3df81094bf4fc6418 (patch) | |
tree | a12d04f2e30581aa52ea8f8f921f6a2d2c831c8c /openwrt | |
parent | f2b45efc3aa26c360259eefcc3cc31c056d34ef5 (diff) |
updated checksum for openwrt package
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/rhctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index c8f183b..8719af4 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -18,7 +18,7 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://localhost/ -PKG_MD5SUM:=131a567bd9e0568f81ead3c00ee35840 +PKG_MD5SUM:=78565d963644bf87ecb2cf744de9468f PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |