From 25d9001fcd5e8f320397b6d6484d56d7a175e4c1 Mon Sep 17 00:00:00 2001 From: floh1111 Date: Tue, 17 May 2011 17:57:11 +0000 Subject: [PATCH] Prepare for another build for wr1043nd --- build_patches/feeds_wr1043nd.conf | 8 ++++++++ build_patches/tinc/tinc-1.0.14.patch | 21 +++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 build_patches/feeds_wr1043nd.conf create mode 100644 build_patches/tinc/tinc-1.0.14.patch diff --git a/build_patches/feeds_wr1043nd.conf b/build_patches/feeds_wr1043nd.conf new file mode 100644 index 0000000..34d6975 --- /dev/null +++ b/build_patches/feeds_wr1043nd.conf @@ -0,0 +1,8 @@ +src-svn packages svn://svn.openwrt.org/openwrt/packages@25394 +#src-svn xwrt http://x-wrt.googlecode.com/svn/branches/backfire_10.03/package +#src-svn luci http://svn.luci.subsignal.org/luci/branches/luci-0.10/contrib/package +#src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone +#src-svn efl svn://svn.openwrt.org/openwrt/feeds/efl +#src-svn desktop svn://svn.openwrt.org/openwrt/feeds/desktop +#src-svn xfce svn://svn.openwrt.org/openwrt/feeds/xfce +#src-link custom /usr/src/openwrt/custom-feed diff --git a/build_patches/tinc/tinc-1.0.14.patch b/build_patches/tinc/tinc-1.0.14.patch new file mode 100644 index 0000000..6fb0914 --- /dev/null +++ b/build_patches/tinc/tinc-1.0.14.patch @@ -0,0 +1,21 @@ +Index: feeds/packages/net/tinc/Makefile +=================================================================== +--- feeds/packages/net/tinc/Makefile (revision 26858) ++++ feeds/packages/net/tinc/Makefile (working copy) +@@ -8,14 +8,14 @@ + include $(TOPDIR)/rules.mk + + PKG_NAME:=tinc +-PKG_VERSION:=1.0.13 ++PKG_VERSION:=1.0.14 + PKG_RELEASE:=1 + + PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz + PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages \ + http://ftp.yi.se/pub/tinc/ \ + http://www.mirrors.wiretapped.net/security/network-security/tinc/ +-PKG_MD5SUM:=86263994d38c750431efd17e9a91a248 ++PKG_MD5SUM:=967dfafc4aa41a614c1d2739df8a8372 + + PKG_INSTALL:=1 +