User Tools

Site Tools


Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mission:log:2017:01:08:darkmatter-a-new-theme-for-lede-openwrt [2017/01/08 23:00] – [Adding Darkmatter to your own LEDE/OpenWRT Build] 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 43: Line 43:
 <code> <code>
 $ scripts/feeds update darkmatter $ scripts/feeds update darkmatter
-$ scripts/feeds install 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.