Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
add luci-theme-argon
Browse files Browse the repository at this point in the history
  • Loading branch information
fanck0605 committed Apr 11, 2020
1 parent cc55e0d commit 90d7c3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
cd friendlywrt
git apply ../../patches/002-openwrt-apply-friendlywrt.patch
- name: Upgrade Argon Theme
run: |
cd friendlywrt-rk3328/friendlywrt/package/lean
rm -rf luci-theme-argon
git clone -b 18.06 /~https://github.com/jerrykuku/luci-theme-argon.git
- name: Patch Kernel
run: |
cd friendlywrt-rk3328/kernel/
Expand Down
1 change: 1 addition & 0 deletions config_rk3328
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ CONFIG_PACKAGE_zstd=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-netdata=y
CONFIG_PACKAGE_luci-app-samba=y
CONFIG_PACKAGE_luci-theme-argon=y

0 comments on commit 90d7c3c

Please sign in to comment.