From e19c59655a37b7774b5ea03b516794cde99e7798 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 5 Jul 2019 18:23:46 +0200 Subject: [PATCH] Update to latest OpenWrt commit --- build.sh | 6 +++--- root/package/kernel/mt76/patches/access_once.patch | 13 ------------- 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 root/package/kernel/mt76/patches/access_once.patch diff --git a/build.sh b/build.sh index 2b80ee96..17aa24f2 100755 --- a/build.sh +++ b/build.sh @@ -56,9 +56,9 @@ else fi #_get_repo source https://github.com/ysurac/openmptcprouter-source "master" -_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "ef5b7aa6c3a58d272c8b4ecdb8b1d970d5436e05" -_get_repo feeds/packages https://github.com/openwrt/packages "b35a2b5c8c6f0811a20643877a3f17159dc09fa2" -_get_repo feeds/luci https://github.com/openwrt/luci "86fd703bae2089cfd0dd7e06c1dd20c4b956767a" +_get_repo "$OMR_TARGET/source" https://github.com/openwrt/openwrt "917eeaf26bca5342817419d0c360301896932476" +_get_repo feeds/packages https://github.com/openwrt/packages "2b29d8356e9fb68dc595bc6d0d872895249a2430" +_get_repo feeds/luci https://github.com/openwrt/luci "2f769ee0872aab8dd31bd793739b7a527e8789f6" if [ -z "$OMR_FEED" ]; then OMR_FEED=feeds/openmptcprouter diff --git a/root/package/kernel/mt76/patches/access_once.patch b/root/package/kernel/mt76/patches/access_once.patch deleted file mode 100644 index 68a37f72..00000000 --- a/root/package/kernel/mt76/patches/access_once.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/mt76.h 2019-06-26 07:20:16.824670280 +0200 -+++ b/mt76.h 2019-06-26 07:20:45.660340322 +0200 -@@ -32,6 +32,10 @@ - #define MT_RX_BUF_SIZE 2048 - #define MT_SKB_HEAD_LEN 128 - -+#ifndef ACCESS_ONCE -+#define ACCESS_ONCE(x) (*(volatile typeof(x) *)&(x)) -+#endif -+ - struct mt76_dev; - struct mt76_wcid; -