Differences between revisions 1 and 2
Revision 1 as of 2012-04-26 14:30:57
Size: 21
Editor: lukisi
Comment:
Revision 2 as of 2012-04-26 14:41:10
Size: 590
Editor: lukisi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Building a firmware Building a firmware for TP-LINK WR1043ND

Start with the revision 30610 of the repository of OpenWRT:
  mkdir ~/openwrt
  cd ~/openwrt
  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

Building a firmware for TP-LINK WR1043ND

Start with the revision 30610 of the repository of OpenWRT:

  • mkdir ~/openwrt cd ~/openwrt 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)