summaryrefslogtreecommitdiffstats
path: root/package/rt61
diff options
context:
space:
mode:
Diffstat (limited to 'package/rt61')
-rw-r--r--package/rt61/Makefile4
-rw-r--r--package/rt61/patches/001-2.6.22_compat.patch12
2 files changed, 14 insertions, 2 deletions
diff --git a/package/rt61/Makefile b/package/rt61/Makefile
index c8fab11d1..b40d496c8 100644
--- a/package/rt61/Makefile
+++ b/package/rt61/Makefile
@@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=rt61
-PKG_VERSION:=cvs-2007041709
+PKG_VERSION:=cvs-2007060307
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@openwrt/
-PKG_MD5SUM:=3e2675fc0bdb1cfe85fefc5bce9f0ae0
+PKG_MD5SUM:=8d71fee47bdaac4c7d79180a4ea33649
include $(INCLUDE_DIR)/package.mk
diff --git a/package/rt61/patches/001-2.6.22_compat.patch b/package/rt61/patches/001-2.6.22_compat.patch
new file mode 100644
index 000000000..16cb645e5
--- /dev/null
+++ b/package/rt61/patches/001-2.6.22_compat.patch
@@ -0,0 +1,12 @@
+diff -Nur rt61-cvs-2007060307/Module/rtmp_data.c rt61-cvs-2007060307-owrt/Module/rtmp_data.c
+--- rt61-cvs-2007060307/Module/rtmp_data.c 2007-05-12 19:49:42.000000000 +0200
++++ rt61-cvs-2007060307-owrt/Module/rtmp_data.c 2007-06-03 14:41:28.000000000 +0200
+@@ -669,7 +669,7 @@
+ }
+
+ skb->dev = pAd->net_dev;
+- skb->mac.raw = skb->data;
++// skb->mac.raw = skb->data;
+ skb->pkt_type = PACKET_OTHERHOST;
+ skb->protocol = htons(ETH_P_802_2);
+ skb->ip_summed = CHECKSUM_NONE;