From 640b211b1e9350471f7aef7c64ced5a1ef55476e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 18:20:40 +0000 Subject: ramips: add support for PandoraBox PBR-M1 This patch is for PandoraBox PBR-M1 which is based on mt7621, all the features work fine, including rtc, leds, button, usb3.0, etc. Signed-off-by: tymon SVN-Revision: 46041 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 0cb02c7ec3..14ffc212d2 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -247,6 +247,9 @@ ramips_board_detect() { *"OLinuXino-RT5350F-EVB") name="olinuxino-rt5350f-evb" ;; + *"PBR-M1") + name="pbr-m1" + ;; *"Petatel PSR-680W"*) name="psr-680w" ;; -- cgit v1.2.3