User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mission:log:2017:01:08:darkmatter-a-new-theme-for-lede-openwrt [2017/01/08 21:21] – created chronomission:log:2017:01:08:darkmatter-a-new-theme-for-lede-openwrt [2017/01/10 20:30] (current) chrono
Line 21: Line 21:
   * Go to System -> Software   * Go to System -> Software
   * Paste the following URL into the **Download and install package** field:   * Paste the following URL into the **Download and install package** field:
-    * https:%%//%%apollo.open-resource.org/downloads/luci-theme-darkmatter_0.1.77-1_all.ipk+    * https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.2-beta-2_all.ipk
   * Press Enter or click "OK"   * Press Enter or click "OK"
  
Line 28: Line 28:
 <code> <code>
 $ cd /tmp $ cd /tmp
-$ wget https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.1.77-1_all.ipk +$ wget https://apollo.open-resource.org/downloads/luci-theme-darkmatter_0.2-beta-2_all.ipk 
-$ opkg install luci-theme-darkmatter_0.1.77-1_all.ipk+$ opkg install luci-theme-darkmatter_0.2-beta-2_all.ipk
 </code> </code>
 ==== Adding Darkmatter to your own LEDE/OpenWRT Build ==== ==== Adding Darkmatter to your own LEDE/OpenWRT Build ====
Line 37: Line 37:
 <code> <code>
 # luci-theme-darkmatter # luci-theme-darkmatter
-src-git luci-theme-darkmatter git://github.com/apollo-ng/luci-theme-darkmatter.git+src-git darkmatter git://github.com/apollo-ng/luci-theme-darkmatter.git
 </code> </code>
 Update your build environment and install the package: Update your build environment and install the package:
  
 <code> <code>
-$ scripts/feeds update luci-theme-darkmatter+$ scripts/feeds update darkmatter
 $ scripts/feeds install luci-theme-darkmatter $ scripts/feeds install luci-theme-darkmatter
 $ make menuconfig $ make menuconfig
 </code> </code>
 +
 Go to LuCI -> Themes, select luci-theme-darkmatter, exit, save and build as usual. Go to LuCI -> Themes, select luci-theme-darkmatter, exit, save and build as usual.