diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:40:37 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-04-09 05:40:37 +0000 |
commit | 8c2b260db8550b35da15f75534b18fc6621a5417 (patch) | |
tree | cf14190f24b5300a2a13fd1bed3ac65e5c235d87 /target | |
parent | 3ee317e9f24f6fc1cb564c3eff65f1c7b495b2cd (diff) | |
download | upstream-8c2b260db8550b35da15f75534b18fc6621a5417.tar.gz upstream-8c2b260db8550b35da15f75534b18fc6621a5417.tar.bz2 upstream-8c2b260db8550b35da15f75534b18fc6621a5417.zip |
brcm47xx: image: use "-" separator for device version
This makes legacy subtarget follow two other.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45319 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 6a691436df..a3c8489f19 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -249,13 +249,13 @@ ifeq ($(SUBTARGET),legacy) $(eval $(call LinksysDevice,wrt54g3g,W54F,2.20.1)) $(eval $(call LinksysDevice,wrt54g3g-em,W3GN,2.20.1)) $(eval $(call LinksysDevice,wrt54g,W54G,4.71.1)) - $(eval $(call LinksysDevice,wrt54gs_v4,W54s,1.09.1)) + $(eval $(call LinksysDevice,wrt54gs-v4,W54s,1.09.1)) $(eval $(call LinksysDevice,wrt150n,N150,1.51.3)) - $(eval $(call LinksysDevice,wrt160n_v1,N150,1.50.1)) - $(eval $(call LinksysDevice,wrt300n_v1,EWCB,1.03.6)) - $(eval $(call NetgearDevice,wgr614_v8,U12H072T00_NETGEAR,2)) - $(eval $(call NetgearDevice,wndr3300_v1,U12H093T00_NETGEAR,2)) - $(eval $(call NetgearDevice,wnr834b_v2,U12H081T00_NETGEAR,2)) + $(eval $(call LinksysDevice,wrt160n-v1,N150,1.50.1)) + $(eval $(call LinksysDevice,wrt300n-v1,EWCB,1.03.6)) + $(eval $(call NetgearDevice,wgr614-v8,U12H072T00_NETGEAR,2)) + $(eval $(call NetgearDevice,wndr3300-v1,U12H093T00_NETGEAR,2)) + $(eval $(call NetgearDevice,wnr834b-v2,U12H081T00_NETGEAR,2)) endif ################################################# |