1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Add support for Atheros AP96 reference board

This is still preliminary and not really tested much. Anyway, this
version seems to be enough to get both wired and wireless
interfaces working. Buttons and leds are also working.

mach-ap96.c is based on mach-wndr3700.c.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-09-27 08:59:53 +00:00
parent 67ffd14387
commit 4fa1e52b3a
13 changed files with 228 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ ar71xx_board_name() {
*AP83)
name="ap83"
;;
*AP96)
name="ap96"
;;
*AW-NR580)
name="aw-nr580"
;;