From 740a5b967811d19990f785ed4b214dd3b445bd2c Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 17 Dec 2014 08:27:38 +0000 Subject: [ar71xx]: Belkin AC 1750 DB (F9K1115v2) support Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43734 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 483a8ded87..9b056e9d9a 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -272,6 +272,9 @@ ar71xx_board_detect() { *"Oolite V1.0") name="oolite" ;; + *"AC1750DB") + name="f9k1115v2" + ;; *"AirGateway") name="airgateway" ;; -- cgit v1.2.3