diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-07 15:15:54 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2010-12-07 15:15:54 +0000 |
commit | 8f9b14dafef1e9e2117edc1004e452d5d2a0782d (patch) | |
tree | 0f02a4a4ba00c81e301f76984518a8456ade119d /target/linux/brcm63xx/image | |
parent | 3baa168e09979e2449c31c1a580a64c491248b6b (diff) | |
download | upstream-8f9b14dafef1e9e2117edc1004e452d5d2a0782d.tar.gz upstream-8f9b14dafef1e9e2117edc1004e452d5d2a0782d.tar.bz2 upstream-8f9b14dafef1e9e2117edc1004e452d5d2a0782d.zip |
boards: Added GW6x00 fixups and GPIOs. The GW6200 GPIOs are different than the reference design 96348GW so we use fixup to allow us to define the correct ones, also the GW6000 has no GPIO-controlled leds.
SVN-Revision: 24305
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 3f532f0b1d..25c9b36a49 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -146,9 +146,9 @@ define Image/Build # RTA1025W_16 (numerous routers) $(call Image/Build/CFE,$(1),RTA1025W_16,6348,RTA1025W_16,,--layoutver 5) # Tecom GW6000 - $(call Image/Build/CFE,$(1),96348GW,6348,GW6000) + $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,GW6000) # Tecom GW6200 - $(call Image/Build/CFE,$(1),96348GW,6348,GW6200,$(shell printf '\x99')) + $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,GW6200,$(shell printf '\x99')) # Neufbox4 $(call Image/Build/CFE,$(1),96358VW,6358,NEUFBOX4,OpenWRT-$(REVISION)) # Comtrend 536, 5621 |