diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2018-08-19 21:47:06 +0800 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-19 18:52:24 +0200 |
commit | f195ab766c02d54cf5e9e95ac4869289d12c9d96 (patch) | |
tree | 7d03a9da4007882e4d1437a5cbb5d9c1076f2553 /target/linux/ath79 | |
parent | 3f8c5d547677e7f4e450e88379c03448b8f53b1d (diff) | |
download | upstream-f195ab766c02d54cf5e9e95ac4869289d12c9d96.tar.gz upstream-f195ab766c02d54cf5e9e95ac4869289d12c9d96.tar.bz2 upstream-f195ab766c02d54cf5e9e95ac4869289d12c9d96.zip |
ath79: cleanup PISEN WMM003N image metadata
PISEN WMM003N is never supported by ar71xx, this commit also removed
SUPPORTED_DEVICES for it because it's completely useless.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index eb71c641a0..18138dd497 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -198,7 +198,6 @@ define Device/pisen_wmm003n DEVICE_TITLE := Pisen WMM003N (Cloud Easy Power) DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-chipidea2 TPLINK_HWID := 0x07030101 - SUPPORTED_DEVICES += wmm003n IMAGES := sysupgrade.bin endef TARGET_DEVICES += pisen_wmm003n |