User Tools

Site Tools


wrtu54g-tm:openwrt-old

Differences

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

Link to this comparison view

Next revision
Previous revision
wrtu54g-tm:openwrt-old [2010/11/17 03:55] – external edit 127.0.0.1wrtu54g-tm:openwrt-old [2023/11/04 22:30] (current) – external edit 127.0.0.1
Line 66: Line 66:
 ==== fat/vfat/ntfs filesystems ==== ==== fat/vfat/ntfs filesystems ====
 These require nls_base which should have been made in the kernel but was not due to incorrect kernel config by default. I will fix this in next build, but the workaround is to install it as a module. That module is at http://wrt.scottn.us/nls_base.o and you can place it manually in /lib/modules/ and create a file in /etc/modules.d to autoload it for now. These require nls_base which should have been made in the kernel but was not due to incorrect kernel config by default. I will fix this in next build, but the workaround is to install it as a module. That module is at http://wrt.scottn.us/nls_base.o and you can place it manually in /lib/modules/ and create a file in /etc/modules.d to autoload it for now.
 +
 +====== Building from source ======
 +
 +We use r23044 because directly after is when the 2.4 kernel went away.
 +
 +  $ svn co -r 23044 svn://svn.openwrt.org/openwrt/branches/backfire
 +  $ cd backfire
 +  $ wget http://wrt.scottn.us/openwrt-backfire-adm8668-r1.tar.gz
 +  $ tar vfxz openwrt-backfire-adm8668-r1.tar.gz
 +  $ rm target/linux/generic-2.4/patches/100-wireless-extension.patch 
 +  $ cp toolchain/uClibc/config-0.9.30.1/mipsel.brcm-2.4 toolchain/uClibc/config-0.9.30.1/mipsel.adm8668
 +  $ make menuconfig
 +  
 +  Here you select 'adm8668' and that should be all that's required.
 +  
 +  $ make
 +  
 +  Take a nap.
  
  
wrtu54g-tm/openwrt-old.1289966110.txt.gz · Last modified: 2023/11/04 22:29 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki