diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-12-10 23:57:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-12-10 23:57:23 +0000 |
commit | 2eaba04abd087e7f9c1b7b67d5f365cbe7694749 (patch) | |
tree | b6c3837c8dfb1818a68f702b4294de4c63241d40 | |
parent | d1cf62fb305f8255a5cfe2b56472341e042a1611 (diff) | |
download | upstream-2eaba04abd087e7f9c1b7b67d5f365cbe7694749.tar.gz upstream-2eaba04abd087e7f9c1b7b67d5f365cbe7694749.tar.bz2 upstream-2eaba04abd087e7f9c1b7b67d5f365cbe7694749.zip |
Fix typo, we are not building for the DG834G (ar7) but the DG834GT (brcm6348)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13588 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 64fde3c5cb..44a5511da6 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -78,7 +78,7 @@ define Image/Build $(call Image/Build/CFE,$(1),96358VW,6358) # Comtrend 536 $(call Image/Build/CFE,$(1),96348GW-11,6348) - # DG834G + # DG834GT $(call Image/Build/CFE,$(1),96348GW-10,6348) # Sagem F@ST2404 $(call Image/Build/CFE,$(1),F@ST2404,6348) |