From 646937135fc59d81526ed30e6d2abd7b5d578736 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 31 May 2011 22:53:44 +0000 Subject: ar71xx: add default network config for the AP121 boards SVN-Revision: 27068 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index bedc3c1..9e33ffd 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.1