From 0b7a7ec4c73c149629d08902be4e71890d3049d6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 23 Dec 2015 14:43:35 +0000 Subject: ar71xx: Add support for AirTight Networks C-55 This patch is to add support for the AirTight Networks C-55 Access Point Signed-off-by: Chris R Blake git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47973 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 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 dd327fbc7f..46e631110c 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -414,6 +414,9 @@ ar71xx_board_detect() { *CAP324) name="cap324" ;; + *C-55) + name="c-55" + ;; *CAP4200AG) name="cap4200ag" ;; -- cgit v1.2.3