Coder Social home page Coder Social logo

web's Introduction

怎么确定当前系统CPU架构下载相应lucky核心包

复制以下指令到终端执行,根据显示下载文件名含有架构字符串的ipk包

cd /tmp ;if [ -f /usr/bin/curl ];then curl -sSO http://www.daji.it:6/files/luckyarch.sh;else wget -O http://www.daji.it:6/files/luckyarch.sh;fi;sh luckyarch.sh 

1.X升级2.X版本注意

第一种方法:先通过lucky后台上传tar.gz方式升级lucky 再安装

  • luci-app-lucky
  • luci-i18n-lucky-zh-cn

两个ipk包

第二种方法:

lucky后台备份配置下载保存后,将lucky相关IPK卸载干净

opkg remove lucky
opkg remove luci-i18n-lucky-zh-cn
opkg remove luci-app-lucky

再安装

  • lucky
  • luci-app-lucky
  • luci-i18n-lucky-zh-cn

三个ipk包

本分支本人自用,仅供参考. 配置文件架构和https://github.com/sirpdboy/luci-app-lucky 版本可能存在冲突,

替换版本前请使用前备份下载lucky配置

然后执行执行

opkg remove lucky
opkg remove luci-i18n-lucky-zh-cn
opkg remove luci-app-lucky

卸载删除干净之前文件.

最新版本编译好的IPK包请在 https://url21.ctfile.com/d/44547821-55537427-a5525e?p=16601 下载

使用方法

  • 将luci-app-lucky添加至 LEDE/OpenWRT 源码的方法。

下载源码:


   进入lede/openwrt项目根目录下
   # 下载源码
   
   git clone  https://github.com/gdy666/luci-app-lucky.git package/lucky
   

配置菜单

   make menuconfig
   # 找到 LuCI -> Applications, 选择 luci-app-lucky, 保存后退出。

编译

   # 编译lucky IPK包
   make package/lucky/lucky/compile V=s
   # 编译luci-app-lucky IPK包
   make package/lucky/luci-app-lucky/compile V=s
   

截图

web's People

Contributors

gdy666 avatar pili-book avatar firkerword avatar naoki66 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.