diff options
author | Daniel Golle <daniel@makrotopia.org> | 2019-08-22 13:22:39 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-08-22 13:22:39 +0200 |
commit | 41f580b59693787f2e4b54f56876a33a088653b1 (patch) | |
tree | 394c73517f854f2728b0807f7ad43b413fd0259a | |
parent | 149d1e7a61295cadc2b0ffd59a2236403801a7ce (diff) | |
download | upstream-41f580b59693787f2e4b54f56876a33a088653b1.tar.gz upstream-41f580b59693787f2e4b54f56876a33a088653b1.tar.bz2 upstream-41f580b59693787f2e4b54f56876a33a088653b1.zip |
ramips: add device alias for Allnet ALL0239-3G
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/ramips/image/rt305x.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 0a03449449..0124a21f1f 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -267,6 +267,8 @@ define Device/aztech_hw550-3g IMAGE_SIZE := 7872k DEVICE_VENDOR := Aztech DEVICE_MODEL := HW550-3G + DEVICE_ALT0_VENDOR := Allnet + DEVICE_ALT0_MODEL := ALL0239-3G DEVICE_PACKAGES := kmod-usb-core kmod-usb-dwc2 kmod-usb-ledtrig-usbport SUPPORTED_DEVICES += hw550-3g endef |