From 5d12cb1277b56c337bc25d16f20b09279c2bd05b Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 31 May 2011 22:53:44 +0000 Subject: ar71xx: add default network config for the AP121 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27068 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index bedc3c131..9e33ffd3f 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,6 +10,12 @@ ar71xx_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *AP121) + name="ap121" + ;; + *AP121-MINI) + name="ap121-mini" + ;; *AP81) name="ap81" ;; -- cgit v1.2.3