Size: 21
Comment:
|
Size: 600
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 . 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 |
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
- select Target System (Atheros AR7xxx/AR9xxx) Subtarget (Generic) and Profile (TP-LINK TL-WR1043N/ND)
- ln -sf ../dl
- make download