diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-13 12:22:53 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-13 12:22:53 (GMT) |
commit | 2ab80b38ac60aa39c6247072ba5479c4091684cb (patch) | |
tree | 928813ec369c7c3c26f73045c2210bd4275393e8 /openwrt | |
parent | fc6cdc4904033561357d82e900d6e36b0e391125 (diff) |
updated Makefile
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 1dce71d..c8f183b 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:=9a964f0045f4604056def35d6f1b5beb +PKG_MD5SUM:=131a567bd9e0568f81ead3c00ee35840 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |