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

[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
This commit is contained in:
juhosg
2009-03-17 18:07:16 +00:00
parent 9d1b6e32d9
commit d360a52adc
3 changed files with 33 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ ar71xx_board_name() {
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo)
case "$machine" in
*AP81)
name="ap81"
;;
*AW-NR580)
name="aw-nr580"
;;