diff options
author | Moritz Warning <moritzwarning@web.de> | 2017-12-09 02:57:51 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-11 12:44:50 +0100 |
commit | b8220883fd8fa209dae71def9b6d2a7656bca8bb (patch) | |
tree | 1bd108a9c95debecf847a32e567d9757ee645092 /target/linux | |
parent | ac3d7d3569cacbda01ccfd10a078d2d89497bc74 (diff) | |
download | upstream-b8220883fd8fa209dae71def9b6d2a7656bca8bb.tar.gz upstream-b8220883fd8fa209dae71def9b6d2a7656bca8bb.tar.bz2 upstream-b8220883fd8fa209dae71def9b6d2a7656bca8bb.zip |
brcm47xx: remove versions from linksys-e1000 target
The target name does not need to included a revision
if all revisions are supported.
This target supports all revisions (v1, v2, v2.1).
Signed-off-by: Moritz Warning <moritzwarning@web.de>
[Keep the version numbers in the device title, it doesn't harm]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index ccd6f4dc44..284e1f7c05 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -701,14 +701,14 @@ define Device/linksys-e900-v1 endef TARGET_DEVICES += linksys-e900-v1 -define Device/linksys-e1000-v1-v2-v2.1 +define Device/linksys-e1000 DEVICE_TITLE := Linksys E1000 v1 v2 v2.1 DEVICE_PACKAGES := kmod-b43 $(Device/linksys) DEVICE_ID := E100 VERSION := 1.1.3 endef -TARGET_DEVICES += linksys-e1000-v1-v2-v2.1 +TARGET_DEVICES += linksys-e1000 define Device/linksys-e1200-v1 DEVICE_TITLE := Linksys E1200 v1 |