找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 6098|回复: 16

【12.03】TP-LINK全系列8MB flash中文定制版固件,samba,minidlna,挂载...

[复制链接]
发表于 2015-12-2 13:53 | 显示全部楼层 |阅读模式
本帖最后由 zjw939057120 于 2016-11-1 21:57 编辑

12.03】更新日志
OpenWRT Chaos Calmer 15.05 官方最新版本(内核版本:3.18.20),加入中文开启WIFI,可以直接在WEB管理界面安装官方的packages。而不需要用命令行加参数强制安装。

增加对所有TP-LINK机型8MB flash的支持!!!!
集成功能有:SAMBA,MINIDLNA,USB挂载,动态域名,磁盘休眠,网络唤醒,支持RTL8187和RT3090大功率USB无线网卡360网盘下载地址(360已经取消分享功能无法访问下载)
http://yunpan.cn/cFJ2vaWx3raUq(提取码:cc36)
百度网盘下载地址:
链接:http://pan.baidu.com/s/1kVmBAIF 密码:2hnk

原帖地址:https://www.right.com.cn/forum/thread-176332-1-1.html

opkg install
luci
luci-i18n-base-zh-cn
luci-i18n-firewall-zh-cn
kmod-usb-core
kmod-usb2
kmod-usb-ohci
kmod-usb-storage
kmod-usb-storage-extras
kmod-fs-ext4
kmod-fs-vfat
ntfs-3g
mount-utils
block-mount
kmod-nls-utf8
kmod-nls-iso8859-1
kmod-nls-iso8859-2
kmod-rt2800-lib
kmod-rt2800-usb
kmod-rt2x00-lib
kmod-rtl8187
ddns-scripts
luci-i18n-ddns-zh-cn
qos-scripts
luci-i18n-qos-zh-cn
luci-app-wol
luci-i18n-wol-zh-cn
hd-idle
luci-i18n-hd-idle-zh-cn
luci-app-samba
luci-i18n-samba-zh-cn
luci-app-minidlna
luci-i18n-minidlna-zh-cn






评分

参与人数 1恩山币 +1 收起 理由
huatian + 1 城会玩

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2015-12-2 14:16 | 显示全部楼层
本帖最后由 hello_limin 于 2015-12-2 14:30 编辑

可以帮忙编译一个mt7620的固件么?型号是斐讯fir302m (8m flash + 32m sdram),完美.dts文件如下,


/*
* Ralink/MediaTek MT7620N/A A Board Descrition
*   
* Alexander Lee <limin2016@yahoo.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2.  This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*
* This file contains the definitions for the board with the A0 or
* higher stepping of the SoC. The ethernet switch does not have a
* "wan" port.
*/

/dts-v1/;
#include "d-link dir-620 d1.dtsi"

/ {
        compatible = "fir302m a1", "ralink/mtk,mt7620n-soc";
        model = "FICOMM FIR302M A1";

        palmbus@10000000 {
                gpio1: gpio@638 {
                        status = "okay";
                };
                gpio3: gpio@688 {
                        status = "okay";
                };

                spi@b00 {
                        status = "okay";

                        m25p80@0 {
                                #address-cells = <1>;
                                #size-cells = <1>;
                                compatible = "mx25l6405d";
                                reg = <0 0>;
                                linux,modalias = "m25p80", "en25q64";
                                spi-max-frequency = <10000000>;

                                partition@0 {
                                        label = "u-boot";
                                        reg = <0x0 0x30000>;
                                        read-only;
                                };

                                partition@30000 {
                                        label = "u-boot-env";
                                        reg = <0x30000 0x10000>;
                                        read-only;
                                };

                                factory: partition@40000 {
                                        label = "factory";
                                        reg = <0x40000 0x10000>;
                                        read-only;
                                };

                                partition@50000 {
                                        label = "firmware";
                                        reg = <0x50000 0x7b0000>;
                                };
                        };
                };
        };

        ehci@101c0000 {
                status = "okay";
        };

        ohci@101c1000 {
                status = "okay";
        };

        ethernet@10100000 {
                mtd-mac-address = <&factory 0x28>;
                ralink,port-map = "llllw";
        };

        wmac@10180000 {
                ralink,mtd-eeprom = <&factory 0>;
        };

        pinctrl {
                state_default: pinctrl0 {
                        ephy {
                                ralink,group = "ephy";
                                ralink,function = "ephy";
                        };
                        default {
                                ralink,group = "i2c", "uartf", "spi refclk", "wled";
                                ralink,function = "gpio";
                        };
                };
        };

        gpio-leds {
                compatible = "gpio-leds";
                sys {
                        label = "fir302m a1:sys";
                        gpios = <&gpio1 14 1>;
                };
                lan {
                        label = "fir302m a1:usb";
                        gpios = <&gpio1 15 1>;
                };
                wifi {
                        label = "fir302m a1:wifi";
                        gpios = <&gpio3 0 1>;
                };
        };

        gpio-keys-polled {
                compatible = "gpio-keys-polled";
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
                reset {
                        label = "reset";
                        gpios = <&gpio0 2 1>;
                        linux,code = <0x198>;
                };
        };
};


我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-2 18:54 | 显示全部楼层
hello_limin 发表于 2015-12-2 14:16
可以帮忙编译一个mt7620的固件么?型号是斐讯fir302m (8m flash + 32m sdram),完美.dts文件如下,

7620N目前有的都不稳定OP
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 08:41 | 显示全部楼层
lonfo 发表于 2015-12-2 18:54
7620N目前有的都不稳定OP

是吧?能帮忙编译一个么?愿为你做测试。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 09:25 | 显示全部楼层
支持一下,不过内核没有升级吗
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 09:38 | 显示全部楼层
8M的 941 v2 U盘挂载不了。。。U盘接上去无法识别,换了几个U盘都不行。。。是这个固件不支持U盘?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-12-3 10:17 | 显示全部楼层
rhcsz 发表于 2015-12-3 09:38
8M的 941 v2 U盘挂载不了。。。U盘接上去无法识别,换了几个U盘都不行。。。是这个固件不支持U盘?

把日志贴出看看!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 15:28 | 显示全部楼层

再顶一个,希望楼主好人能看到。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-12-3 17:19 | 显示全部楼层
hello_limin 发表于 2015-12-3 15:28
再顶一个,希望楼主好人能看到。

目前精力有限!暂时不考虑!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 17:26 | 显示全部楼层
本帖最后由 hello_limin 于 2015-12-3 17:27 编辑
zjw939057120 发表于 2015-12-3 17:19
目前精力有限!暂时不考虑!

.dts完美文件都贴出来了,你顺带扔进去,帮忙随便编译一个吧,谢谢。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-3 20:50 来自手机 | 显示全部楼层
所有??? 90块的垃圾tp支持么?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2015-12-4 02:26 来自手机 | 显示全部楼层
wszhoho 发表于 2015-12-3 20:50
所有??? 90块的垃圾tp支持么?

tp缩水很严重,很多需要硬改!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-10 13:27 | 显示全部楼层

感谢分享!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-11 11:22 | 显示全部楼层
一直挂载不上u盘,需要怎么设置才行,能看到u盘容量,就是挂载不上。本人初次接触这个系统,麻烦告诉下详细步骤。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2015-12-14 23:57 | 显示全部楼层
841,USB有问题,看不到设备
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-17 04:24

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表