From 61cf565301cabcfccaf4ac204efceeef8702bbe1 Mon Sep 17 00:00:00 2001 From: Seamus Tuohy Date: Mon, 17 Mar 2014 17:36:54 -0400 Subject: [PATCH] add code to set patch from pull request https://github.com/opentechinstitute/luci-commotion/pull/198 --- files/etc/uci-defaults/luci-mod-commotion | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/etc/uci-defaults/luci-mod-commotion b/files/etc/uci-defaults/luci-mod-commotion index 0f89c75..a7a8c5d 100755 --- a/files/etc/uci-defaults/luci-mod-commotion +++ b/files/etc/uci-defaults/luci-mod-commotion @@ -25,6 +25,10 @@ cp -f /usr/share/commotion/files/olsr-viz.js /www/luci-static/resources/olsr-viz cd /usr/lib/lua/luci/view/admin_system/ patch -p0 < /usr/share/commotion/patches/applyreboot.htm.patch + + cd /www/luci-static/resources/ + patch -p1 < /usr/share/commotion/patches/cbi.js.patch + } rm -f /tmp/luci-indexcache