yjc666 发表于 2016-12-7 16:39

Dlink dir-850L GPL 源码

本帖最后由 yjc666 于 2016-12-7 16:41 编辑

DIR-850L A1 Firmware GPL source
0. Intriduction


   This file will show you how to build the GPL linux system.
   
Step 1.        Install fedora linux 10 (choose Software Development) on 32bit CPU.


Step 2.        Setup Build Enviornment($means command)


        1) please login as a normal user such as john,and copy the gpl file to normal user folder,
       
        such as the folder /home/john
       
        2) $cd /home/john
       
        3) $tar zxvf DIR850L_GPL105WWb03.tar.gz
       
        4) $cd DIR850L_GPL_V15B03
       
        5) #cp -rf rsdk-1.5.5-5281-EB-2.6.30-0.9.30.3-110714 /opt        (ps : switch to root permission)


        6) #rpm -ivh ./build_gpl/fakeroot-1.9.7-18.fc10.i386.rpm
                  
        7) $source ./setupenv        (ps : switch back to normal user permission)
       
Step 3. Building the image
        1) $make
        2) $make
        3) $make
           ===================================================
       You are going to build the f/w images.
       Both the release and tftp images will be generated.
       ===================================================
       Do you want to rebuild the linux kernel ? (yes/no) : yes
       
      4) there are some options need to be selected , please input "enter" key to execute the default action.
       

      5) After make successfully, you will find the image file in ./images/.



源码下载(版本1.05b03):
http://pan.baidu.com/s/1skA77pN


hbyscm 发表于 2016-12-9 15:40

谢谢,收下

wangyflp 发表于 2017-3-27 23:56

觉得很厉害。可惜我的850L变砖了
页: [1]
查看完整版本: Dlink dir-850L GPL 源码