1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 08:24:36 +03:00
Commit Graph

287 Commits

Author SHA1 Message Date
nbd
858ebac7b8 ar71xx: add support for the tp-link tl-wa901nd devices (patch by Pieter "Fate" Hollants, from #7528, without the ethernet fifo cfg values)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22353 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-22 12:37:44 +00:00
jow
51c76d8aa5 [ar71xx] fix dir-825-b1 default network config after r21905
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-01 00:03:43 +00:00
juhosg
326a9590d1 ar71xx: don't use vlan 0 for devices with rtl8366s switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-26 19:15:32 +00:00
juhosg
8119ffe60a ar71xx: add support for the Senao EAP7660D board
This patch adds support for the Senao EAP7660D board to trunk.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21837 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-18 16:22:05 +00:00
juhosg
0802c1eb52 ar71xx: fix RB750 LED configuration
Patch-by: Ray Bellis


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-17 09:24:26 +00:00
juhosg
d4c3de0bb6 ar71xx: add default network config for the RB433UAH board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-12 13:20:41 +00:00
juhosg
f206537fa5 ar71xx: add default network configuration file for the RB450/RB433 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21730 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-06-08 20:19:23 +00:00
cshore
d1d038f985 ar71xx: Added preinit scriptlet to set vars based on cpuinfo during preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-30 03:20:49 +00:00
juhosg
0ba3851aa6 ar71xx: Make wget2nand fail if copying the kernel fails and use the correct file extension for the rootfs image
wget2nand didnt check the exit status after copying the kernel, if the
copying failed for some reason ( for example not enougs space on the
kernel partition) it simply continued extracting the rootfs.
I also changed the filename, which wget2nand trys to download (
.tar.gz instead of .tgz ).

Signed-off-by: Marko Foerster <mrkfoerster@googlemail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21444 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-14 08:38:39 +00:00
juhosg
d7e830a7a9 ar71xx: make the AR8216 driver usable on the TEW-632BRP/DIR-615-Cx boards
Cc: backfire@openwrt.org


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20752 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-09 08:40:09 +00:00
jow
58618dfb3d [PATCH 1/2] Add support for the ar8316 switch.
This patch enhances the ar8216 driver with ar8316 support and fixes some minor
issues with the ar8216 driver itself. It should not break anything, but isn't
tested on ar8216 devices.

[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20722 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-05 23:03:16 +00:00
juhosg
d4cb79ec5f ar71xx: add uci defaults to fix trx header on the WRT160NL boards
* patch by Otto Solares


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-27 17:38:40 +00:00
juhosg
4abdb0bd87 ar71xx: Add basic WLAN LED control to TL-WR1043ND
* thanks to KillaB
  * closes #6834


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20415 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-25 07:31:17 +00:00
juhosg
fc27cddc24 ar71xx: fix defconfig script to work with ImageBuilder
* patch from #5722


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20231 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 13:29:16 +00:00
juhosg
3ff9d155b1 ar71xx: don't break the existing network configuration in the wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20228 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-15 11:03:33 +00:00
juhosg
05d28bc8eb ar71xx: fix sysupgrade on the LS-SR71 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20119 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-10 17:41:45 +00:00
juhosg
fa5b4cae09 ar71xx: add default network configuration for the PB44 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20099 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 18:05:58 +00:00
juhosg
d8bd37df34 ar71xx: add uci-defaults for the RB750 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 18:05:51 +00:00
juhosg
1842195b3e ar71xx: override lan port names on the RB750
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20096 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 18:05:48 +00:00
juhosg
3f2b898918 ar71xx: improve wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20094 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 18:05:42 +00:00
juhosg
c9e0797935 ar71xx: add missing protocol definitions to default network configurations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-09 18:05:31 +00:00
juhosg
8221ebb020 ar71xx: add preliminary support for the RouterBOARD 750
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20029 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-07 05:41:01 +00:00
juhosg
903cab07f2 ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)
* closes #6782


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 20:29:27 +00:00
juhosg
3481530afd ar71xx: fix status led detection on the RB4xx boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20005 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-05 20:29:24 +00:00
juhosg
a19833b9c2 ar71xx: add default network configuration file for the TL-WR741ND board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 07:34:48 +00:00
juhosg
f12c18b33b ar71xx: add default network configuration file for the DIR-600 rev. A1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-01 07:34:46 +00:00
juhosg
b71034e210 ar71xx: add default network configuration file for the TL-WR1043ND board
Thanks to Andrew Tarabaras.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 13:39:20 +00:00
juhosg
851a27266f ar71xx: use the correct name for the status LED on the WRT400 board
(thanks to chuljin, patch from #6734)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 13:38:37 +00:00
juhosg
3d6f1c6769 ar71xx: update default network configuration file for the WNDR3700
Signed-off-by: Scott Dudley <spmsink@hotmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-24 13:38:31 +00:00
juhosg
dac0304da2 ar71xx: add uci configuration for the WAN LED on the WNDR3700
Based on a patch by Scott Dudley <spmsink@hotmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-19 11:52:25 +00:00
nbd
059ade4a18 preinit: fix mixup between led and reset button enable on some platforms (thx, cshore)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19370 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-28 19:28:02 +00:00
nbd
a9929695c6 add preinit modularization work by Daniel Dickinson (cshore)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-25 17:11:17 +00:00
juhosg
e47c4f9d9e rtl8366_smi: move RTL8366S driver into a separate file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-22 17:38:07 +00:00
juhosg
8d8efd3412 ar71xx: change failsafe message
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19221 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-18 09:15:35 +00:00
juhosg
8ce4375c1a ar71xx: update default network configuration for the WNDR3700/DIR-825-B1
Also drop the default network configuration of the TL-WR1043ND, because
the RTL8366RB switch is not yet supported by the rtl8366-smi driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19217 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-18 09:01:47 +00:00
nbd
5b9d139baa ar71xx: add some default configs for rtl8366 based devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19210 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-18 00:44:52 +00:00
nbd
f7997f15e2 adjust switch default configs for the swconfig api change
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-18 00:38:08 +00:00
juhosg
4c2fa4ed06 ar71xx: fix typos in the ar71xx.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-15 12:11:05 +00:00
juhosg
f010cfd099 ar71xx: add preliminary support for the Buffalo WZR-HP-G300NH
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19150 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-15 12:08:03 +00:00
juhosg
0ab559a23e ar71xx: add support for the D-Link DIR-600 rev. A1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-11 08:02:10 +00:00
juhosg
44fa554219 ar71xx: create firmware images for the AP81/PB42/PB44 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19011 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-01-02 16:30:52 +00:00
juhosg
db5288e38a ar71xx: add support for the TL-WR841N v1.5 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-22 19:31:28 +00:00
juhosg
928a89ed7a ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the
patch from #6186)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-18 12:57:01 +00:00
juhosg
5bb5adaa1a ar71xx: enable diagnostic LED on the Routerstation Pro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18782 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-15 08:35:11 +00:00
jow
5ec38ae28d [ar71xx] fix default network config after r18699
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 22:22:16 +00:00
nbd
1b18fb38dc ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the wrt160nl, fixes wan port detection (#6309)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 14:06:18 +00:00
juhosg
2417cf6791 ar71xx: TL-WR1043ND support cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18697 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-08 12:46:30 +00:00
juhosg
c3035532ab ar71xx: DIR-825 support cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 15:07:41 +00:00
juhosg
9e412c9b2e ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to
ValXdater)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-03 15:07:34 +00:00
juhosg
00f04685a2 ar71xx: create sysupgrade image for the WNDR3700
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 08:25:56 +00:00
juhosg
bb870b728f ar71xx: fix a typo in ar71xx.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18568 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 08:25:49 +00:00
juhosg
bf337e9b27 ar71xx: add default network configuration file for the WNDR3700
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18566 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-27 21:21:24 +00:00
juhosg
a9499f8570 ar71xx: add sysupgrade support for Ubiquiti XM boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-25 09:51:31 +00:00
juhosg
4e8c80cba4 ar71xx: enable failsafe on the Nanostation M/Rocket M
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-25 09:51:28 +00:00
juhosg
227b0b29bd ar71xx: create combined images for the RS, RS-PRO and LS-SR71 boards, and add sysupgrade support for them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18531 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-25 09:51:25 +00:00
juhosg
1e99bb12ff ar71xx: register LEDs and buttons on the WNDR3700
Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415)


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-16 17:31:25 +00:00
juhosg
dbba973c9f ar71xx: add preliminary support for the Netgear WNDR3700
Based on patches by Marco Porsch from:
https://forum.openwrt.org/viewtopic.php?id=22311


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18411 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-13 17:11:29 +00:00
juhosg
a73408d56c ar71xx: add default network configuration for RS and RS-Pro
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 19:36:47 +00:00
juhosg
1f8108678d ar71xx: add default network configuration file for the WP543 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18101 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-20 12:59:45 +00:00
nbd
ecfdcd7b17 add a defconfig for wrt160nl which contains switch settings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-02 21:07:12 +00:00
juhosg
859269f596 ar71xx: use 'link4' LED for diagnostic on Bullet M
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-01 19:41:13 +00:00
juhosg
aef49b0447 ar71xx: add default network configuration for the Bullet M
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17810 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-10-01 19:41:06 +00:00
juhosg
64f5e7faa3 ar71xx: use WPS led for diagnostic on WRT160NL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-05 18:46:43 +00:00
juhosg
de63af83ab [ar71xx] preliminary failsafe support (closes #5726)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17321 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 20:16:01 +00:00
juhosg
a938a77639 [ar71xx] add diag script (closes #5725)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-19 19:26:53 +00:00
juhosg
9dd617db72 [ar71xx] enable sysupgrade on the WRT160Nl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17202 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-09 14:12:24 +00:00
juhosg
42711a9f68 [ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for testing)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17124 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-04 17:45:00 +00:00
juhosg
70a7b4cd68 [ar71xx] init mac address on the TEW-632BRP boards (closes #5403)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17100 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-03 07:48:21 +00:00
juhosg
d089509c03 [ar71xx] fix sysupgrade
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-08-02 09:27:38 +00:00
juhosg
1a5fdf719a [ar71xx] enable sysupgrade support for the TL-WR741ND
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16982 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-07-25 19:50:26 +00:00
juhosg
25ea87172b [ar71xx] add experimental sysupgrade support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-06 17:44:49 +00:00
juhosg
1a07a4c7d3 [ar71xx] add default network configuration for the AP83 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16360 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-06 16:01:09 +00:00
juhosg
3128f376a3 [ar71xx] improve MZK-W300NH support (thanks to Kazuki Shimada for the board)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16340 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-04 18:18:36 +00:00
juhosg
315fb2270e [ar71xx] add preliminary support for the WRT160NL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-25 18:36:49 +00:00
juhosg
cd8b422a5b [ar71xx] add experimental support for the Atheros PB44 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-20 08:23:48 +00:00
juhosg
97b99eb026 [ar71xx] add experimental support for the Linksys WRT400N board (thanks to netprince)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-26 06:40:02 +00:00
juhosg
d360a52adc [ar71xx] ap81: register ethernet devices, and add default network configuration file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-17 18:07:16 +00:00
juhosg
336a5e9027 [ar71xx] pb42: fix ethernet, remove USB registration, add default network configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-14 18:28:33 +00:00
juhosg
db0e11fc18 [ar71xx] tew-632brp: add default network configuration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-03-10 08:14:26 +00:00
juhosg
fe7c7b42a5 [ar71xx] add default network configuration for the RB-411 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14695 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-28 18:55:46 +00:00
juhosg
adc3f3a1c5 [ar71xx] add default network configuration for the AW-NR580
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-27 20:49:51 +00:00
agb
2d1c688ec9 [ar71xx] wnr2000: enable ar8216 workaround, add network config. LAN ports now work
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26 05:54:32 +00:00
agb
5a829455cb [ar71xx] defconfig: move defaults from /etc/config/defaults/ to /etc/defconfig/, previous location broke uci
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-26 05:54:07 +00:00
juhosg
e348c25274 [ar71xx] mzk-w04nu: enable the ar8216 chip workaround, and add a default network configuration file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-25 16:48:56 +00:00
juhosg
06eb974a9e [ar71xx] add default network configuration for the TL-WR941ND board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14654 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24 18:19:02 +00:00
juhosg
f3a925da00 [ar71xx] add more base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-24 18:16:40 +00:00
juhosg
7e56b23d38 [ar71xx] add wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12263 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-10 09:20:55 +00:00