diff options
author | Zhao Gang <gang.zhao.42@gmail.com> | 2016-07-19 02:54:11 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-07-24 06:38:30 +0200 |
commit | 42305ae24aa7ce95824d3b2303a40ab211f1a766 (patch) | |
tree | 0b1b1b6ba87274180d04fa928c73a1b300bbfc2c /target/linux/ar71xx/image | |
parent | 0d5277f73fe4071df4273784e3252d520cef8a6e (diff) | |
download | upstream-42305ae24aa7ce95824d3b2303a40ab211f1a766.tar.gz upstream-42305ae24aa7ce95824d3b2303a40ab211f1a766.tar.bz2 upstream-42305ae24aa7ce95824d3b2303a40ab211f1a766.zip |
ar71xx: add support for gl-mifi
This add initial support for gl-mifi.
Product page: http://www.gl-inet.com/mifi/
Signed-off-by: Zhao Gang <gang.zhao.42@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index cb57dba986..6e5ef2b68b 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -77,6 +77,16 @@ define Device/gl-domino endef TARGET_DEVICES += gl-domino +define Device/gl-mifi + DEVICE_TITLE := GL MIFI + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 + BOARDNAME = GL-MIFI + IMAGE_SIZE = 16000k + CONSOLE = ttyATH0,115200 + MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro +endef +TARGET_DEVICES += gl-mifi + define Device/dr531 DEVICE_TITLE := Wallys DR531 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 |