Differences between revisions 2 and 3
Revision 2 as of 2012-04-26 14:41:10
Size: 590
Editor: lukisi
Comment:
Revision 3 as of 2012-04-26 14:46:13
Size: 600
Editor: lukisi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
  mkdir ~/openwrt
  cd ~/openwrt
  svn co -r30610 svn://svn.openwrt.org/openwrt/trunk r30610
  cd r30610
  ./scripts/feeds update -a
  ./scripts/feeds install -a
Line 11: Line 5:
  make menuconfig
     
select Target System (Atheros AR7xxx/AR9xxx) Subtarget (Generic) and Profile (TP-LINK TL-WR1043N/ND)
      [*] Advanced configuration options (for developers) --->
        [*] Toolchain Options --->
          [*] glibc 2.14

  make defconfig
  ln -sf ../../dl
 
make download
 . mkdir ~/openwrt
 . cd ~/openwrt
 . mkdir -p dl
 . svn co -r30610 svn://svn.openwrt.org/openwrt/tr
unk r30610
 . cd r30610
 .
 . ./scripts/feeds update -a
 . ./scripts/feeds install -a
 . make menuconfig
  .
select Target System (Atheros AR7xxx/AR9xxx) Subtarget (Generic) and Profile (TP-LINK TL-WR1043N/ND)
  [*] Advanced configuration options (for developers) --->
   . [*] Toolchain Options --->
    . [*] glibc 2.14
 make defconfig
 . ln -sf ../dl
 .
make download

Building a firmware for TP-LINK WR1043ND

Start with the revision 30610 of the repository of OpenWRT:

  • mkdir ~/openwrt
  • cd ~/openwrt
  • mkdir -p dl
  • svn co -r30610 svn://svn.openwrt.org/openwrt/trunk r30610
  • cd r30610
  • ./scripts/feeds update -a
  • ./scripts/feeds install -a
  • make menuconfig
    • select Target System (Atheros AR7xxx/AR9xxx) Subtarget (Generic) and Profile (TP-LINK TL-WR1043N/ND)

      [*] Advanced configuration options (for developers) --->

      • [*] Toolchain Options --->

        • [*] glibc 2.14
    make defconfig
  • ln -sf ../dl
  • make download

Netsukuku_Dev/vala/flashing_notes (last edited 2012-05-06 15:44:22 by anonymous)